Skip to content

Commit 9212060

Browse files
Ruben van LeeuwenDutchBen
authored andcommitted
2163: Small dependency fix
1 parent 6f93887 commit 9212060

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@emotion/css": "^11.11.2",
2020
"@emotion/react": "^11.11.1",
2121
"@orchestrator-ui/orchestrator-ui-components": "*",
22-
"@reduxjs/toolkit": "^2.0.1",
22+
"@reduxjs/toolkit": "^2.9.0",
2323
"eslint": "^9.25.1",
2424
"moment": "^2.29.4",
2525
"next": "^15.5.4",
@@ -51,8 +51,5 @@
5151
"prettier": "^3.6.2",
5252
"typescript": "^5.9.2",
5353
"typescript-eslint": "^8.31.1"
54-
},
55-
"overrides": {
56-
"@monaco-editor/loader": "1.5.0"
5754
}
5855
}

0 commit comments

Comments
 (0)