Skip to content

Commit

Permalink
chore(deps): update dependency vite to v6 (#1043)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency vite to v6

* fix: build

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: qderoubaix <[email protected]>
  • Loading branch information
github-actions[bot] and quentinderoubaix authored Nov 30, 2024
1 parent 4f0b631 commit e1759d1
Show file tree
Hide file tree
Showing 17 changed files with 1,742 additions and 3,293 deletions.
4 changes: 2 additions & 2 deletions code-coverage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"uuid": "^11.0.3"
},
"peerDependencies": {
"vite": "^5.4.11"
"vite": "^6.0.1"
},
"devDependencies": {
"@types/babel__core": "^7.20.5",
"vite": "^5.4.11"
"vite": "^6.0.1"
},
"scripts": {
"build": "wireit"
Expand Down
6 changes: 3 additions & 3 deletions common/samples/links.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@import '../../node_modules/bootstrap/scss/functions';
@import '../../node_modules/bootstrap/scss/variables';
@import '../../node_modules/bootstrap/scss/mixins/breakpoints';
@import 'bootstrap/scss/functions';
@import 'bootstrap/scss/variables';
@import 'bootstrap/scss/mixins/breakpoints';

.sample-links {
column-count: 1;
Expand Down
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
"@stackblitz/sdk": "^1.11.0",
"@sveltejs/adapter-static": "^3.0.6",
"@sveltejs/kit": "^2.9.0",
"@sveltejs/vite-plugin-svelte": "^4.0.2",
"@sveltejs/vite-plugin-svelte": "^5.0.1",
"@types/dom-view-transitions": "^1.0.5",
"bootstrap-icons": "^1.11.3",
"compare-versions": "^6.1.1",
Expand Down
Loading

0 comments on commit e1759d1

Please sign in to comment.