Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
backmeupplz committed Nov 23, 2023
1 parent 28d9245 commit d7d23dc
Show file tree
Hide file tree
Showing 2 changed files with 504 additions and 261 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@
},
"dependencies": {
"jotai": "^2.5.1",
"preact": "^10.18.2"
"preact": "^10.19.2"
},
"devDependencies": {
"@preact/preset-vite": "^2.6.0",
"@preact/preset-vite": "^2.7.0",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^20.9.0",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"@vitejs/plugin-react": "^4.1.1",
"@types/node": "^20.9.4",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"@vitejs/plugin-react": "^4.2.0",
"autoprefixer": "^10.4.16",
"cross-env": "^7.0.3",
"daisyui": "^3.9.4",
"eslint": "^8.53.0",
"daisyui": "^4.4.3",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-no-relative-import-paths": "^1.5.3",
Expand All @@ -32,12 +32,12 @@
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-sort-imports-es6-autofix": "^0.6.0",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"prettier": "^3.1.0",
"react-scripts": "^5.0.1",
"rollup-plugin-visualizer": "^5.9.2",
"tailwindcss": "^3.3.5",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"typescript": "^5.3.2",
"vite": "^5.0.2",
"vite-tsconfig-paths": "^4.2.1"
},
"packageManager": "[email protected]"
Expand Down
Loading

0 comments on commit d7d23dc

Please sign in to comment.