Skip to content

Commit 65e3d1b

Browse files
committed
fix fastboot override
1 parent b9eb3eb commit 65e3d1b

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"release-it-yarn-workspaces": "^2.0.0"
3131
},
3232
"resolutions": {
33-
"@gaurav9576/fastboot": "4.1.1"
33+
"fastboot": "file:packages/fastboot"
3434
},
3535
"publishConfig": {
3636
"registry": "https://registry.npmjs.org"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6954,15 +6954,15 @@ fastboot-transform@^0.1.3:
69546954
broccoli-stew "^1.5.0"
69556955
convert-source-map "^1.5.1"
69566956

6957-
fastboot@^3.0.3:
6958-
version "3.3.2"
6959-
resolved "https://registry.yarnpkg.com/fastboot/-/fastboot-3.3.2.tgz#bf1ac7b01937846b63423a88138e13eb50406d2e"
6960-
integrity sha512-2NKTW32GvEsDyBrdw1trW1JsbS+9/7sAQuKwkht12mNitimRrSKVLP2AxsM/HSXQE+aiET4XCfKdyeIy0kQbKQ==
6957+
fastboot@^3.0.3, "fastboot@file:packages/fastboot":
6958+
version "4.1.1"
69616959
dependencies:
6960+
abortcontroller-polyfill "^1.7.3"
69626961
chalk "^4.1.2"
69636962
cookie "^0.4.1"
69646963
debug "^4.3.3"
69656964
jsdom "^19.0.0"
6965+
node-fetch "^2.6.7"
69666966
resolve "^1.22.0"
69676967
simple-dom "^1.4.0"
69686968
source-map-support "^0.5.21"

0 commit comments

Comments
 (0)