Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
Upgrade more stuff (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
WesSouza authored Apr 15, 2024
1 parent a1276c5 commit addcf7a
Show file tree
Hide file tree
Showing 5 changed files with 1,100 additions and 1,101 deletions.
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,42 +26,42 @@
"dependencies": {
"@astrojs/react": "^3.3.0",
"@astrojs/vercel": "^7.5.3",
"@nanostores/react": "^0.6.0",
"@nanostores/react": "^0.7.2",
"astro": "^4.6.1",
"cookie": "^0.5.0",
"date-fns": "^2.30.0",
"focus-trap-react": "^10.2.1",
"mongoose": "^7.4.2",
"nanostores": "^0.8.1",
"cookie": "^0.6.0",
"date-fns": "^3.6.0",
"focus-trap-react": "^10.2.3",
"mongoose": "^8.3.1",
"nanostores": "^0.10.3",
"node-fetch": "^3.3.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"react-window": "^1.8.9",
"react-window": "^1.8.10",
"react95": "^4.0.0",
"styled-components": "^5.3.11",
"twitter-api-v2": "^1.15.1"
"styled-components": "^6.1.8",
"twitter-api-v2": "^1.16.1"
},
"devDependencies": {
"@astrojs/check": "^0.5.10",
"@types/cookie": "^0.5.1",
"@types/node": "^20.4.9",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@types/react-window": "^1.8.5",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"eslint": "^8.46.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-react": "^7.33.1",
"@types/cookie": "^0.6.0",
"@types/node": "^20.12.7",
"@types/react": "^18.2.78",
"@types/react-dom": "^18.2.25",
"@types/react-window": "^1.8.8",
"@types/styled-components": "^5.1.34",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"import-sort-style-wes": "^3.0.2",
"prettier": "^3.0.1",
"prettier": "^3.2.5",
"prettier-plugin-import-sort": "^0.0.7",
"prop-types": "^15.8.1",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
},
"importSort": {
".js, .jsx, .ts, .tsx": {
Expand Down
Loading

0 comments on commit addcf7a

Please sign in to comment.