Skip to content

Commit

Permalink
chore(deps): bump to bumpp 9.1.1 and pnpm 8.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
userquin committed Jun 9, 2023
1 parent b434a2d commit 1c28964
Show file tree
Hide file tree
Showing 2 changed files with 170 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vite-plugin-pwa",
"type": "module",
"version": "0.16.3",
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"description": "Zero-config PWA for Vite",
"author": "antfu <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -80,7 +80,7 @@
"dev": "esno scripts/dev.ts",
"build": "esno scripts/build.ts",
"prepublishOnly": "npm run build",
"release": "npx bumpp --push --tag --commit && npm publish",
"release": "bumpp && npm publish",
"examples": "esno scripts/run-examples.ts",
"example:vue:dev:cdn": "pnpm -C examples/vue-basic-cdn run dev",
"example:vue:build:cdn": "pnpm -C examples/vue-basic-cdn run build",
Expand Down Expand Up @@ -116,6 +116,7 @@
"@types/prompts": "^2.4.2",
"@types/react": "^18.0.26",
"@typescript-eslint/eslint-plugin": "^5.46.0",
"bumpp": "^9.1.1",
"eslint": "^8.29.0",
"esno": "0.16.3",
"kolorist": "^1.6.0",
Expand Down
167 changes: 167 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1c28964

Please sign in to comment.