Skip to content

Commit 2feddc7

Browse files
authored
build: clean up incorrect deps (#1407)
1 parent 7226571 commit 2feddc7

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"algoliasearch": "^4.12.0",
4848
"classnames": "^2.2.6",
4949
"commander": "^7.1.0",
50+
"cross-fetch": "^3.1.0",
5051
"electron-default-menu": "^1.0.2",
5152
"electron-devtools-installer": "^3.1.1",
5253
"electron-squirrel-startup": "^1.0.0",
@@ -71,7 +72,6 @@
7172
"update-electron-app": "^2.0.1"
7273
},
7374
"devDependencies": {
74-
"@babel/core": "^7.13.8",
7575
"@electron-forge/cli": "6.1.1",
7676
"@electron-forge/maker-deb": "6.1.1",
7777
"@electron-forge/maker-rpm": "6.1.1",
@@ -106,7 +106,6 @@
106106
"@typescript-eslint/parser": "^6.0.0",
107107
"@vercel/webpack-asset-relocator-loader": "^1.7.2",
108108
"copy-webpack-plugin": "^11.0.0",
109-
"cross-fetch": "^3.1.0",
110109
"css-loader": "^6.7.1",
111110
"electron": "25.2.0",
112111
"enzyme": "^3.11.0",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.5.tgz#b1f6c86a02d85d2dd3368a2b67c09add8cd0c255"
164164
integrity sha512-4Jc/YuIaYqKnDDz892kPIledykKg12Aw1PYX5i/TY28anJtacvM1Rrr8wbieB9GfEJwlzqT0hUEao0CxEebiDA==
165165

166-
"@babel/core@^7.0.0", "@babel/core@^7.13.8":
166+
"@babel/core@^7.0.0":
167167
version "7.14.0"
168168
resolved "https://registry.npmjs.org/@babel/core/-/core-7.14.0.tgz"
169169
integrity sha512-8YqpRig5NmIHlMLw09zMlPTvUVMILjqCOtVgu+TVNWEBvy9b5I3RRyhqnrV4hjgEK7n8P9OqvkWJAFmEL6Wwfw==

0 commit comments

Comments
 (0)