Skip to content

Commit afb550b

Browse files
committed
chore: fix lint and audit issues
1 parent 3151f4a commit afb550b

File tree

4 files changed

+80
-49
lines changed

4 files changed

+80
-49
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
},
2020
"pnpm": {
2121
"overrides": {
22-
"svelte-hmr": "workspace:*"
22+
"svelte-hmr": "workspace:*",
23+
"ansi-regex@>2.1.1 <5.0.1": "^5.0.1"
2324
}
2425
},
2526
"scripts": {

packages/svelte-hmr-spec/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"esm": "^3.2.25",
2222
"fast-glob": "^3.0.4",
2323
"mocha": "^6.1.4",
24-
"node-fetch": "^2.6.0",
24+
"node-fetch": "^2.6.7",
2525
"test-hmr": "^0.1.2"
2626
},
2727
"devDependencies": {

playground/kit-app/.prettierrc

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,14 @@
22
"useTabs": true,
33
"singleQuote": true,
44
"trailingComma": "none",
5-
"printWidth": 100
5+
"printWidth": 100,
6+
"overrides": [
7+
{
8+
"files": "**/package.json",
9+
"options": {
10+
"useTabs": false,
11+
"tabWidth": 2
12+
}
13+
}
14+
]
615
}

pnpm-lock.yaml

Lines changed: 67 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)