Skip to content

Commit

Permalink
Remove not needed redux dependencies in angular packages
Browse files Browse the repository at this point in the history
  • Loading branch information
TheZoker committed Sep 7, 2021
1 parent d05d3e2 commit 097040c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion packages/angular-material/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@
"@jsonforms/core": "^3.0.0-alpha.1",
"@jsonforms/examples": "^3.0.0-alpha.1",
"@types/node": "^10.10.0",
"@types/redux-logger": "3.0.6",
"angular2-template-loader": "^0.6.2",
"copy-webpack-plugin": "^5.0.5",
"core-js": "^2.5.3",
Expand Down
3 changes: 1 addition & 2 deletions packages/angular-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"main": "./lib/index.js",
"dependencies": {
"@jsonforms/angular": "^3.0.0-alpha.1",
"@jsonforms/core": "^3.0.0-alpha.1",
"redux": "^4.0.4"
"@jsonforms/core": "^3.0.0-alpha.1"
},
"devDependencies": {
"jasmine": "^3.2.0",
Expand Down

0 comments on commit 097040c

Please sign in to comment.