Skip to content

Commit

Permalink
[Dependencies] upgrade to Next 13.5 + graphql security update
Browse files Browse the repository at this point in the history
  • Loading branch information
dgattey committed Sep 30, 2023
1 parent ccbb0e9 commit cbfcba4
Show file tree
Hide file tree
Showing 8 changed files with 695 additions and 799 deletions.
22 changes: 11 additions & 11 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,33 +21,33 @@
"@fortawesome/free-brands-svg-icons": "6.4.2",
"@fortawesome/free-solid-svg-icons": "6.4.2",
"@fortawesome/react-fontawesome": "0.2.0",
"@mui/material": "5.14.9",
"@next/bundle-analyzer": "13.4.19",
"@mui/material": "5.14.11",
"@next/bundle-analyzer": "13.5.3",
"animate-css-grid": "1.5.1",
"db": "workspace:*",
"dotenv-mono": "github:marcocesarato/dotenv-mono#v1.3.12",
"graphql": "16.8.0",
"graphql": "16.8.1",
"graphql-request": "6.1.0",
"lucide-react": "0.277.0",
"lucide-react": "0.279.0",
"mapbox-gl": "2.15.0",
"next": "13.4.19",
"next": "13.5.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-intersection-observer": "9.5.2",
"react-is": "18.2.0",
"react-map-gl": "7.1.6",
"shared-core": "workspace:*",
"sharp": "0.32.5",
"swr": "2.2.2",
"sharp": "0.32.6",
"swr": "2.2.4",
"use-breakpoint": "3.1.1",
"webpack": "5.88.2"
},
"devDependencies": {
"@next/eslint-plugin-next": "13.4.19",
"@types/mapbox-gl": "2.7.14",
"@next/eslint-plugin-next": "13.5.3",
"@types/mapbox-gl": "2.7.15",
"@types/node": "18.17.1",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@types/react": "18.2.23",
"@types/react-dom": "18.2.8",
"eslint-config-dg": "workspace:*",
"tsconfig": "workspace:*",
"typescript": "5.2.2"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"dotenv-mono": "github:marcocesarato/dotenv-mono#v1.3.12",
"lefthook": "1.4.11"
"lefthook": "1.5.0"
},
"devDependencies": {
"@types/node": "18.17.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/codegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"devDependencies": {
"@graphql-codegen/cli": "5.0.0",
"@graphql-codegen/near-operation-file-preset": "2.5.0",
"@graphql-codegen/near-operation-file-preset": "3.0.0",
"@graphql-codegen/typescript": "4.0.1",
"@graphql-codegen/typescript-operations": "4.0.1",
"dotenv-mono": "github:marcocesarato/dotenv-mono#v1.3.12",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-dg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"devDependencies": {
"@vercel/style-guide": "5.0.1",
"eslint-config-turbo": "1.10.14",
"globals": "13.21.0",
"globals": "13.22.0",
"tsconfig": "workspace:*",
"typescript": "5.2.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/release/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"@semantic-release/changelog": "6.0.3",
"semantic-release": "21.1.1",
"semantic-release": "22.0.5",
"typescript": "5.2.2"
}
}
2 changes: 1 addition & 1 deletion packages/shared-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"devDependencies": {
"@graphql-codegen/cli": "5.0.0",
"@graphql-codegen/near-operation-file-preset": "2.5.0",
"@graphql-codegen/near-operation-file-preset": "3.0.0",
"@graphql-codegen/typescript": "4.0.1",
"@graphql-codegen/typescript-operations": "4.0.1",
"dotenv-mono": "github:marcocesarato/dotenv-mono#v1.3.12",
Expand Down
2 changes: 1 addition & 1 deletion packages/webhooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"node-fetch": "3.3.2",
"shared-core": "workspace:*",
"tsconfig": "workspace:*",
"tsx": "3.12.10",
"tsx": "3.13.0",
"typescript": "5.2.2"
}
}
Loading

0 comments on commit cbfcba4

Please sign in to comment.