Skip to content

Commit

Permalink
Update deps (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
aralroca authored Mar 21, 2020
1 parent 919a07a commit 49d2041
Show file tree
Hide file tree
Showing 4 changed files with 562 additions and 234 deletions.
2 changes: 1 addition & 1 deletion examples/static-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"i18n": "node ../../cli/builder.js"
},
"dependencies": {
"next": "9.3.0",
"next": "9.3.1",
"next-translate": "link:../../",
"react": "link:../../node_modules/react",
"react-dom": "link:../../node_modules/react-dom"
Expand Down
2 changes: 1 addition & 1 deletion examples/with-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "node server.js"
},
"dependencies": {
"next": "9.3.0",
"next": "9.3.1",
"next-translate": "link:../../",
"react": "link:../../node_modules/react",
"express": "4.17.1",
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-translate",
"version": "0.11.1",
"version": "0.12.0",
"description": "Next.js utility to translate pages without the need of a server (static i18n pages generator).",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -39,20 +39,20 @@
},
"devDependencies": {
"@babel/cli": "7.8.4",
"@babel/core": "7.8.7",
"@babel/preset-env": "7.8.7",
"@babel/core": "7.9.0",
"@babel/preset-env": "7.9.0",
"@testing-library/react": "10.0.1",
"babel-jest": "25.1.0",
"babel-plugin-transform-es2015-modules-commonjs": "6.26.2",
"babel-preset-minify": "0.5.1",
"express": "4.17.1",
"husky": "4.2.3",
"jest": "25.1.0",
"next": "9.3.0",
"next": "9.3.1",
"prettier": "1.19.1",
"pretty-quick": "2.0.1",
"react": "16.13.0",
"react-dom": "16.13.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"supertest": "4.0.2"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 49d2041

Please sign in to comment.