Skip to content

Commit

Permalink
chore: update i18next to v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SolidZORO committed Jun 20, 2020
1 parent cb30e5b commit 5530d22
Show file tree
Hide file tree
Showing 4 changed files with 331 additions and 155 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,14 @@
"commitizen": "4.1.2",
"cross-env": "^7.0.2",
"cz-conventional-changelog": "3.2.0",
"eslint": "^7.2.0",
"eslint": "^7.3.0",
"eslint-config-airbnb": "18.2.0",
"eslint-config-airbnb-typescript": "^8.0.2",
"eslint-config-prettier": "^6.11.0",
"eslint-loader": "4.0.2",
"eslint-plugin-css-modules": "2.11.0",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-jsx-a11y": "^6.3.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^4.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/leaa-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"express-rate-limit": "^5.1.3",
"helmet": "^3.23.1",
"html-to-text": "^5.1.1",
"i18next": "^19.4.5",
"i18next": "^19.5.0",
"i18next-http-middleware": "^2.1.2",
"image-size": "^0.8.3",
"ip": "^1.1.5",
Expand Down
24 changes: 12 additions & 12 deletions packages/leaa-dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"dotenv-webpack": "^1.8.0",
"fingerprintjs": "^0.5.3",
"history": "^4.10.1",
"i18next": "^19.4.5",
"i18next-browser-languagedetector": "^4.3.1",
"i18next": "^19.5.0",
"i18next-browser-languagedetector": "^5.0.0",
"i18next-xhr-backend": "^3.2.2",
"js-cookie": "^2.2.1",
"lodash": "^4.17.15",
Expand All @@ -61,27 +61,27 @@
"react-dom": "16.13.1",
"react-dropzone": "^11.0.1",
"react-helmet-async": "^1.0.6",
"react-i18next": "^11.6.0",
"react-i18next": "^11.7.0",
"react-router-dom": "5.2.0",
"react-sortable-tree": "^2.7.1",
"react-test-renderer": "16.13.1",
"react-use": "^15.3.0",
"uuid": "^8.1.0"
},
"devDependencies": {
"@babel/cli": "7.10.1",
"@babel/core": "7.10.2",
"@babel/cli": "7.10.3",
"@babel/core": "7.10.3",
"@babel/plugin-proposal-class-properties": "7.10.1",
"@babel/plugin-proposal-decorators": "7.10.1",
"@babel/plugin-proposal-decorators": "7.10.3",
"@babel/plugin-proposal-export-default-from": "7.10.1",
"@babel/plugin-proposal-object-rest-spread": "7.10.1",
"@babel/plugin-proposal-optional-chaining": "^7.10.1",
"@babel/plugin-proposal-object-rest-spread": "7.10.3",
"@babel/plugin-proposal-optional-chaining": "^7.10.3",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-transform-runtime": "^7.10.1",
"@babel/preset-env": "7.10.2",
"@babel/plugin-transform-runtime": "^7.10.3",
"@babel/preset-env": "7.10.3",
"@babel/preset-react": "^7.10.1",
"@babel/preset-typescript": "7.10.1",
"@babel/runtime": "^7.10.2",
"@babel/runtime": "^7.10.3",
"@types/autoprefixer": "^9.7.2",
"@types/babel__core": "7.1.8",
"@types/babel__plugin-transform-runtime": "^7.9.0",
Expand Down Expand Up @@ -123,7 +123,7 @@
"@types/webpack-dev-server": "3.11.0",
"@types/webpack-env": "1.15.2",
"@types/webpack-manifest-plugin": "^2.1.0",
"autoprefixer": "^9.8.0",
"autoprefixer": "^9.8.1",
"babel-loader": "8.1.0",
"babel-plugin-import": "^1.12.1",
"babel-plugin-lodash": "^3.3.4",
Expand Down

0 comments on commit 5530d22

Please sign in to comment.