Skip to content

Commit

Permalink
Move i18next and react to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
isaachinman committed Feb 4, 2019
1 parent 4bf9d37 commit f35cc48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 23 deletions.
20 changes: 0 additions & 20 deletions examples/simple/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4638,15 +4638,13 @@ next-i18next@../../:
dependencies:
detect-node "^2.0.4"
hoist-non-react-statics "^3.2.0"
i18next "^14.0.1"
i18next-browser-languagedetector "^2.2.4"
i18next-express-middleware "^1.5.0"
i18next-node-fs-backend "^2.1.0"
i18next-xhr-backend "^1.5.1"
path-match "^1.2.4"
pretty-error "^2.1.1"
prop-types "^15.6.2"
react "^16.7.0"
react-i18next "^9.0.4"
url "^0.11.0"

Expand Down Expand Up @@ -5446,16 +5444,6 @@ react@^16.6.3:
prop-types "^15.6.2"
scheduler "^0.11.2"

react@^16.7.0:
version "16.7.0"
resolved "https://registry.yarnpkg.com/react/-/react-16.7.0.tgz#b674ec396b0a5715873b350446f7ea0802ab6381"
integrity sha512-StCz3QY8lxTb5cl2HJxjwLFOXPIFQp+p+hxQfc8WE0QiLfCtIlKj8/+5tjjKm8uSTlAW+fCPaavGFS06V9Ar3A==
dependencies:
loose-envify "^1.1.0"
object-assign "^4.1.1"
prop-types "^15.6.2"
scheduler "^0.12.0"

read-pkg-up@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-2.0.0.tgz#6b72a8048984e0c41e79510fd5e9fa99b3b549be"
Expand Down Expand Up @@ -5811,14 +5799,6 @@ scheduler@^0.11.2:
loose-envify "^1.1.0"
object-assign "^4.1.1"

scheduler@^0.12.0:
version "0.12.0"
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.12.0.tgz#8ab17699939c0aedc5a196a657743c496538647b"
integrity sha512-t7MBR28Akcp4Jm+QoR63XgAi9YgCUmgvDHqf5otgAj4QvdoBE4ImCX0ffehefePPG+aitiYHp0g/mW6s4Tp+dw==
dependencies:
loose-envify "^1.1.0"
object-assign "^4.1.1"

schema-utils@^0.4.4, schema-utils@^0.4.5:
version "0.4.7"
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-0.4.7.tgz#ba74f597d2be2ea880131746ee17d0a093c68187"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,26 +58,26 @@
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1",
"husky": "^1.1.4",
"i18next": "^14.0.1",
"jest": "^23.6.0",
"jest-puppeteer": "^3.7.0",
"jsdom": "^13.1.0",
"jsdom-global": "^3.0.2",
"next": "^7.0.2",
"puppeteer": "^1.11.0",
"react": "^16.7.0",
"react-dom": "^16.6.3"
},
"dependencies": {
"detect-node": "^2.0.4",
"hoist-non-react-statics": "^3.2.0",
"i18next": "^14.0.1",
"i18next-browser-languagedetector": "^2.2.4",
"i18next-express-middleware": "^1.5.0",
"i18next-node-fs-backend": "^2.1.0",
"i18next-xhr-backend": "^1.5.1",
"path-match": "^1.2.4",
"pretty-error": "^2.1.1",
"prop-types": "^15.6.2",
"react": "^16.7.0",
"react-i18next": "^9.0.4",
"url": "^0.11.0"
},
Expand All @@ -86,4 +86,4 @@
"next": ">= 7.0.2",
"react": ">= 16.3.0"
}
}
}

0 comments on commit f35cc48

Please sign in to comment.