Skip to content

Commit df96966

Browse files
fix(deps): update all non-major dependencies
1 parent 6fe52f0 commit df96966

File tree

5 files changed

+728
-548
lines changed

5 files changed

+728
-548
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v16.18.1
1+
16.19.0

package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"ts-node": "10.9.1"
1515
},
1616
"dependencies": {
17-
"@apollo/client": "3.7.1",
17+
"@apollo/client": "3.7.3",
1818
"@emotion/react": "11.10.5",
1919
"@emotion/styled": "11.10.5",
2020
"cross-fetch": "3.1.5",
@@ -23,43 +23,43 @@
2323
"react-dom": "17.0.2"
2424
},
2525
"devDependencies": {
26-
"@babel/core": "7.20.5",
26+
"@babel/core": "7.20.12",
2727
"@cypress/react": "5.12.5",
2828
"@cypress/webpack-dev-server": "1.8.4",
2929
"@pmmmwh/react-refresh-webpack-plugin": "0.5.10",
30-
"@storybook/addon-actions": "6.5.13",
31-
"@storybook/addon-essentials": "6.5.13",
32-
"@storybook/addon-links": "6.5.13",
33-
"@storybook/builder-webpack5": "6.5.13",
34-
"@storybook/manager-webpack5": "6.5.13",
35-
"@storybook/react": "6.5.13",
30+
"@storybook/addon-actions": "6.5.15",
31+
"@storybook/addon-essentials": "6.5.15",
32+
"@storybook/addon-links": "6.5.15",
33+
"@storybook/builder-webpack5": "6.5.15",
34+
"@storybook/manager-webpack5": "6.5.15",
35+
"@storybook/react": "6.5.15",
3636
"@testing-library/jest-dom": "5.16.5",
3737
"@testing-library/react": "12.1.5",
3838
"@tsconfig/recommended": "^1.0.1",
3939
"@types/compression": "1.7.2",
40-
"@types/express": "4.17.14",
40+
"@types/express": "4.17.15",
4141
"@types/jest": "27.5.2",
4242
"@types/loadable__component": "5.13.4",
43-
"@types/node": "16.18.4",
43+
"@types/node": "16.18.11",
4444
"@types/react": "17.0.52",
4545
"@types/react-dom": "17.0.18",
46-
"@types/react-router": "5.1.19",
46+
"@types/react-router": "5.1.20",
4747
"@types/react-router-dom": "5.3.3",
48-
"@typescript-eslint/eslint-plugin": "5.45.0",
49-
"@typescript-eslint/parser": "5.45.0",
48+
"@typescript-eslint/eslint-plugin": "5.48.1",
49+
"@typescript-eslint/parser": "5.48.1",
5050
"babel-loader": "8.3.0",
51-
"css-loader": "6.7.2",
51+
"css-loader": "6.7.3",
5252
"cypress": "8.7.0",
5353
"dedubcheck": "0.0.8",
54-
"eslint": "8.28.0",
55-
"eslint-config-prettier": "8.5.0",
54+
"eslint": "8.31.0",
55+
"eslint-config-prettier": "8.6.0",
5656
"eslint-plugin-cypress": "2.12.1",
5757
"eslint-plugin-graphql": "4.0.0",
58-
"eslint-plugin-import": "2.26.0",
58+
"eslint-plugin-import": "2.27.0",
5959
"eslint-plugin-jest-dom": "4.0.3",
60-
"eslint-plugin-jsx-a11y": "6.6.1",
60+
"eslint-plugin-jsx-a11y": "6.7.0",
6161
"eslint-plugin-prettier": "4.2.1",
62-
"eslint-plugin-react": "7.31.11",
62+
"eslint-plugin-react": "7.32.0",
6363
"eslint-plugin-react-hooks": "4.6.0",
6464
"eslint-plugin-testing-library": "5.9.1",
6565
"html-webpack-plugin": "5.5.0",
@@ -68,9 +68,9 @@
6868
"jest": "27.5.1",
6969
"lerna": "4.0.0",
7070
"lint-staged": "11.2.6",
71-
"mini-css-extract-plugin": "2.7.1",
71+
"mini-css-extract-plugin": "2.7.2",
7272
"path": "0.12.7",
73-
"prettier": "2.8.0",
73+
"prettier": "2.8.2",
7474
"react-refresh": "0.14.0",
7575
"source-map-loader": "3.0.2",
7676
"speed-measure-webpack-plugin": "1.5.0",
@@ -79,7 +79,7 @@
7979
"ts-jest": "27.1.5",
8080
"ts-loader": "9.4.2",
8181
"tsconfig-paths-webpack-plugin": "3.5.2",
82-
"typescript": "4.9.3",
82+
"typescript": "4.9.4",
8383
"update-ts-references": "2.4.1",
8484
"webpack": "5.75.0",
8585
"webpack-bundle-analyzer": "4.7.0",

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"react-dom": "17.0.2",
2222
"react-router-dom": "5.3.4",
2323
"cross-fetch": "3.1.5",
24-
"@apollo/client": "3.7.1",
24+
"@apollo/client": "3.7.3",
2525
"graphql": "15.8.0"
2626
}
2727
}

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"react-dom": "17.0.2",
2222
"react-router-dom": "5.3.4",
2323
"cross-fetch": "3.1.5",
24-
"@apollo/client": "3.7.1",
24+
"@apollo/client": "3.7.3",
2525
"graphql": "15.8.0"
2626
}
2727
}

0 commit comments

Comments
 (0)