Skip to content

Commit 0ce9da0

Browse files
authored
chore(deps): remove unused deps (#1151)
* chore(deps): remove unused deps * f * f
1 parent 48cb5a5 commit 0ce9da0

File tree

3 files changed

+124
-1663
lines changed

3 files changed

+124
-1663
lines changed

package.json

Lines changed: 6 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
"dependencies": {
1515
"@bugsnag/js": "^7.1.0",
1616
"@bugsnag/plugin-react": "^7.16.2",
17+
"@docsearch/css": "^3.9.0",
1718
"@docsearch/react": "3",
19+
"@reach/router": "^1.3.4",
1820
"classnames": "^2.2.6",
19-
"core-js": "^2.6.5",
20-
"eslint-config-react-app": "7.0.1",
2121
"gatsby": "5.14.0",
2222
"gatsby-plugin-env-variables": "^2.3.0",
2323
"gatsby-plugin-google-analytics": "^5.14.0",
@@ -31,8 +31,6 @@
3131
"json2yaml": "^1.1.0",
3232
"lodash": "^4.17.19",
3333
"monaco-editor": "^0.52.0",
34-
"monaco-editor-webpack-plugin": "^7.1.0",
35-
"nanoid": "^3.3.8",
3634
"playwright": "^1.49.0",
3735
"prop-types": "^15.7.2",
3836
"query-string": "^9.2.0",
@@ -41,9 +39,7 @@
4139
"react-github-button": "^0.1.11",
4240
"react-helmet": "^5.2.1",
4341
"react-modal": "^3.11.2",
44-
"react-monaco-editor": "^0.56.2",
45-
"react-router-dom": "^7.5.2",
46-
"react-select": "^3.0.5",
42+
"react-select": "^3.2.0",
4743
"react-tooltip": "^3.11.1",
4844
"semver": "^7.5.2"
4945
},
@@ -53,31 +49,15 @@
5349
"@babel/plugin-proposal-decorators": "^7.6.0",
5450
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
5551
"@babel/plugin-proposal-private-methods": "^7.18.6",
56-
"@babel/plugin-proposal-private-property-in-object": "^7.21.0",
5752
"@babel/plugin-transform-runtime": "^7.6.2",
58-
"babel-jest": "^29.1.0",
59-
"babel-loader": "8.4.1",
53+
"autoprefixer": "^10.4.21",
6054
"babel-preset-gatsby": "^3.14.0",
6155
"chai": "^4.3.6",
62-
"copy-webpack-plugin": "6.4.1",
63-
"css-hot-loader": "^1.4.4",
64-
"css-loader": "^3.2.0",
65-
"file-loader": "^4.2.0",
56+
"dotenv": "^17.2.1",
6657
"gatsby-cli": "5.14.0",
67-
"html-webpack-plugin": "4.5.2",
68-
"html-webpack-template": "^6.2.0",
6958
"identity-obj-proxy": "^3.0.0",
7059
"jest": "^29.7.0",
71-
"mocha": "^11.5.0",
72-
"postcss-loader": "^3.0.0",
73-
"prettier": "^1.18.2",
74-
"react-test-renderer": "^19.0.0",
75-
"resolve-url-loader": "4.0.0",
76-
"sass": "^1.49.9",
77-
"sass-loader": "^11.1.1",
78-
"style-loader": "^1.0.0",
79-
"webpack": "5.98.0",
80-
"webpack-dev-server": "^5.2.1"
60+
"sass": "^1.49.9"
8161
},
8262
"resolutions": {
8363
"mkdirp": "^0.5.6",

src/components/SupportedAddOns.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import * as React from "react";
2-
import * as _ from "lodash";
2+
import _ from "lodash";
33
import Select from "react-select";
44
import { Link, navigate } from "gatsby";
55
import MobileCategories from "./MobileCategories";

0 commit comments

Comments
 (0)