Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
WaltzingPenguin committed Dec 15, 2023
1 parent 17ecb0f commit f466c16
Show file tree
Hide file tree
Showing 2 changed files with 557 additions and 409 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"type": "module",
"description": "Put Svelte in Suspense",
"license": "0BSD",
"packageManager": "pnpm@8.5.1",
"version": "0.4.3",
"packageManager": "pnpm@8.11.0",
"version": "0.4.4",
"sideEffects": false,
"scripts": {
"dev": "vite dev",
Expand All @@ -16,6 +16,7 @@
},
"exports": {
".": {
"svelte": "./dist/index.js",
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
Expand All @@ -29,26 +30,25 @@
"svelte": "^3.54.0 || ^4.0.0"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/kit": "^1.25.2",
"@sveltejs/package": "^2.2.2",
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/package": "^2.2.3",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"cross-spawn": "^7.0.3",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-svelte3": "^4.0.0",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"husky": "^8.0.3",
"prettier": "^3.0.3",
"prettier-plugin-svelte": "^3.0.3",
"publint": "^0.2.4",
"svelte": "^4.2.1",
"svelte-check": "^3.5.2",
"svelte-preprocess": "^5.0.4",
"prettier": "^3.1.1",
"prettier-plugin-svelte": "^3.1.2",
"publint": "^0.2.6",
"svelte": "^4.2.8",
"svelte-check": "^3.6.2",
"svelte-preprocess": "^5.1.2",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^4.4.11"
"typescript": "^5.3.3",
"vite": "^5.0.10"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit f466c16

Please sign in to comment.