Skip to content

Commit

Permalink
Update all dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
csandman committed Dec 16, 2024
1 parent 7a67b7a commit b04cfd6
Show file tree
Hide file tree
Showing 10 changed files with 2,481 additions and 2,241 deletions.
2,005 changes: 1,088 additions & 917 deletions demo/package-lock.json

Large diffs are not rendered by default.

34 changes: 17 additions & 17 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,28 +9,28 @@
"preview": "vite preview"
},
"dependencies": {
"@chakra-ui/react": "^3.2.2",
"@emotion/react": "^11.13.3",
"@chakra-ui/react": "^3.2.3",
"@emotion/react": "^11.14.0",
"chakra-react-select": "file:..",
"next-themes": "^0.4.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"next-themes": "^0.4.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.4.0"
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"eslint": "^9.13.0",
"@eslint/js": "^9.17.0",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.11.0",
"prettier": "^3.3.3",
"typescript": "^5.6.3",
"typescript-eslint": "^8.12.2",
"vite": "^5.4.10"
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.16",
"globals": "^15.13.0",
"prettier": "^3.4.2",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.1",
"vite": "^6.0.3"
}
}
Loading

0 comments on commit b04cfd6

Please sign in to comment.