Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into stylelint-v16-support
Browse files Browse the repository at this point in the history
  • Loading branch information
brownsugar committed Dec 29, 2023
2 parents 1e60c47 + 8924a55 commit bc62b07
Show file tree
Hide file tree
Showing 3 changed files with 663 additions and 692 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
"build": "nuxt-module-build",
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
"dev:prepare": "nuxt-module-build --stub && nuxt-module-build prepare && nuxi prepare playground",
"lint": "eslint --ext .js,.ts,.vue",
"prepack": "pnpm build",
"release": "pnpm test && pnpm build && changelogen --release && git push --follow-tags && pnpm publish",
"test": "pnpm lint && vitest run --coverage"
},
"dependencies": {
"@nuxt/kit": "^3.8.2",
"@nuxt/kit": "^3.9.0",
"chokidar": "^3.5.3",
"pathe": "^1.1.1",
"stylelint-webpack-plugin": "^4.1.1",
Expand All @@ -56,5 +56,5 @@
"publishConfig": {
"access": "public"
},
"packageManager": "pnpm@8.11.0"
"packageManager": "pnpm@8.13.1"
}
Loading

0 comments on commit bc62b07

Please sign in to comment.