Skip to content

Commit 20ef5ba

Browse files
committed
build: use catalog
1 parent 240dee0 commit 20ef5ba

File tree

8 files changed

+59
-1264
lines changed

8 files changed

+59
-1264
lines changed

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"test": "turbo run test",
1010
"check": "turbo run check",
1111
"release": "turbo run build && pnpm publish -r",
12-
"prepare": "husky install",
12+
"prepare": "husky",
1313
"format:biome": "biome check --write .",
1414
"format:prettier": "prettier --write .",
1515
"format": "pnpm format:prettier && pnpm format:biome",
@@ -21,14 +21,13 @@
2121
"devDependencies": {
2222
"@biomejs/biome": "^1.9.4",
2323
"@changesets/cli": "^2.28.1",
24-
"@google/clasp": "3.0.2-alpha",
2524
"husky": "^9.1.7",
2625
"lint-staged": "^15.5.0",
2726
"prettier": "^3.4.2",
2827
"turbo": "^2.4.4",
29-
"typescript": "5.8.2"
28+
"typescript": "catalog:"
3029
},
31-
"packageManager": "pnpm@9.0.0",
30+
"packageManager": "pnpm@10.7.0+sha512.6b865ad4b62a1d9842b61d674a393903b871d9244954f652b8842c2b553c72176b278f64c463e52d40fff8aba385c235c8c9ecf5cc7de4fd78b8bb6d49633ab6",
3231
"engines": {
3332
"node": ">=18"
3433
},

packages/mjml-apps-script/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"author": "Justin Poehnelt <justin.poehnelt@gmail.com>",
1111
"license": "Apache-2.0",
1212
"devDependencies": {
13-
"@google/clasp": "^3.0.2-alpha",
14-
"@types/google-apps-script": "^1.0.97",
13+
"@google/clasp": "catalog:",
14+
"@types/google-apps-script": "catalog:",
1515
"@types/mjml-browser": "^4.15.0",
16-
"esbuild": "^0.25.0"
16+
"esbuild": "catalog:"
1717
},
1818
"type": "module",
1919
"dependencies": {

0 commit comments

Comments
 (0)