Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "unplugin-lightningcss",
"version": "0.4.3",
"packageManager": "pnpm@10.17.1",
"packageManager": "pnpm@10.24.0",
"description": "Lightning CSS integration for Vite, Rollup, esbuild, Webpack, Vue CLI, and more.",
"type": "module",

Check failure on line 6 in package.json

View workflow job for this annotation

GitHub Actions / unit-test / lint

Expected object keys to be in specified order. 'type' should be before 'version'
"keywords": [

Check failure on line 7 in package.json

View workflow job for this annotation

GitHub Actions / unit-test / lint

Expected object keys to be in specified order. 'keywords' should be after 'repository'
"unplugin",
"css",
"rollup",
Expand All @@ -17,22 +17,22 @@
],
"license": "MIT",
"homepage": "https://github.com/unplugin/unplugin-lightningcss#readme",
"bugs": {

Check failure on line 20 in package.json

View workflow job for this annotation

GitHub Actions / unit-test / lint

Expected object keys to be in specified order. 'bugs' should be after 'repository'
"url": "https://github.com/unplugin/unplugin-lightningcss/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/unplugin/unplugin-lightningcss.git"
},
"author": "Kevin Deng <[email protected]>",

Check failure on line 27 in package.json

View workflow job for this annotation

GitHub Actions / unit-test / lint

Expected object keys to be in specified order. 'author' should be before 'license'
"funding": "https://github.com/sponsors/sxzz",

Check failure on line 28 in package.json

View workflow job for this annotation

GitHub Actions / unit-test / lint

Expected object keys to be in specified order. 'funding' should be before 'homepage'
"files": [

Check failure on line 29 in package.json

View workflow job for this annotation

GitHub Actions / unit-test / lint

Expected object keys to be in specified order. 'files' should be after 'typesVersions'
"dist"
],
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {

Check failure on line 35 in package.json

View workflow job for this annotation

GitHub Actions / unit-test / lint

Expected object keys to be in specified order. 'exports' should be before 'main'
".": "./dist/index.js",
"./api": "./dist/api.js",
"./vite": "./dist/vite.js",
Expand Down Expand Up @@ -66,30 +66,30 @@
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"lightningcss": "^1.30.1",
"magic-string": "^0.30.19",
"unplugin": "^2.3.10"
"lightningcss": "^1.30.2",
"magic-string": "^0.30.21",
"unplugin": "^2.3.11"
},
"devDependencies": {
"@sxzz/eslint-config": "^7.2.5",
"@sxzz/prettier-config": "^2.2.4",
"@sxzz/test-utils": "^0.5.11",
"@types/node": "^24.5.2",
"@sxzz/eslint-config": "^7.4.1",
"@sxzz/prettier-config": "^2.2.6",
"@sxzz/test-utils": "^0.5.13",
"@types/node": "^24.10.1",
"@types/rollup-plugin-css-only": "^3.1.3",
"bumpp": "^10.2.3",
"eslint": "^9.36.0",
"bumpp": "^10.3.2",
"eslint": "^9.39.1",
"fast-glob": "^3.3.3",
"prettier": "^3.6.2",
"rollup": "^4.52.2",
"prettier": "^3.7.4",
"rollup": "^4.53.3",
"rollup-plugin-css-only": "^4.5.5",
"tsdown": "^0.15.4",
"tsx": "^4.20.6",
"typescript": "^5.9.2",
"vite": "^7.1.7",
"tsdown": "^0.17.0",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"vite": "^7.2.6",
"vitest": "^3.2.4",
"vue": "^3.5.22"
"vue": "^3.5.25"
},
"engines": {

Check failure on line 92 in package.json

View workflow job for this annotation

GitHub Actions / unit-test / lint

Expected object keys to be in specified order. 'engines' should be before 'scripts'
"node": ">=20.18.0"
},
"resolutions": {
Expand Down
Loading
Loading