Skip to content

Commit

Permalink
Remove deprecated packages (#1697)
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 authored Jul 16, 2024
1 parent 4c73661 commit 3184647
Show file tree
Hide file tree
Showing 12 changed files with 17 additions and 61 deletions.
2 changes: 1 addition & 1 deletion extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@babel/polyfill": "^7.12.1",
"@emotion/react": "^11.11.4",
"@redux-devtools/app": "^6.1.0",
"@redux-devtools/core": "^4.0.0",
Expand All @@ -32,6 +31,7 @@
"@redux-devtools/slider-monitor": "^5.0.1",
"@redux-devtools/ui": "^1.3.2",
"@redux-devtools/utils": "^3.0.0",
"@reduxjs/toolkit": "^1.9.7",
"@types/jsan": "^3.1.5",
"jsan": "^3.1.14",
"localforage": "^1.10.0",
Expand Down
1 change: 0 additions & 1 deletion extension/test/app/inject/enhancer.spec.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import '@babel/polyfill';
import { createStore, compose } from 'redux';
import { insertScript, listenMessage } from '../../utils/inject';
import '../../../src/pageScript';
Expand Down
1 change: 0 additions & 1 deletion extension/test/perf/send.spec.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import '@babel/polyfill';
import { bigArray, bigString, circularData } from './data';
import { listenMessage } from '../utils/inject';
import '../../src/browser/extension/inject/pageScript';
Expand Down
1 change: 0 additions & 1 deletion extension/test/setup.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
require('@babel/polyfill');
global.chrome = require('sinon-chrome');
require('@testing-library/jest-dom');

Expand Down
1 change: 1 addition & 0 deletions packages/redux-devtools-app-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
},
"peerDependencies": {
"@emotion/react": "^11.11.4",
"@reduxjs/toolkit": "^1.0.0 || ^2.0.0",
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"@types/styled-components": "^5.1.34",
"react": "^16.8.4 || ^17.0.0 || ^18.0.0",
Expand Down
1 change: 1 addition & 0 deletions packages/redux-devtools-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
},
"peerDependencies": {
"@emotion/react": "^11.11.4",
"@reduxjs/toolkit": "^1.0.0 || ^2.0.0",
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"@types/styled-components": "^5.1.34",
"react": "^16.8.4 || ^17.0.0 || ^18.0.0",
Expand Down
1 change: 1 addition & 0 deletions packages/redux-devtools-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"@apollo/server": "^4.10.4",
"@emotion/react": "^11.11.4",
"@redux-devtools/app": "^6.0.0",
"@reduxjs/toolkit": "^1.9.7",
"@types/react": "^18.3.3",
"body-parser": "^1.20.2",
"chalk": "^5.3.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
"@testing-library/dom": "^10.3.2",
"@testing-library/react": "^16.0.0",
"@types/babel__code-frame": "^7.0.6",
"@types/html-entities": "^1.3.4",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.10",
"@types/path-browserify": "^1.0.2",
Expand Down
1 change: 0 additions & 1 deletion packages/redux-devtools-remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"@redux-devtools/instrument": "^2.2.0",
"@redux-devtools/utils": "^3.0.0",
"jsan": "^3.1.14",
"querystring": "^0.2.1",
"rn-host-detect": "^1.2.0",
"socketcluster-client": "^19.2.1"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"@babel/preset-env": "^7.24.8",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@types/classnames": "^2.3.1",
"@types/node": "^20.14.10",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.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 @@ -46,7 +46,6 @@
"@babel/preset-env": "^7.24.8",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@types/classnames": "^2.3.1",
"@types/node": "^20.14.10",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
Expand Down
66 changes: 13 additions & 53 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3184647

Please sign in to comment.