Skip to content

Commit 31575a3

Browse files
Ruben van LeeuwenDutchBen
authored andcommitted
654: Remove redux etal.
1 parent f495049 commit 31575a3

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

apps/wfo-ui-surf/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"@emotion/react": "^11.11.1",
1818
"@graphql-typed-document-node/core": "3.2.0",
1919
"@orchestrator-ui/orchestrator-ui-components": "*",
20-
"@reduxjs/toolkit": "^2.0.1",
2120
"graphql": "^16.8.1",
2221
"graphql-request": "^6.1.0",
2322
"moment": "^2.29.4",
@@ -31,7 +30,6 @@
3130
"react-dom": "^18.2.0",
3231
"react-no-ssr": "^1.1.0",
3332
"react-query": "3.39.3",
34-
"react-redux": "^9.1.0",
3533
"use-query-params": "2.2.1"
3634
},
3735
"devDependencies": {

apps/wfo-ui/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"@emotion/react": "^11.11.1",
1818
"@graphql-typed-document-node/core": "3.2.0",
1919
"@orchestrator-ui/orchestrator-ui-components": "*",
20-
"@reduxjs/toolkit": "^2.0.1",
2120
"graphql": "^16.8.1",
2221
"graphql-request": "^6.1.0",
2322
"moment": "^2.29.4",
@@ -31,7 +30,6 @@
3130
"react-dom": "^18.2.0",
3231
"react-no-ssr": "^1.1.0",
3332
"react-query": "3.39.3",
34-
"react-redux": "^9.1.0",
3533
"use-query-params": "2.2.1"
3634
},
3735
"devDependencies": {

packages/orchestrator-ui-components/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,7 @@
7373
"@elastic/eui": "^92.1.0",
7474
"next": "^14.0.4",
7575
"react": "^18.2.0",
76-
"react-dom": "^18.2.0",
77-
"react-redux": "^9.1.0",
78-
"@reduxjs/toolkit": "^2.0.1"
76+
"react-dom": "^18.2.0"
7977
},
8078
"type": "module",
8179
"main": "./dist/index.js",

0 commit comments

Comments
 (0)