Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
backmeupplz committed Nov 8, 2023
1 parent 2d57607 commit 28d9245
Show file tree
Hide file tree
Showing 2 changed files with 752 additions and 532 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,35 +10,35 @@
"preview": "yarn build && yarn vite preview"
},
"dependencies": {
"jotai": "^2.3.1",
"preact": "^10.17.1"
"jotai": "^2.5.1",
"preact": "^10.18.2"
},
"devDependencies": {
"@preact/preset-vite": "^2.5.0",
"@tailwindcss/typography": "^0.5.9",
"@types/node": "^20.5.1",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"@vitejs/plugin-react": "^4.0.4",
"autoprefixer": "^10.4.15",
"@preact/preset-vite": "^2.6.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",
"autoprefixer": "^10.4.16",
"cross-env": "^7.0.3",
"daisyui": "^3.5.1",
"eslint": "^8.47.0",
"daisyui": "^3.9.4",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-no-relative-import-paths": "^1.5.2",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-no-relative-import-paths": "^1.5.3",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-sort-imports-es6-autofix": "^0.6.0",
"postcss": "^8.4.28",
"prettier": "^3.0.2",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"react-scripts": "^5.0.1",
"rollup-plugin-visualizer": "^5.9.2",
"tailwindcss": "^3.3.3",
"typescript": "^5.1.6",
"vite": "^4.4.9",
"vite-tsconfig-paths": "^4.2.0"
"tailwindcss": "^3.3.5",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vite-tsconfig-paths": "^4.2.1"
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 28d9245

Please sign in to comment.