Skip to content

Commit

Permalink
Upgrade most packages, pin astro to 1.6.12
Browse files Browse the repository at this point in the history
  • Loading branch information
WesSouza committed Dec 17, 2022
1 parent 27febd5 commit 9a740a3
Show file tree
Hide file tree
Showing 2 changed files with 222 additions and 189 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,16 @@
"packageManager": "pnpm@7.16.1",
"dependencies": {
"@astrojs/react": "^1.2.2",
"@astrojs/vercel": "^2.3.4",
"@nanostores/react": "^0.4.0",
"@sentry/browser": "^7.24.2",
"@sentry/integrations": "^7.24.2",
"@sentry/tracing": "^7.24.2",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.9",
"astro": "^1.6.11",
"@astrojs/vercel": "^2.3.6",
"@nanostores/react": "^0.4.1",
"@sentry/browser": "^7.27.0",
"@sentry/integrations": "^7.27.0",
"@sentry/tracing": "^7.27.0",
"astro": "1.6.12",
"cookie": "^0.5.0",
"date-fns": "^2.29.3",
"focus-trap-react": "^10.0.2",
"mongoose": "^6.7.3",
"mongoose": "^6.8.0",
"nanostores": "^0.7.1",
"node-fetch": "^3.3.0",
"react": "^18.2.0",
Expand All @@ -45,26 +43,28 @@
"react-window": "^1.8.8",
"react95": "^4.0.0",
"styled-components": "^5.3.6",
"twitter-api-v2": "^1.12.9"
"twitter-api-v2": "^1.12.10"
},
"devDependencies": {
"@sentry/vite-plugin": "^0.2.4",
"@types/cookie": "^0.5.1",
"@types/node": "^18.11.9",
"@types/node": "^18.11.16",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@types/react-window": "^1.8.5",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"eslint": "^8.28.0",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"eslint": "^8.30.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"import-sort-style-wes": "^3.0.2",
"prettier": "^2.8.0",
"prettier": "^2.8.1",
"prettier-plugin-import-sort": "^0.0.7",
"prop-types": "^15.8.1",
"ts-node": "^10.9.1",
"typescript": "^4.9.3"
"typescript": "^4.9.4"
},
"importSort": {
".js, .jsx, .ts, .tsx": {
Expand Down
Loading

0 comments on commit 9a740a3

Please sign in to comment.