Skip to content

Commit ea79721

Browse files
committed
chore: update dependencies
1 parent f1ba878 commit ea79721

File tree

2 files changed

+316
-319
lines changed

2 files changed

+316
-319
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
],
3434
"scripts": {
3535
"build": "hyperbundler",
36-
"format": "prettier --config src/index.js --write .",
36+
"format": "prettier --config src/index.mjs --write .",
3737
"prepublishOnly": "pnpm build"
3838
},
3939
"peerDependencies": {
@@ -46,9 +46,9 @@
4646
}
4747
},
4848
"devDependencies": {
49-
"@hypernym/bundler": "^0.14.3",
49+
"@hypernym/bundler": "^0.14.4",
5050
"@hypernym/tsconfig": "^2.6.1",
51-
"prettier": "^3.5.3",
52-
"prettier-plugin-svelte": "^3.3.3"
51+
"prettier": "^3.6.2",
52+
"prettier-plugin-svelte": "^3.4.0"
5353
}
5454
}

0 commit comments

Comments
 (0)