Skip to content

Commit

Permalink
fix(packages): update npm packages
Browse files Browse the repository at this point in the history
* update all npm packages to latest versions
  • Loading branch information
antokara committed Jun 14, 2020
1 parent ab15e55 commit a188a9a
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 29 deletions.
6 changes: 3 additions & 3 deletions dev/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"@types/react": "^16.9.35",
"@types/react": "^16.9.36",
"@types/react-dom": "^16.9.8",
"react": "^16.13.1",
"react-dom": "^16.13.1"
Expand Down
6 changes: 3 additions & 3 deletions examples/javascript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@types/dotenv": "^8.2.0",
"@types/react": "^16.9.35",
"@types/react": "^16.9.36",
"@types/react-dom": "^16.9.8",
"dotenv": "^8.2.0",
"dotenv-webpack": "^1.8.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/typescript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@types/dotenv": "^8.2.0",
"@types/react": "^16.9.35",
"@types/react": "^16.9.36",
"@types/react-dom": "^16.9.8",
"dotenv": "^8.2.0",
"dotenv-webpack": "^1.8.0",
Expand Down
26 changes: 13 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@
"@semantic-release/git": "^9.0.0",
"@semantic-release/github": "^7.0.7",
"@semantic-release/npm": "^7.0.5",
"@testing-library/dom": "^7.10.1",
"@testing-library/jest-dom": "^5.9.0",
"@testing-library/dom": "^7.14.2",
"@testing-library/jest-dom": "^5.10.0",
"@testing-library/react": "^10.2.1",
"@types/jest": "^25.2.3",
"@types/jest": "^26.0.0",
"@types/react-dom": "^16.9.8",
"coveralls": "^3.1.0",
"jest": "^26.0.1",
Expand All @@ -71,7 +71,7 @@
"webpack-cli": "^3.3.11"
},
"dependencies": {
"@types/react": "^16.9.35",
"@types/react": "^16.9.36",
"react": "^16.13.1"
},
"prettier": {
Expand Down

0 comments on commit a188a9a

Please sign in to comment.