Skip to content

Commit 33fd631

Browse files
gtm-nayanbenmccann
andauthored
chore: upgrade dependencies (#8939)
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
1 parent 20dac2a commit 33fd631

File tree

5 files changed

+363
-531
lines changed

5 files changed

+363
-531
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"@changesets/cli": "^2.26.1",
2424
"@svitejs/changesets-changelog-github-compact": "^1.1.0",
2525
"@typescript-eslint/eslint-plugin": "^5.60.0",
26-
"eslint": "^8.43.0",
27-
"eslint-plugin-svelte": "^2.31.0",
26+
"eslint": "^8.44.0",
27+
"eslint-plugin-svelte": "^2.32.2",
2828
"eslint-plugin-unicorn": "^47.0.0",
2929
"playwright": "^1.35.1",
3030
"prettier": "^2.8.8",

packages/svelte/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,14 +127,14 @@
127127
"@types/node": "^14.18.51",
128128
"agadoo": "^3.0.0",
129129
"dts-buddy": "^0.1.7",
130-
"esbuild": "^0.17.19",
130+
"esbuild": "^0.18.11",
131131
"happy-dom": "^9.20.3",
132132
"jsdom": "^21.1.2",
133133
"kleur": "^4.1.5",
134-
"rollup": "^3.25.1",
134+
"rollup": "^3.26.2",
135135
"source-map": "^0.7.4",
136136
"tiny-glob": "^0.2.9",
137137
"typescript": "^5.1.3",
138-
"vitest": "^0.31.4"
138+
"vitest": "^0.33.0"
139139
}
140140
}

packages/svelte/test/hydration/hydration.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// @vitest-environment jsdom
2-
// TODO: https://github.com/capricorn86/happy-dom/issues/916
32

43
import * as fs from 'node:fs';
54
import * as path from 'node:path';

0 commit comments

Comments
 (0)