Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 26, 2022
1 parent 6fe52f0 commit 33db425
Show file tree
Hide file tree
Showing 5 changed files with 623 additions and 452 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16.18.1
16.19.0
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"ts-node": "10.9.1"
},
"dependencies": {
"@apollo/client": "3.7.1",
"@apollo/client": "3.7.3",
"@emotion/react": "11.10.5",
"@emotion/styled": "11.10.5",
"cross-fetch": "3.1.5",
Expand All @@ -23,35 +23,35 @@
"react-dom": "17.0.2"
},
"devDependencies": {
"@babel/core": "7.20.5",
"@babel/core": "7.20.7",
"@cypress/react": "5.12.5",
"@cypress/webpack-dev-server": "1.8.4",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.10",
"@storybook/addon-actions": "6.5.13",
"@storybook/addon-essentials": "6.5.13",
"@storybook/addon-links": "6.5.13",
"@storybook/builder-webpack5": "6.5.13",
"@storybook/manager-webpack5": "6.5.13",
"@storybook/react": "6.5.13",
"@storybook/addon-actions": "6.5.15",
"@storybook/addon-essentials": "6.5.15",
"@storybook/addon-links": "6.5.15",
"@storybook/builder-webpack5": "6.5.15",
"@storybook/manager-webpack5": "6.5.15",
"@storybook/react": "6.5.15",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "12.1.5",
"@tsconfig/recommended": "^1.0.1",
"@types/compression": "1.7.2",
"@types/express": "4.17.14",
"@types/express": "4.17.15",
"@types/jest": "27.5.2",
"@types/loadable__component": "5.13.4",
"@types/node": "16.18.4",
"@types/node": "16.18.11",
"@types/react": "17.0.52",
"@types/react-dom": "17.0.18",
"@types/react-router": "5.1.19",
"@types/react-router": "5.1.20",
"@types/react-router-dom": "5.3.3",
"@typescript-eslint/eslint-plugin": "5.45.0",
"@typescript-eslint/parser": "5.45.0",
"@typescript-eslint/eslint-plugin": "5.47.1",
"@typescript-eslint/parser": "5.47.1",
"babel-loader": "8.3.0",
"css-loader": "6.7.2",
"css-loader": "6.7.3",
"cypress": "8.7.0",
"dedubcheck": "0.0.8",
"eslint": "8.28.0",
"eslint": "8.30.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-cypress": "2.12.1",
"eslint-plugin-graphql": "4.0.0",
Expand All @@ -68,9 +68,9 @@
"jest": "27.5.1",
"lerna": "4.0.0",
"lint-staged": "11.2.6",
"mini-css-extract-plugin": "2.7.1",
"mini-css-extract-plugin": "2.7.2",
"path": "0.12.7",
"prettier": "2.8.0",
"prettier": "2.8.1",
"react-refresh": "0.14.0",
"source-map-loader": "3.0.2",
"speed-measure-webpack-plugin": "1.5.0",
Expand All @@ -79,7 +79,7 @@
"ts-jest": "27.1.5",
"ts-loader": "9.4.2",
"tsconfig-paths-webpack-plugin": "3.5.2",
"typescript": "4.9.3",
"typescript": "4.9.4",
"update-ts-references": "2.4.1",
"webpack": "5.75.0",
"webpack-bundle-analyzer": "4.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"react-dom": "17.0.2",
"react-router-dom": "5.3.4",
"cross-fetch": "3.1.5",
"@apollo/client": "3.7.1",
"@apollo/client": "3.7.3",
"graphql": "15.8.0"
}
}
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"react-dom": "17.0.2",
"react-router-dom": "5.3.4",
"cross-fetch": "3.1.5",
"@apollo/client": "3.7.1",
"@apollo/client": "3.7.3",
"graphql": "15.8.0"
}
}
Loading

0 comments on commit 33db425

Please sign in to comment.