Skip to content

Commit

Permalink
Merge pull request #2529 from BobrImperator/chore/remove-cssstyle-res…
Browse files Browse the repository at this point in the history
…olutions

chore(deps): remove cssstyle resolutions
  • Loading branch information
BobrImperator authored Mar 24, 2023
2 parents 4e43184 + 24892a9 commit 78d307b
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 78d307b

Please sign in to comment.