Skip to content

Commit 9ee1f52

Browse files
committed
bump dependencies
1 parent ce893fb commit 9ee1f52

File tree

3 files changed

+240
-111
lines changed

3 files changed

+240
-111
lines changed

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v20.10.0
1+
v20.11.0

package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -10,34 +10,34 @@
1010
"preview": "yarn build && yarn vite preview"
1111
},
1212
"dependencies": {
13-
"jotai": "^2.6.0",
13+
"jotai": "^2.6.1",
1414
"preact": "^10.19.3"
1515
},
1616
"devDependencies": {
17-
"@preact/preset-vite": "^2.7.0",
17+
"@preact/preset-vite": "^2.8.1",
1818
"@tailwindcss/typography": "^0.5.10",
19-
"@types/node": "^20.10.5",
20-
"@typescript-eslint/eslint-plugin": "^6.16.0",
21-
"@typescript-eslint/parser": "^6.16.0",
19+
"@types/node": "^20.11.0",
20+
"@typescript-eslint/eslint-plugin": "^6.18.1",
21+
"@typescript-eslint/parser": "^6.18.1",
2222
"@vitejs/plugin-react": "^4.2.1",
2323
"autoprefixer": "^10.4.16",
2424
"cross-env": "^7.0.3",
25-
"daisyui": "^4.4.24",
25+
"daisyui": "^4.6.0",
2626
"eslint": "^8.56.0",
2727
"eslint-config-prettier": "^9.1.0",
2828
"eslint-plugin-import": "^2.29.1",
2929
"eslint-plugin-no-relative-import-paths": "^1.5.3",
30-
"eslint-plugin-prettier": "^5.1.2",
30+
"eslint-plugin-prettier": "^5.1.3",
3131
"eslint-plugin-react": "^7.33.2",
3232
"eslint-plugin-react-hooks": "^4.6.0",
3333
"eslint-plugin-sort-imports-es6-autofix": "^0.6.0",
34-
"postcss": "^8.4.32",
35-
"prettier": "^3.1.1",
34+
"postcss": "^8.4.33",
35+
"prettier": "^3.2.0",
3636
"rollup-plugin-visualizer": "^5.12.0",
37-
"tailwindcss": "^3.4.0",
37+
"tailwindcss": "^3.4.1",
3838
"typescript": "^5.3.3",
39-
"vite": "^5.0.10",
40-
"vite-tsconfig-paths": "^4.2.2"
39+
"vite": "^5.0.11",
40+
"vite-tsconfig-paths": "^4.2.3"
4141
},
4242
"packageManager": "[email protected]"
4343
}

0 commit comments

Comments
 (0)