Skip to content

Commit

Permalink
Changes for Release 2404.0.0
Browse files Browse the repository at this point in the history
update more dependencies
  • Loading branch information
pitgrap committed Apr 2, 2024
1 parent c1764c1 commit ebe3fe8
Show file tree
Hide file tree
Showing 7 changed files with 524 additions and 507 deletions.
14 changes: 7 additions & 7 deletions apps/spark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"build-storybook": "storybook build -o dist/storybook"
},
"dependencies": {
"@apollo/client": "^3.9.8",
"@apollo/client": "^3.9.10",
"@coremedia-labs/graphql-layer": "workspace:^",
"@coremedia-labs/preview-integration": "workspace:^",
"@coremedia-labs/view-dispatcher": "workspace:^",
Expand All @@ -27,7 +27,7 @@
"crypto-hash": "^2.0.1",
"graphql": "^16.8.1",
"i18next": "^23.10.1",
"i18next-browser-languagedetector": "^7.2.0",
"i18next-browser-languagedetector": "^7.2.1",
"i18next-http-backend": "^2.5.0",
"loglevel": "^1.9.1",
"query-string": "^7.1.3",
Expand Down Expand Up @@ -57,14 +57,14 @@
"@storybook/node-logger": "^7.6.17",
"@storybook/react": "^7.6.17",
"@storybook/react-vite": "^7.6.17",
"@types/node": "^20.11.30",
"@types/react": "^17.0.79",
"@types/node": "^20.12.2",
"@types/react": "^17.0.80",
"@types/react-dom": "^17.0.25",
"@types/react-router-dom": "^5.3.3",
"@types/react-slick": "^0.23.13",
"@types/styled-components": "^5.1.34",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@vitejs/plugin-react-swc": "^3.6.0",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
Expand All @@ -78,7 +78,7 @@
"storybook": "^7.6.17",
"typedoc": "^0.25.12",
"typescript": "~5.2.2",
"vite": "^4.5.2",
"vite": "^4.5.3",
"vitest": "^0.34.6"
},
"browserslist": {
Expand Down
8 changes: 4 additions & 4 deletions apps/standalone-fragment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@
"lint:ci": "eslint \"src/**/*.+(ts|tsx)\""
},
"dependencies": {
"@apollo/client": "^3.9.8",
"@apollo/client": "^3.9.10",
"@coremedia-labs/graphql-layer": "workspace:^",
"graphql": "^16.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@babel/core": "^7.24.3",
"@types/react": "^17.0.79",
"@types/react": "^17.0.80",
"@types/react-dom": "^17.0.25",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"babel-loader": "^9.1.3",
"babel-preset-react-app": "^10.0.1",
"copy-webpack-plugin": "^12.0.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/graphql-layer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"./dist/__downloaded__/schema.json": "./dist/__downloaded__/schema.json"
},
"dependencies": {
"@apollo/client": "^3.9.8",
"@apollo/client": "^3.9.10",
"dotenv": "^16.4.5",
"graphql": "^16.8.1",
"graphql-tag": "^2.12.6",
Expand All @@ -39,9 +39,9 @@
"@graphql-codegen/typescript": "^4.0.6",
"@graphql-codegen/typescript-operations": "^4.2.0",
"@graphql-codegen/typescript-react-apollo": "^4.3.0",
"@types/node": "^20.11.30",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@types/node": "^20.12.2",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/view-dispatcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"typescript": "~5.2.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
Expand Down
Loading

0 comments on commit ebe3fe8

Please sign in to comment.