Skip to content

Commit

Permalink
Update deps + Use nodenxt in tsconfig.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpojer committed Oct 10, 2023
1 parent 0dbfb30 commit 3300a45
Show file tree
Hide file tree
Showing 4 changed files with 561 additions and 472 deletions.
24 changes: 12 additions & 12 deletions package.json
Expand Up @@ -17,23 +17,23 @@
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.1.0",
"@nkzw/eslint-config": "^1.5.0",
"@swc/core": "^1.3.83",
"@types/node": "^20.6.0",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.4",
"autoprefixer": "^10.4.15",
"eslint": "^8.49.0",
"@nkzw/eslint-config": "^1.8.0",
"@swc/core": "^1.3.92",
"@types/node": "^20.8.4",
"@types/react": "^18.2.27",
"@types/react-dom": "^18.2.12",
"@vitejs/plugin-react": "^4.1.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.51.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.29",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.4",
"prettier-plugin-tailwindcss": "^0.5.5",
"tailwindcss": "^3.3.3",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vitest": "^0.34.4"
"vite": "^4.4.11",
"vitest": "^0.34.6"
},
"scripts": {
"build": "vite build",
Expand Down

0 comments on commit 3300a45

Please sign in to comment.