Skip to content

Commit

Permalink
Remove unnecessary @types/webpack (#980)
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 authored Dec 8, 2021
1 parent 8f6fbc4 commit 596181e
Show file tree
Hide file tree
Showing 15 changed files with 1 addition and 40 deletions.
1 change: 0 additions & 1 deletion packages/d3-state-visualizer/examples/tree/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"@babel/preset-env": "^7.16.4",
"@babel/preset-typescript": "^7.16.0",
"@types/node": "^16.11.11",
"@types/webpack": "^5.28.0",
"@types/webpack-dev-server": "^4.5.0",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
Expand Down
1 change: 0 additions & 1 deletion packages/d3-state-visualizer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
"@babel/preset-typescript": "^7.16.0",
"@types/node": "^16.11.11",
"@types/ramda": "^0.27.58",
"@types/webpack": "^5.28.0",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
"babel-loader": "^8.2.3",
Expand Down
1 change: 0 additions & 1 deletion packages/d3tooltip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
"@types/d3": "^3.5.46",
"@types/node": "^16.11.11",
"@types/ramda": "^0.27.58",
"@types/webpack": "^5.28.0",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
"babel-loader": "^8.2.3",
Expand Down
1 change: 0 additions & 1 deletion packages/map2tree/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
"@types/jest": "^27.0.3",
"@types/lodash": "^4.14.177",
"@types/node": "^16.11.11",
"@types/webpack": "^5.28.0",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
"babel-loader": "^8.2.3",
Expand Down
1 change: 0 additions & 1 deletion packages/react-dock/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"@types/styled-components": "^5.1.16",
"@types/webpack": "^5.28.0",
"@types/webpack-dev-server": "^4.5.0",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
Expand Down
1 change: 0 additions & 1 deletion packages/react-json-tree/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"@types/node": "^16.11.11",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"@types/webpack": "^5.28.0",
"@types/webpack-dev-server": "^4.5.0",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
Expand Down
1 change: 0 additions & 1 deletion packages/react-json-tree/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
"@types/node": "^16.11.11",
"@types/react": "^17.0.37",
"@types/react-test-renderer": "^17.0.1",
"@types/webpack": "^5.28.0",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
"babel-loader": "^8.2.3",
Expand Down
1 change: 0 additions & 1 deletion packages/redux-devtools-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@
"@types/socketcluster-client": "^13.0.5",
"@types/styled-components": "^5.1.16",
"@types/testing-library__jest-dom": "^5.14.2",
"@types/webpack": "^5.28.0",
"@types/webpack-dev-server": "^4.5.0",
"@types/webpack-env": "^1.16.3",
"@typescript-eslint/eslint-plugin": "^5.5.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
"@types/react-redux": "^7.1.20",
"@types/react-router": "^5.1.17",
"@types/redux-logger": "^3.0.9",
"@types/webpack": "^5.28.0",
"@types/webpack-dev-server": "^4.5.0",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"@types/react-redux": "^7.1.20",
"@types/react-router": "^5.1.17",
"@types/redux-logger": "^3.0.9",
"@types/webpack": "^5.28.0",
"@types/webpack-dev-server": "^4.5.0",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
"@types/react-dom": "^17.0.11",
"@types/react-redux": "^7.1.20",
"@types/react-router-dom": "^5.3.2",
"@types/webpack": "^5.28.0",
"@types/webpack-dev-server": "^4.5.0",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"@types/react-redux": "^7.1.20",
"@types/webpack": "^5.28.0",
"@types/webpack-dev-server": "^4.5.0",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
Expand Down
1 change: 0 additions & 1 deletion packages/redux-devtools/examples/counter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"@types/react-redux": "^7.1.20",
"@types/webpack": "^5.28.0",
"@types/webpack-dev-server": "^4.5.0",
"@types/webpack-env": "^1.16.3",
"@typescript-eslint/eslint-plugin": "^5.5.0",
Expand Down
1 change: 0 additions & 1 deletion packages/redux-devtools/examples/todomvc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"@types/react-redux": "^7.1.20",
"@types/webpack": "^5.28.0",
"@types/webpack-dev-server": "^4.5.0",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
Expand Down
27 changes: 1 addition & 26 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4537,7 +4537,6 @@ __metadata:
"@types/socketcluster-client": ^13.0.5
"@types/styled-components": ^5.1.16
"@types/testing-library__jest-dom": ^5.14.2
"@types/webpack": ^5.28.0
"@types/webpack-dev-server": ^4.5.0
"@types/webpack-env": ^1.16.3
"@typescript-eslint/eslint-plugin": ^5.5.0
Expand Down Expand Up @@ -7833,17 +7832,6 @@ __metadata:
languageName: node
linkType: hard

"@types/webpack@npm:^5.28.0":
version: 5.28.0
resolution: "@types/webpack@npm:5.28.0"
dependencies:
"@types/node": "*"
tapable: ^2.2.0
webpack: ^5
checksum: a038d7e12dd109c6a8d2eb744fd32070ef94f1655e730fb1443b370db98864c3a0e408638b02d12ba08269b9c012b3be8b801117ced2d1102e7676203fd663ed
languageName: node
linkType: hard

"@types/ws@npm:*":
version: 8.2.1
resolution: "@types/ws@npm:8.2.1"
Expand Down Expand Up @@ -11946,7 +11934,6 @@ __metadata:
"@types/react": ^17.0.37
"@types/react-dom": ^17.0.11
"@types/react-redux": ^7.1.20
"@types/webpack": ^5.28.0
"@types/webpack-dev-server": ^4.5.0
"@types/webpack-env": ^1.16.3
"@typescript-eslint/eslint-plugin": ^5.5.0
Expand Down Expand Up @@ -12365,7 +12352,6 @@ __metadata:
"@babel/preset-env": ^7.16.4
"@babel/preset-typescript": ^7.16.0
"@types/node": ^16.11.11
"@types/webpack": ^5.28.0
"@types/webpack-dev-server": ^4.5.0
"@typescript-eslint/eslint-plugin": ^5.5.0
"@typescript-eslint/parser": ^5.5.0
Expand Down Expand Up @@ -12395,7 +12381,6 @@ __metadata:
"@types/d3": ^3.5.46
"@types/node": ^16.11.11
"@types/ramda": ^0.27.58
"@types/webpack": ^5.28.0
"@typescript-eslint/eslint-plugin": ^5.5.0
"@typescript-eslint/parser": ^5.5.0
babel-loader: ^8.2.3
Expand Down Expand Up @@ -12432,7 +12417,6 @@ __metadata:
"@types/d3": ^3.5.46
"@types/node": ^16.11.11
"@types/ramda": ^0.27.58
"@types/webpack": ^5.28.0
"@typescript-eslint/eslint-plugin": ^5.5.0
"@typescript-eslint/parser": ^5.5.0
babel-loader: ^8.2.3
Expand Down Expand Up @@ -16853,7 +16837,6 @@ __metadata:
"@types/react-redux": ^7.1.20
"@types/react-router": ^5.1.17
"@types/redux-logger": ^3.0.9
"@types/webpack": ^5.28.0
"@types/webpack-dev-server": ^4.5.0
"@typescript-eslint/eslint-plugin": ^5.5.0
"@typescript-eslint/parser": ^5.5.0
Expand Down Expand Up @@ -19939,7 +19922,6 @@ __metadata:
"@types/jest": ^27.0.3
"@types/lodash": ^4.14.177
"@types/node": ^16.11.11
"@types/webpack": ^5.28.0
"@typescript-eslint/eslint-plugin": ^5.5.0
"@typescript-eslint/parser": ^5.5.0
babel-loader: ^8.2.3
Expand Down Expand Up @@ -23878,7 +23860,6 @@ __metadata:
"@types/react": ^17.0.37
"@types/react-dom": ^17.0.11
"@types/styled-components": ^5.1.16
"@types/webpack": ^5.28.0
"@types/webpack-dev-server": ^4.5.0
"@typescript-eslint/eslint-plugin": ^5.5.0
"@typescript-eslint/parser": ^5.5.0
Expand Down Expand Up @@ -24083,7 +24064,6 @@ __metadata:
"@types/node": ^16.11.11
"@types/react": ^17.0.37
"@types/react-dom": ^17.0.11
"@types/webpack": ^5.28.0
"@types/webpack-dev-server": ^4.5.0
"@typescript-eslint/eslint-plugin": ^5.5.0
"@typescript-eslint/parser": ^5.5.0
Expand Down Expand Up @@ -24121,7 +24101,6 @@ __metadata:
"@types/prop-types": ^15.7.4
"@types/react": ^17.0.37
"@types/react-test-renderer": ^17.0.1
"@types/webpack": ^5.28.0
"@typescript-eslint/eslint-plugin": ^5.5.0
"@typescript-eslint/parser": ^5.5.0
babel-loader: ^8.2.3
Expand Down Expand Up @@ -25561,7 +25540,6 @@ __metadata:
"@types/react-dom": ^17.0.11
"@types/react-redux": ^7.1.20
"@types/react-router-dom": ^5.3.2
"@types/webpack": ^5.28.0
"@types/webpack-dev-server": ^4.5.0
"@typescript-eslint/eslint-plugin": ^5.5.0
"@typescript-eslint/parser": ^5.5.0
Expand Down Expand Up @@ -26344,7 +26322,6 @@ __metadata:
"@types/react": ^17.0.37
"@types/react-dom": ^17.0.11
"@types/react-redux": ^7.1.20
"@types/webpack": ^5.28.0
"@types/webpack-dev-server": ^4.5.0
"@typescript-eslint/eslint-plugin": ^5.5.0
"@typescript-eslint/parser": ^5.5.0
Expand Down Expand Up @@ -27831,7 +27808,6 @@ __metadata:
"@types/react-redux": ^7.1.20
"@types/react-router": ^5.1.17
"@types/redux-logger": ^3.0.9
"@types/webpack": ^5.28.0
"@types/webpack-dev-server": ^4.5.0
"@typescript-eslint/eslint-plugin": ^5.5.0
"@typescript-eslint/parser": ^5.5.0
Expand Down Expand Up @@ -28111,7 +28087,6 @@ __metadata:
"@types/react": ^17.0.37
"@types/react-dom": ^17.0.11
"@types/react-redux": ^7.1.20
"@types/webpack": ^5.28.0
"@types/webpack-dev-server": ^4.5.0
"@typescript-eslint/eslint-plugin": ^5.5.0
"@typescript-eslint/parser": ^5.5.0
Expand Down Expand Up @@ -29567,7 +29542,7 @@ __metadata:
languageName: node
linkType: hard

"webpack@npm:*, webpack@npm:^5, webpack@npm:^5.1.0, webpack@npm:^5.38.1, webpack@npm:^5.64.4":
"webpack@npm:*, webpack@npm:^5.1.0, webpack@npm:^5.38.1, webpack@npm:^5.64.4":
version: 5.64.4
resolution: "webpack@npm:5.64.4"
dependencies:
Expand Down

0 comments on commit 596181e

Please sign in to comment.