Skip to content

Commit 8dc0caa

Browse files
committed
Update examples deps
1 parent 077944d commit 8dc0caa

File tree

8 files changed

+19102
-16305
lines changed

8 files changed

+19102
-16305
lines changed

examples/next-with-next-i18next/package-lock.json

Lines changed: 1753 additions & 1730 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/next-with-next-i18next/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
"start:prod": "NODE_ENV=production node index.js"
1313
},
1414
"devDependencies": {
15-
"i18next-hmr": "^1.4.1"
15+
"i18next-hmr": "^1.5.5"
1616
},
1717
"dependencies": {
1818
"express": "^4.17.1",
19-
"i18next": "^19.4.3",
20-
"next": "^9.3.5",
21-
"next-i18next": "^4.3.0",
19+
"i18next": "^19.6.3",
20+
"next": "^9.4.4",
21+
"next-i18next": "^4.5.0",
2222
"react": "^16.13.1",
2323
"react-dom": "^16.13.1"
2424
}

examples/razzle-ssr/package-lock.json

Lines changed: 4790 additions & 7079 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/razzle-ssr/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
"i18next-express-middleware": "1.9.1",
1515
"i18next-node-fs-backend": "^2.1.3",
1616
"i18next-xhr-backend": "3.2.2",
17-
"razzle": "^3.0.0",
17+
"razzle": "^3.1.5",
1818
"react": "16.8.2",
1919
"react-dom": "16.8.2",
2020
"react-i18next": "11.3.3",
2121
"react-router-dom": "4.3.1"
2222
},
2323
"devDependencies": {
24-
"i18next-hmr": "^1.4.1"
24+
"i18next-hmr": "^1.5.5"
2525
}
2626
}

examples/react-i18next/package-lock.json

Lines changed: 11217 additions & 5749 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/react-i18next/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@
55
"dependencies": {
66
"@babel/core": "7.6.0",
77
"@svgr/webpack": "4.3.2",
8-
"@typescript-eslint/eslint-plugin": "^2.11.0",
9-
"@typescript-eslint/parser": "^2.11.0",
8+
"@typescript-eslint/eslint-plugin": "^2.34.0",
9+
"@typescript-eslint/parser": "^2.34.0",
1010
"babel-eslint": "10.0.3",
11-
"babel-jest": "^24.9.0",
11+
"babel-jest": "^26.1.0",
1212
"babel-loader": "8.0.6",
13-
"babel-plugin-named-asset-import": "^0.3.4",
14-
"babel-preset-react-app": "^9.0.2",
13+
"babel-plugin-named-asset-import": "^0.3.6",
14+
"babel-preset-react-app": "^9.1.2",
1515
"camelcase": "^5.2.0",
1616
"case-sensitive-paths-webpack-plugin": "2.2.0",
1717
"css-loader": "2.1.1",
1818
"dotenv": "6.2.0",
1919
"dotenv-expand": "5.1.0",
20-
"eslint": "^6.1.0",
21-
"eslint-config-react-app": "^5.0.2",
20+
"eslint": "^6.8.0",
21+
"eslint-config-react-app": "^5.2.1",
2222
"eslint-loader": "3.0.2",
2323
"eslint-plugin-flowtype": "3.13.0",
2424
"eslint-plugin-import": "2.18.2",
@@ -33,7 +33,7 @@
3333
"i18next-xhr-backend": "3.2.0",
3434
"identity-obj-proxy": "3.0.0",
3535
"is-wsl": "^1.1.0",
36-
"jest": "24.9.0",
36+
"jest": "^26.1.0",
3737
"jest-environment-jsdom-fourteen": "0.1.0",
3838
"jest-resolve": "24.9.0",
3939
"jest-watch-typeahead": "0.4.0",
@@ -46,7 +46,7 @@
4646
"postcss-preset-env": "6.7.0",
4747
"postcss-safe-parser": "4.0.1",
4848
"react": "16.11.0",
49-
"react-app-polyfill": "^1.0.4",
49+
"react-app-polyfill": "^1.0.6",
5050
"react-dev-utils": "^9.1.0",
5151
"react-dom": "16.11.0",
5252
"react-i18next": "11.0.0",
@@ -55,11 +55,11 @@
5555
"sass-loader": "7.2.0",
5656
"semver": "6.3.0",
5757
"style-loader": "1.0.0",
58-
"terser-webpack-plugin": "^2.3.0",
58+
"terser-webpack-plugin": "^2.3.7",
5959
"ts-pnp": "1.1.4",
6060
"url-loader": "2.1.0",
6161
"webpack": "4.41.0",
62-
"webpack-dev-server": "3.2.1",
62+
"webpack-dev-server": "^3.11.0",
6363
"webpack-manifest-plugin": "2.1.1",
6464
"workbox-webpack-plugin": "4.3.1"
6565
},
@@ -138,6 +138,6 @@
138138
"extends": "react-app"
139139
},
140140
"devDependencies": {
141-
"i18next-hmr": "^1.2.0"
141+
"i18next-hmr": "^1.5.5"
142142
}
143143
}

0 commit comments

Comments
 (0)