Skip to content

Commit ae04546

Browse files
committed
updates
1 parent dd4c8f8 commit ae04546

File tree

5 files changed

+20
-54
lines changed

5 files changed

+20
-54
lines changed

package-lock.json

+19-19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"private": true,
44
"devDependencies": {
55
"lerna": "^5.5.4",
6-
"wrangler": "^2.2.1"
6+
"wrangler": "^2.6.2"
77
}
88
}

packages/speed/package-lock.json

-22
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/speed/package.json

-7
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,11 @@
1111
"publish": "wrangler publish",
1212
"build": "wrangler publish --dry-run --outdir=dist"
1313
},
14-
"husky": {
15-
"hooks": {
16-
"pre-commit": "yarn format",
17-
"pre-push": "yarn test && yarn format"
18-
}
19-
},
2014
"dependencies": {},
2115
"devDependencies": {
2216
"@babel/plugin-transform-runtime": "^7.19.1",
2317
"@babel/preset-env": "^7.19.3",
2418
"@babel/runtime": "^7.19.0",
25-
"husky": "^8.0.1",
2619
"jest": "^29.1.2",
2720
"prettier": "^2.7.1"
2821
}

packages/speed/yarn.lock

-5
Original file line numberDiff line numberDiff line change
@@ -1859,11 +1859,6 @@
18591859
"resolved" "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz"
18601860
"version" "2.1.0"
18611861

1862-
"husky@^8.0.1":
1863-
"integrity" "sha512-xs7/chUH/CKdOCs7Zy0Aev9e/dKOMZf3K1Az1nar3tzlv0jfqnYtu235bstsWTmXOR0EfINrPa97yy4Lz6RiKw=="
1864-
"resolved" "https://registry.npmjs.org/husky/-/husky-8.0.1.tgz"
1865-
"version" "8.0.1"
1866-
18671862
"import-local@^3.0.2":
18681863
"integrity" "sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg=="
18691864
"resolved" "https://registry.npmjs.org/import-local/-/import-local-3.1.0.tgz"

0 commit comments

Comments
 (0)