Skip to content

Commit 9fbf2f3

Browse files
authored
chore: fix docs build (#776)
1 parent 4bb99bc commit 9fbf2f3

File tree

5 files changed

+3337
-5
lines changed

5 files changed

+3337
-5
lines changed

.prettierignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
tests/fixtures
2-
pnpm-lock.yaml
2+
pnpm-lock.yaml
3+
**/pnpm-workspace.yaml

explorer-v2/.npmrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
engine-strict=true
2-
package-lock=false

explorer-v2/package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,20 @@
1818
"eslint-scope": "^8.0.0",
1919
"esquery": "^1.6.0",
2020
"pako": "^2.1.0",
21-
"svelte": "^5.2.12",
21+
"svelte": "^5.41.0",
2222
"svelte-eslint-parser": "link:..",
2323
"tslib": "^2.8.1",
2424
"vite-plugin-eslint4b": "^0.6.0"
2525
},
2626
"devDependencies": {
27+
"@eslint-community/eslint-utils": "^4.9.0",
28+
"@eslint-community/regexpp": "^4.12.1",
2729
"@sveltejs/adapter-static": "^3.0.6",
2830
"@sveltejs/kit": "^2.9.0",
29-
"@sveltejs/vite-plugin-svelte": "^6.0.0",
31+
"@sveltejs/vite-plugin-svelte": "^6.2.1",
3032
"monaco-editor": "^0.54.0",
3133
"prettier": "^3.4.1",
32-
"prettier-plugin-svelte": "^3.3.2",
34+
"prettier-plugin-svelte": "^3.4.0",
3335
"string-replace-loader": "^3.1.0",
3436
"typescript": "^5.7.2",
3537
"vite": "^7.0.0",

0 commit comments

Comments
 (0)