Skip to content

Commit 1d23740

Browse files
author
mokimo
committed
chore: bump dependencies
1 parent 2c4a132 commit 1d23740

2 files changed

Lines changed: 23 additions & 19 deletions

File tree

config/webpack.config.ts/plugins.ts

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,17 @@ export const server = [
6262
// We should make sure to have our locales in shared/i18n/locales ready at build time.
6363
// They are then copied into the server build folder so they can be accessed via
6464
// i18next-xhr-backend and our custom /locales/:locale/:namespace endpoint.
65-
new CopyPlugin([
66-
{
67-
from: paths.locales,
68-
to: path.join(paths.serverBuild, 'locales'),
69-
ignore: ['*.missing.json'],
70-
},
71-
]),
65+
new CopyPlugin({
66+
patterns: [
67+
{
68+
from: paths.locales,
69+
to: path.join(paths.serverBuild, 'locales'),
70+
globOptions: {
71+
ignore: ['*.missing.json'],
72+
},
73+
},
74+
],
75+
}),
7276
];
7377

7478
export default {

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@
4040
"express": "^4.16.4",
4141
"express-manifest-helpers": "^0.6.0",
4242
"glob": "^7.1.6",
43-
"history": "^4.10.1",
43+
"history": "^5.0.0",
4444
"i18next": "^19.4.4",
4545
"i18next-xhr-backend": "^3.2.2",
46-
"immer": "^6.0.5",
46+
"immer": "^7.0.5",
4747
"mkdirp": "^1.0.4",
4848
"react": "^16.13.1",
4949
"react-dom": "^16.13.1",
@@ -77,13 +77,13 @@
7777
"@types/body-parser": "^1.19.0",
7878
"@types/case-sensitive-paths-webpack-plugin": "^2.1.4",
7979
"@types/classnames": "^2.2.10",
80-
"@types/copy-webpack-plugin": "^5.0.0",
80+
"@types/copy-webpack-plugin": "^6.0.0",
8181
"@types/cors": "^2.8.6",
8282
"@types/decompress": "^4.2.3",
8383
"@types/dotenv": "^8.2.0",
8484
"@types/enzyme": "^3.10.5",
8585
"@types/express-serve-static-core": "^4.17.7",
86-
"@types/jest": "^25.2.1",
86+
"@types/jest": "^26.0.3",
8787
"@types/mini-css-extract-plugin": "^0.9.1",
8888
"@types/mkdirp": "^1.0.0",
8989
"@types/nodemon": "^1.19.0",
@@ -96,15 +96,15 @@
9696
"@types/react-router": "^5.1.7",
9797
"@types/react-router-dom": "^5.1.5",
9898
"@types/rimraf": "^3.0.0",
99-
"@types/terser-webpack-plugin": "^2.2.0",
99+
"@types/terser-webpack-plugin": "^3.0.0",
100100
"@types/webpack": "^4.41.12",
101101
"@types/webpack-dev-middleware": "^3.7.0",
102102
"@types/webpack-env": "^1.15.2",
103103
"@types/webpack-hot-middleware": "^2.25.2",
104104
"@types/webpack-manifest-plugin": "^2.1.0",
105105
"@types/webpack-node-externals": "^1.7.1",
106-
"@typescript-eslint/eslint-plugin": "^2.32.0",
107-
"@typescript-eslint/parser": "^2.32.0",
106+
"@typescript-eslint/eslint-plugin": "^3.4.0",
107+
"@typescript-eslint/parser": "^3.4.0",
108108
"@werkzeugkiste/eslint-config": "^2.0.0",
109109
"@werkzeugkiste/prettier-config": "^2.0.0",
110110
"autoprefixer": "^9.7.6",
@@ -118,7 +118,7 @@
118118
"case-sensitive-paths-webpack-plugin": "^2.3.0",
119119
"concurrently": "^5.2.0",
120120
"confusing-browser-globals": "1.0.9",
121-
"copy-webpack-plugin": "^5.1.1",
121+
"copy-webpack-plugin": "^6.0.0",
122122
"core-js": "^3.6.5",
123123
"cross-env": "^7.0.2",
124124
"cross-spawn": "^7.0.2",
@@ -135,11 +135,11 @@
135135
"eslint-plugin-react": "^7.19.0",
136136
"eslint-plugin-react-hooks": "^4.0.0",
137137
"eslint-plugin-security": "1.4.0",
138-
"eslint-plugin-unicorn": "^19.0.1",
138+
"eslint-plugin-unicorn": "^20.1.0",
139139
"file-loader": "^6.0.0",
140140
"html-webpack-plugin": "^4.3.0",
141141
"husky": "^4.2.5",
142-
"i18next-parser": "^1.0.6",
142+
"i18next-parser": "^2.0.0",
143143
"i18next-scanner": "^2.11.0",
144144
"install-deps-postmerge": "^1.0.5",
145145
"jest": "^26.0.1",
@@ -159,7 +159,7 @@
159159
"postcss-normalize": "^9.0.0",
160160
"prettier": "^2.0.5",
161161
"promise": "^8.1.0",
162-
"puppeteer": "^3.0.4",
162+
"puppeteer": "^4.0.1",
163163
"react-dev-utils": "^10.2.1",
164164
"react-refresh": "^0.8.2",
165165
"redux-mock-store": "^1.5.4",
@@ -172,7 +172,7 @@
172172
"stylelint-prettier": "^1.1.2",
173173
"terser-webpack-plugin": "^3.0.1",
174174
"ts-node": "^8.10.1",
175-
"typed-css-modules-webpack-plugin": "^0.1.3",
175+
"typed-css-modules-webpack-plugin": "^0.2.0",
176176
"typescript": "^3.8.3",
177177
"url-loader": "^4.1.0",
178178
"webpack": "^4.43.0",

0 commit comments

Comments
 (0)