chore: upgrade dependencies (#8939)

Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
pull/8957/head
gtmnayan 12 months ago committed by GitHub
parent 20dac2ae12
commit 33fd631b5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -23,8 +23,8 @@
"@changesets/cli": "^2.26.1",
"@svitejs/changesets-changelog-github-compact": "^1.1.0",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"eslint": "^8.43.0",
"eslint-plugin-svelte": "^2.31.0",
"eslint": "^8.44.0",
"eslint-plugin-svelte": "^2.32.2",
"eslint-plugin-unicorn": "^47.0.0",
"playwright": "^1.35.1",
"prettier": "^2.8.8",

@ -127,14 +127,14 @@
"@types/node": "^14.18.51",
"agadoo": "^3.0.0",
"dts-buddy": "^0.1.7",
"esbuild": "^0.17.19",
"esbuild": "^0.18.11",
"happy-dom": "^9.20.3",
"jsdom": "^21.1.2",
"kleur": "^4.1.5",
"rollup": "^3.25.1",
"rollup": "^3.26.2",
"source-map": "^0.7.4",
"tiny-glob": "^0.2.9",
"typescript": "^5.1.3",
"vitest": "^0.31.4"
"vitest": "^0.33.0"
}
}

@ -1,5 +1,4 @@
// @vitest-environment jsdom
// TODO: https://github.com/capricorn86/happy-dom/issues/916
import * as fs from 'node:fs';
import * as path from 'node:path';

File diff suppressed because it is too large Load Diff

@ -28,8 +28,8 @@
},
"devDependencies": {
"@resvg/resvg-js": "^2.4.1",
"@sveltejs/adapter-vercel": "^3.0.1",
"@sveltejs/kit": "^1.22.0",
"@sveltejs/adapter-vercel": "^3.0.2",
"@sveltejs/kit": "^1.22.2",
"@sveltejs/site-kit": "6.0.0-next.20",
"@sveltejs/vite-plugin-svelte": "^2.4.2",
"@types/cookie": "^0.5.1",
@ -54,7 +54,7 @@
"svelte-preprocess": "^5.0.4",
"tiny-glob": "^0.2.9",
"typescript": "^5.1.6",
"vite": "^4.3.9",
"vite-imagetools": "^5.0.4"
"vite": "^4.4.2",
"vite-imagetools": "^5.0.5"
}
}

Loading…
Cancel
Save