Skip to content

Commit

Permalink
chore(examples): use latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Jul 13, 2024
1 parent 58361c3 commit af57186
Show file tree
Hide file tree
Showing 10 changed files with 41 additions and 41 deletions.
Binary file modified examples/rollup/bun.lockb
Binary file not shown.
20 changes: 10 additions & 10 deletions examples/rollup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
"build": "rollup -c"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.8",
"@rollup/plugin-node-resolve": "^15.2.3",
"@tsconfig/svelte": "^5.0.4",
"rollup": "^4.18.0",
"rollup-plugin-svelte": "^7.2.2",
"rollup-plugin-terser": "^7.0.2",
"svelte": "^4.2.18",
"svelte-highlight": "^7.6.1",
"svelte-preprocess": "^5.1.4",
"typescript": "^5.5.3"
"@rollup/plugin-commonjs": "latest",
"@rollup/plugin-node-resolve": "latest",
"@tsconfig/svelte": "latest",
"rollup": "latest",
"rollup-plugin-svelte": "latest",
"rollup-plugin-terser": "latest",
"svelte": "latest",
"svelte-highlight": "latest",
"svelte-preprocess": "latest",
"typescript": "latest"
}
}
Binary file modified examples/routify/bun.lockb
Binary file not shown.
12 changes: 6 additions & 6 deletions examples/routify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
},
"devDependencies": {
"@roxi/routify": "^3.0.0-next.230",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@tsconfig/svelte": "^5.0.4",
"svelte": "^4.2.18",
"svelte-highlight": "^7.6.1",
"typescript": "^5.5.3",
"vite": "^5.3.3"
"@sveltejs/vite-plugin-svelte": "latest",
"@tsconfig/svelte": "latest",
"svelte": "latest",
"svelte-highlight": "latest",
"typescript": "latest",
"vite": "latest"
}
}
Binary file modified examples/sveltekit/bun.lockb
Binary file not shown.
14 changes: 7 additions & 7 deletions examples/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"preview": "vite preview"
},
"devDependencies": {
"@sveltejs/adapter-node": "^4.0.1",
"@sveltejs/kit": "^2.5.18",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"svelte": "^4.2.18",
"svelte-highlight": "^7.6.1",
"typescript": "^5.5.3",
"vite": "^5.3.3"
"@sveltejs/adapter-node": "latest",
"@sveltejs/kit": "latest",
"@sveltejs/vite-plugin-svelte": "latest",
"svelte": "latest",
"svelte-highlight": "latest",
"typescript": "latest",
"vite": "latest"
}
}
Binary file modified examples/vite/bun.lockb
Binary file not shown.
12 changes: 6 additions & 6 deletions examples/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"preview": "vite preview"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@tsconfig/svelte": "^5.0.4",
"svelte": "^4.2.18",
"svelte-highlight": "^7.6.1",
"typescript": "^5.5.3",
"vite": "^5.3.3"
"@sveltejs/vite-plugin-svelte": "latest",
"@tsconfig/svelte": "latest",
"svelte": "latest",
"svelte-highlight": "latest",
"typescript": "latest",
"vite": "latest"
}
}
Binary file modified examples/webpack/bun.lockb
Binary file not shown.
24 changes: 12 additions & 12 deletions examples/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
"build": "NODE_ENV=production webpack"
},
"devDependencies": {
"@tsconfig/svelte": "^5.0.4",
"css-loader": "^6.11.0",
"html-webpack-plugin": "^5.6.0",
"mini-css-extract-plugin": "^2.9.0",
"svelte": "^4.2.18",
"svelte-highlight": "^7.6.1",
"svelte-loader": "^3.2.3",
"svelte-preprocess": "^5.1.4",
"typescript": "^5.5.3",
"webpack": "^5.92.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
"@tsconfig/svelte": "latest",
"css-loader": "latest",
"html-webpack-plugin": "latest",
"mini-css-extract-plugin": "latest",
"svelte": "latest",
"svelte-highlight": "latest",
"svelte-loader": "latest",
"svelte-preprocess": "latest",
"typescript": "latest",
"webpack": "latest",
"webpack-cli": "latest",
"webpack-dev-server": "latest"
}
}

0 comments on commit af57186

Please sign in to comment.