Skip to content

Commit 41c3871

Browse files
committed
🔧 Update svelte to version 4.2.19 and axobject-query to version 4.1.0; add postinstall script for husky
1 parent 1a9bdbb commit 41c3871

File tree

2 files changed

+21
-24
lines changed

2 files changed

+21
-24
lines changed

‎package-lock.json

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

‎package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,14 @@
1414
"stylelint": "stylelint 'src/**/*.{css,scss,astro}'",
1515
"stylelint:fix": "stylelint 'src/**/*.{css,scss,astro}' --fix",
1616
"stylelint:watch": "stylelint 'src/**/*.{css,scss,astro}' --watch",
17-
"build-types": "tsc --noEmit --pretty"
17+
"build-types": "tsc --noEmit --pretty",
18+
"postinstall": "husky install"
1819
},
1920
"dependencies": {
2021
"@astrojs/check": "^0.4.1",
2122
"@astrojs/svelte": "^5.0.3",
2223
"astro": "^4.2.6",
23-
"svelte": "4.2.7",
24+
"svelte": "^4.2.19",
2425
"svelte-i18n": "^4.0.0",
2526
"typescript": "5.2.2"
2627
},

0 commit comments

Comments
 (0)