Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
EMH333 committed Feb 21, 2024
1 parent 873edae commit afb25f1
Show file tree
Hide file tree
Showing 4 changed files with 138 additions and 141 deletions.
6 changes: 3 additions & 3 deletions example-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"build": "node buildscript.js"
},
"dependencies": {
"esbuild": "^0.18.10",
"esbuild-svelte": "^0.7.3",
"svelte": "^4.0.0"
"esbuild": "^0.20.1",
"esbuild-svelte": "^0.8.0",
"svelte": "^4.2.11"
},
"private": true
}
14 changes: 7 additions & 7 deletions example-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"typecheck": "svelte-check --tsconfig tsconfig.json --fail-on-warnings"
},
"dependencies": {
"@tsconfig/svelte": "^4.0.1",
"esbuild": "^0.18.10",
"esbuild-svelte": "^0.7.3",
"svelte": "^4.0.0",
"svelte-check": "^3.4.4",
"svelte-preprocess": "^5.0.4",
"typescript": "^5.1.3"
"@tsconfig/svelte": "^5.0.2",
"esbuild": "^0.20.1",
"esbuild-svelte": "^0.8.0",
"svelte": "^4.2.11",
"svelte-check": "^3.6.4",
"svelte-preprocess": "^5.1.3",
"typescript": "^5.3.3"
},
"private": true
}

0 comments on commit afb25f1

Please sign in to comment.