Skip to content

Commit

Permalink
Update deps, bump Node to 20.6.1 to unbreak CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpojer committed Sep 11, 2023
1 parent 01e606d commit 0dbfb30
Show file tree
Hide file tree
Showing 2 changed files with 227 additions and 226 deletions.
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -18,13 +18,13 @@
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.1.0",
"@nkzw/eslint-config": "^1.5.0",
"@swc/core": "^1.3.82",
"@types/node": "^20.5.9",
"@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.48.0",
"eslint": "^8.49.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.29",
"prettier": "^3.0.3",
Expand All @@ -33,7 +33,7 @@
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vitest": "^0.34.3"
"vitest": "^0.34.4"
},
"scripts": {
"build": "vite build",
Expand Down

0 comments on commit 0dbfb30

Please sign in to comment.