Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
backmeupplz committed May 28, 2024
1 parent 1e576f9 commit 183f6c5
Show file tree
Hide file tree
Showing 2 changed files with 980 additions and 649 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,35 +11,35 @@
"preview": "yarn build && yarn vite preview"
},
"dependencies": {
"jotai": "^2.7.0",
"preact": "^10.19.6"
"jotai": "^2.8.2",
"preact": "^10.22.0"
},
"devDependencies": {
"@preact/preset-vite": "^2.8.1",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^20.11.25",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.18",
"@preact/preset-vite": "^2.8.2",
"@tailwindcss/typography": "^0.5.13",
"@types/node": "^20.12.12",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"@vitejs/plugin-react": "^4.3.0",
"autoprefixer": "^10.4.19",
"cross-env": "^7.0.3",
"daisyui": "^4.7.3",
"eslint": "^8.57.0",
"daisyui": "^4.11.1",
"eslint": "^9.3.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-no-relative-import-paths": "^1.5.3",
"eslint-plugin-no-relative-import-paths": "^1.5.4",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-sort-imports-es6-autofix": "^0.6.0",
"postcss": "^8.4.35",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"rollup-plugin-visualizer": "^5.12.0",
"tailwindcss": "^3.4.1",
"tailwindcss": "^3.4.3",
"ts-node": "^10.9.2",
"typescript": "^5.4.2",
"vite": "^5.1.5",
"vite-tsconfig-paths": "^4.3.1"
"typescript": "^5.4.5",
"vite": "^5.2.12",
"vite-tsconfig-paths": "^4.3.2"
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 183f6c5

Please sign in to comment.