Skip to content

Commit

Permalink
chore: update versions, make lint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
king8fisher committed Oct 21, 2023
1 parent 11c0a75 commit f146320
Show file tree
Hide file tree
Showing 3 changed files with 507 additions and 1,655 deletions.
29 changes: 15 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,34 +9,35 @@
"expose": "vite --port 8080 --host",
"build": "vite build",
"format": "prettier -w .",
"fmt": "pnpm format",
"test": "echo \"Debug: no test implemented.\"",
"lint": "echo '##### LINTING TYPESCRIPT FILES ######' && eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"lint-fix": "echo '##### FIXING LINT IN TYPESCRIPT FILES ######' && eslint . --fix --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@lit-labs/react": "^2.0.1",
"@shoelace-style/shoelace": "^2.8.0",
"@lit-labs/react": "^2.1.1",
"@shoelace-style/shoelace": "^2.11.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"styled-components": "^6.0.7"
"styled-components": "^6.1.0"
},
"devDependencies": {
"@types/node": "^20.5.6",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"@vitejs/plugin-react": "^4.0.4",
"autoprefixer": "^10.4.15",
"eslint": "^8.48.0",
"@types/node": "^20.8.7",
"@types/react": "^18.2.31",
"@types/react-dom": "^18.2.14",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"@vitejs/plugin-react": "^4.1.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.52.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"postcss": "^8.4.28",
"prettier": "^3.0.2",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"tailwindcss": "^3.3.3",
"typescript": "5.1.6",
"vite": "^4.4.9",
"vite": "^4.5.0",
"vite-plugin-static-copy": "^0.17.0"
}
}
Loading

0 comments on commit f146320

Please sign in to comment.