Skip to content

Commit cbfbf1a

Browse files
committed
Upgrade testem and remove patch
1 parent 978b72a commit cbfbf1a

4 files changed

Lines changed: 104 additions & 41 deletions

File tree

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
"router_js": "workspace:*",
137137
"rsvp": "^4.8.5",
138138
"terser": "^5.42.0",
139-
"testem": "^3.20.0",
139+
"testem": "^3.20.1",
140140
"testem-failure-only-reporter": "^1.0.0",
141141
"tracerbench": "^8.0.1",
142142
"typescript": "^5.7.3",
@@ -160,8 +160,7 @@
160160
],
161161
"patchedDependencies": {
162162
"@tracerbench/core@8.0.1": "patches/@tracerbench__core@8.0.1.patch",
163-
"agadoo": "patches/agadoo.patch",
164-
"testem@3.20.0": "patches/testem@3.20.0.patch"
163+
"agadoo": "patches/agadoo.patch"
165164
}
166165
},
167166
"peerDependencies": {

patches/testem@3.20.0.patch

Lines changed: 0 additions & 27 deletions
This file was deleted.

pnpm-lock.yaml

Lines changed: 101 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

smoke-tests/v2-app-template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"qunit-dom": "^3.5.0",
7474
"stylelint": "^16.26.1",
7575
"stylelint-config-standard": "^38.0.0",
76-
"testem": "^3.20.0",
76+
"testem": "^3.20.1",
7777
"tracked-built-ins": "^4.1.0",
7878
"vite": "^7.3.1"
7979
},

0 commit comments

Comments
 (0)