Skip to content

Commit

Permalink
chore: update deps and ship ESM only
Browse files Browse the repository at this point in the history
  • Loading branch information
KazariEX committed Feb 5, 2025
1 parent f4f4dac commit f3c8423
Show file tree
Hide file tree
Showing 4 changed files with 2,468 additions and 2,846 deletions.
26 changes: 12 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "plain-shiki",
"type": "module",
"version": "0.0.12",
"packageManager": "pnpm@9.12.0",
"packageManager": "pnpm@10.2.0",
"description": "Highlight your plaintext via Shiki",
"author": "KazariEX",
"license": "MIT",
Expand All @@ -13,11 +13,9 @@
"plaintext"
],
"exports": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
".": "./dist/index.js"
},
"main": "./dist/index.cjs",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
Expand All @@ -36,15 +34,15 @@
"shiki": "^1.22.0"
},
"devDependencies": {
"@antfu/eslint-config": "^3.12.0",
"@types/node": "^22.10.2",
"@zinkawaii/eslint-config": "^0.1.9",
"@antfu/eslint-config": "^4.1.1",
"@types/node": "^22.13.1",
"@zinkawaii/eslint-config": "^0.1.10",
"@zinkawaii/stylelint-config": "^0.2.2",
"bumpp": "^9.9.1",
"eslint": "^9.16.0",
"shiki": "^1.24.2",
"stylelint": "^16.11.0",
"tsup": "^8.3.5",
"vitest": "^2.1.8"
"bumpp": "^10.0.1",
"eslint": "^9.19.0",
"shiki": "^2.3.1",
"stylelint": "^16.14.1",
"tsup": "^8.3.6",
"vitest": "^3.0.5"
}
}
14 changes: 7 additions & 7 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
"prepare": "nuxi prepare"
},
"dependencies": {
"@vueuse/core": "^12.0.0",
"radix-vue": "^1.9.11",
"@vueuse/core": "^12.5.0",
"radix-vue": "^1.9.13",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@nuxt/icon": "^1.10.1",
"@nuxt/icon": "^1.10.3",
"@nuxtjs/color-mode": "^3.5.2",
"@unocss/nuxt": "^0.65.1",
"@vueuse/nuxt": "^12.0.0",
"nuxt": "^3.14.1592",
"unocss": "^0.65.1"
"@unocss/nuxt": "^65.4.3",
"@vueuse/nuxt": "^12.5.0",
"nuxt": "^3.15.4",
"unocss": "^65.4.3"
}
}
Loading

0 comments on commit f3c8423

Please sign in to comment.