Skip to content

Commit bf1985c

Browse files
committed
fix: updates
1 parent 30f1363 commit bf1985c

6 files changed

Lines changed: 1907 additions & 1314 deletions

File tree

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
.env.production.local
1111
.env.test.local
1212
.eslintcache
13+
.firecrawl/
1314
.fusebox/
1415
.grunt
1516
.lake/
@@ -60,5 +61,4 @@ pids
6061
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
6162
web_modules/
6263
yarn-debug.log*
63-
yarn-error.log*
64-
.firecrawl/
64+
yarn-error.log*

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -8,35 +8,35 @@
88
},
99
"bugs": "https://github.com/escapace/snaproll/issues",
1010
"devDependencies": {
11-
"@commitlint/cli": "20.4.2",
12-
"@commitlint/config-conventional": "20.4.2",
11+
"@commitlint/cli": "20.5.0",
12+
"@commitlint/config-conventional": "20.5.0",
1313
"@escapace/pnpm-pack": "0.8.0",
1414
"@escapace/syncpack-configuration": "0.1.0",
1515
"@ls-lint/ls-lint": "2.3.1",
1616
"@tweakpane/core": "2.0.5",
17-
"@vitejs/plugin-vue": "6.0.4",
18-
"@vitest/coverage-v8": "4.0.18",
17+
"@vitejs/plugin-vue": "6.0.5",
18+
"@vitest/coverage-v8": "4.1.3",
1919
"@vueuse/core": "14.2.1",
20-
"es-toolkit": "1.45.0",
21-
"eslint": "9.39.3",
22-
"eslint-config-escapace": "5.14.0",
20+
"es-toolkit": "1.45.1",
21+
"eslint": "10.2.0",
22+
"eslint-config-escapace": "5.16.0",
2323
"esroll": "1.1.5",
24-
"jsdom": "28.1.0",
25-
"knip": "5.85.0",
26-
"lefthook": "2.1.2",
24+
"jsdom": "29.0.2",
25+
"knip": "6.3.0",
26+
"lefthook": "2.1.5",
2727
"prettier": "3.8.1",
2828
"prettier-config-escapace": "1.2.2",
29-
"syncpack": "14.0.1",
29+
"syncpack": "14.3.0",
3030
"tsx": "4.21.0",
3131
"tweakpane": "4.0.5",
3232
"typescript": "5.9.3",
33-
"vite": "7.3.1",
34-
"vitest": "4.0.18",
35-
"vue": "3.5.29",
36-
"vue-router": "5.0.3"
33+
"vite": "8.0.7",
34+
"vitest": "4.1.3",
35+
"vue": "3.5.32",
36+
"vue-router": "5.0.4"
3737
},
3838
"engines": {
39-
"pnpm": ">=10.29.2"
39+
"pnpm": ">=10.33.0"
4040
},
4141
"exports": {
4242
".": {
@@ -52,8 +52,8 @@
5252
"license": "MPL-2.0",
5353
"module": "./lib/browser/index.js",
5454
"peerDependencies": {
55-
"@escapace/with-promise": "^1.3.1",
56-
"coastal": "^0.2.1"
55+
"@escapace/with-promise": "^1.3.2",
56+
"coastal": "^0.4.0"
5757
},
5858
"private": false,
5959
"publishConfig": {

0 commit comments

Comments
 (0)