Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
We need to manually pin acorn to ^8 due to
neutrinojs/neutrino#1624
  • Loading branch information
cmfcmf committed Dec 31, 2020
1 parent c348509 commit 6c3509f
Show file tree
Hide file tree
Showing 2 changed files with 1,278 additions and 1,174 deletions.
27 changes: 15 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,25 @@
},
"dependencies": {
"onecolor": "^3.1.0",
"query-string": "^6.13.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-shadow": "^18.1.2",
"regenerator-runtime": "^0.13.5"
"query-string": "^6.13.8",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-shadow": "^19.0.1",
"regenerator-runtime": "^0.13.7"
},
"scripts": {
"build": "webpack --mode production",
"start": "webpack-dev-server --mode development --open"
"start": "webpack-dev-server --mode development --open --open-page ic-pinout-diagram-generator"
},
"devDependencies": {
"@neutrinojs/react": "^9.2.0",
"neutrino": "^9.2.0",
"raw-loader": "^4.0.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
"@neutrinojs/react": "^9.5.0",
"neutrino": "^9.5.0",
"raw-loader": "^4.0.2",
"webpack": "^4",
"webpack-cli": "^3",
"webpack-dev-server": "^3.11.1"
},
"resolutions": {
"acorn": "8.0.4"
}
}
Loading

0 comments on commit 6c3509f

Please sign in to comment.