mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 15:27:17 +00:00
patch: fix @types/react being in wrong deps
This commit is contained in:
parent
fde8354757
commit
6a5eabc880
6
npm-shrinkwrap.json
generated
6
npm-shrinkwrap.json
generated
@ -13,8 +13,6 @@
|
||||
"@electron/remote": "^2.1.0",
|
||||
"@fortawesome/fontawesome-free": "6.5.1",
|
||||
"@sentry/electron": "^4.15.1",
|
||||
"@types/react": "17.0.2",
|
||||
"@types/react-dom": "17.0.2",
|
||||
"analytics-client": "^2.0.1",
|
||||
"axios": "^1.6.0",
|
||||
"d3": "4.13.0",
|
||||
@ -57,8 +55,8 @@
|
||||
"@types/mocha": "^10.0.6",
|
||||
"@types/node": "^18.11.9",
|
||||
"@types/node-ipc": "9.2.0",
|
||||
"@types/react": "16.14.34",
|
||||
"@types/react-dom": "16.9.17",
|
||||
"@types/react": "17.0.2",
|
||||
"@types/react-dom": "17.0.2",
|
||||
"@types/semver": "7.5.6",
|
||||
"@types/sinon": "17.0.2",
|
||||
"@types/tmp": "0.2.3",
|
||||
|
@ -48,8 +48,6 @@
|
||||
"@electron/remote": "^2.1.0",
|
||||
"@fortawesome/fontawesome-free": "6.5.1",
|
||||
"@sentry/electron": "^4.15.1",
|
||||
"@types/react": "17.0.2",
|
||||
"@types/react-dom": "17.0.2",
|
||||
"analytics-client": "^2.0.1",
|
||||
"axios": "^1.6.0",
|
||||
"d3": "4.13.0",
|
||||
@ -92,8 +90,8 @@
|
||||
"@types/mocha": "^10.0.6",
|
||||
"@types/node": "^18.11.9",
|
||||
"@types/node-ipc": "9.2.0",
|
||||
"@types/react": "16.14.34",
|
||||
"@types/react-dom": "16.9.17",
|
||||
"@types/react": "17.0.2",
|
||||
"@types/react-dom": "17.0.2",
|
||||
"@types/semver": "7.5.6",
|
||||
"@types/sinon": "17.0.2",
|
||||
"@types/tmp": "0.2.3",
|
||||
|
Loading…
x
Reference in New Issue
Block a user