Skip to content

Commit

Permalink
chore: 🔧 🔨 upgrade to vite5
Browse files Browse the repository at this point in the history
  • Loading branch information
woldtwerk committed Nov 20, 2023
1 parent 948cab9 commit e0d807f
Show file tree
Hide file tree
Showing 2 changed files with 552 additions and 131 deletions.
10 changes: 5 additions & 5 deletions packages/vite-plugin-drupal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"autoprefixer": "^10.4.16",
"container-query-polyfill": "^1.0.2",
"css-has-pseudo": "^6.0.0",
"lit": "3.0.0-pre.0",
"lit": "3.1.0",
"morphdom": "^2.7.1",
"postcss": "^8.4.31",
"postcss-import": "^15.1.0",
Expand All @@ -61,18 +61,18 @@
"unimport": "^3.5.0",
"unplugin-icons": "^0.17.4",
"unplugin-vue-components": "^0.25.2",
"vite": "^4.5.0",
"vite": "^5.0.0",
"vue": "^3.3.8",
"vue-tsc": "^1.8.22"
},
"devDependencies": {
"@types/node": "^18.18.10",
"@types/node": "^20.9.2",
"defu": "^6.1.3",
"fast-glob": "^3.3.2",
"fs-extra": "^11.1.1",
"magic-string": "^0.30.5",
"rollup": "^3.29.4",
"web-component-analyzer": "^1.1.7",
"rollup": "^4.5.0",
"web-component-analyzer": "^2.0.0",
"yaml": "^2.3.4"
}
}
Loading

0 comments on commit e0d807f

Please sign in to comment.