Skip to content

Commit

Permalink
Merge pull request #2528 from BobrImperator/chore/remove-jsdom-resolu…
Browse files Browse the repository at this point in the history
…tion

chore(deps): remove jsdom resolutions
  • Loading branch information
BobrImperator authored Mar 24, 2023
2 parents ba733f9 + 62b6fdf commit 4e43184
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 @@ -72,8 +72,7 @@
],
"resolutions": {
"@babel/plugin-transform-typescript": "~7.21.0",
"cssstyle": "~3.0.0",
"jsdom": "^20.0.0"
"cssstyle": "~3.0.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 @@ -88,8 +88,7 @@
},
"resolutions": {
"@babel/plugin-transform-typescript": "~7.21.0",
"cssstyle": "~3.0.0",
"jsdom": "^20.0.0"
"cssstyle": "~3.0.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 @@ -76,8 +76,7 @@
],
"resolutions": {
"@babel/plugin-transform-typescript": "~7.21.0",
"cssstyle": "~3.0.0",
"jsdom": "^20.0.0"
"cssstyle": "~3.0.0"
},
"ember": {
"edition": "octane"
Expand Down

0 comments on commit 4e43184

Please sign in to comment.