Skip to content

Commit

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

* fix: exports

* fix: package.json export

Co-authored-by: GU Yiling <[email protected]>

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Adam DeHaven <[email protected]>
Co-authored-by: Adam DeHaven <[email protected]>
Co-authored-by: GU Yiling <[email protected]>
  • Loading branch information
4 people authored Dec 18, 2024
1 parent 30c9e6c commit 6b10893
Show file tree
Hide file tree
Showing 2 changed files with 510 additions and 28 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@
"typings": "dist/types",
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"import": "./dist/kong-icons.es.js",
"require": "./dist/kong-icons.cjs",
"types": "./dist/types/index.d.ts"
"require": "./dist/kong-icons.cjs"
},
"./dist/style.css": "./dist/kong-icons.css",
"./package.json": "./package.json",
"./dist/*": "./dist/*"
},
Expand Down Expand Up @@ -86,7 +87,7 @@
"stylelint-order": "^6.0.4",
"tsc-alias": "^1.8.10",
"typescript": "^5.6.3",
"vite": "^5.4.11",
"vite": "^6.0.2",
"vite-plugin-vue-devtools": "^7.6.7",
"vitest": "^2.1.8",
"vue": "^3.5.13",
Expand Down
Loading

0 comments on commit 6b10893

Please sign in to comment.