Skip to content

Commit

Permalink
chore(deps): remove cssstyle resolutions
Browse files Browse the repository at this point in the history
  • Loading branch information
BobrImperator committed Mar 24, 2023
1 parent 4e43184 commit 24892a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions packages/classic-test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@
"node-fetch"
],
"resolutions": {
"@babel/plugin-transform-typescript": "~7.21.0",
"cssstyle": "~3.0.0"
"@babel/plugin-transform-typescript": "~7.21.0"
},
"ember": {
"edition": "octane"
Expand Down
3 changes: 1 addition & 2 deletions packages/ember-simple-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,7 @@
}
},
"resolutions": {
"@babel/plugin-transform-typescript": "~7.21.0",
"cssstyle": "~3.0.0"
"@babel/plugin-transform-typescript": "~7.21.0"
},
"peerDependencies": {
"ember-fetch": "^8.0.1"
Expand Down
3 changes: 1 addition & 2 deletions packages/test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@
"crypto"
],
"resolutions": {
"@babel/plugin-transform-typescript": "~7.21.0",
"cssstyle": "~3.0.0"
"@babel/plugin-transform-typescript": "~7.21.0"
},
"ember": {
"edition": "octane"
Expand Down

0 comments on commit 24892a9

Please sign in to comment.