Skip to content

Commit

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

* chore: exports

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Adam DeHaven <[email protected]>
  • Loading branch information
renovate[bot] and adamdehaven authored Dec 19, 2024
1 parent ba3b8cf commit 773e1e9
Show file tree
Hide file tree
Showing 2 changed files with 276 additions and 248 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@
"exports": {
".": {
"import": {
"default": "./dist/tokens/js/index.mjs",
"types": "./dist/tokens/js/index.d.ts"
"types": "./dist/tokens/js/index.d.ts",
"default": "./dist/tokens/js/index.mjs"
},
"require": {
"default": "./dist/tokens/js/cjs/index.js",
"types": "./dist/tokens/js/cjs/index.d.ts"
"types": "./dist/tokens/js/cjs/index.d.ts",
"default": "./dist/tokens/js/cjs/index.js"
}
},
"./package.json": "./package.json",
"./tokens/*": "./dist/tokens/*",
"./stylelint-plugin": "./dist/stylelint-plugin/index.mjs"
"./stylelint-plugin": "./dist/stylelint-plugin/index.mjs",
"./package.json": "./package.json"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -72,7 +72,7 @@
"shx": "^0.3.4",
"style-dictionary": "^4.3.0",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vite": "^6.0.2",
"vite-plugin-restart": "^0.4.2",
"vite-plugin-vue-devtools": "^7.6.7",
"vue": "^3.5.13",
Expand Down
Loading

0 comments on commit 773e1e9

Please sign in to comment.