Skip to content

Commit b7d0746

Browse files
committed
chore: update version + deps + fix lint
1 parent d1d936f commit b7d0746

File tree

5 files changed

+560
-486
lines changed

5 files changed

+560
-486
lines changed

.eslintignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ dist/
33
dev-dist/
44
node_modules/
55
*.d.ts
6+
!.vitepress
7+
!.vitepress/*
68
!.vitepress/dist/

examples/pwa-prompt/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
"https": "nr build && serve .vitepress/dist"
1111
},
1212
"dependencies": {
13-
"vue": "^3.2.38"
13+
"vue": "^3.2.41"
1414
},
1515
"devDependencies": {
1616
"@vite-pwa/vitepress": "workspace:*",
17-
"@vitejs/plugin-vue": "^3.1.0",
17+
"@vitejs/plugin-vue": "^3.2.0",
1818
"https-localhost": "^4.7.1",
19-
"typescript": "^4.8.3",
19+
"typescript": "^4.8.4",
2020
"workbox-window": "^6.5.4"
2121
}
2222
}

examples/pwa-simple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"devDependencies": {
1313
"@vite-pwa/vitepress": "workspace:*",
1414
"https-localhost": "^4.7.1",
15-
"typescript": "^4.8.3"
15+
"typescript": "^4.8.4"
1616
}
1717
}

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "@vite-pwa/vitepress",
33
"type": "module",
4-
"version": "0.0.1",
5-
"packageManager": "pnpm@7.12.2",
4+
"version": "0.0.2",
5+
"packageManager": "pnpm@7.14.2",
66
"description": "Zero-config PWA for VitePress",
77
"author": "antfu <anthonyfu117@hotmail.com>",
88
"license": "MIT",
@@ -39,26 +39,26 @@
3939
"build": "unbuild",
4040
"lint": "eslint .",
4141
"lint-fix": "nr lint --fix",
42-
"prepublishOnly": "npm run build",
43-
"release": "npx bumpp --push --tag --commit && npm publish"
42+
"xprepublishOnly": "npm run build",
43+
"xrelease": "npx bumpp --push --tag --commit && npm publish"
4444
},
4545
"peerDependencies": {
4646
"@types/workbox-build": "^5.0.1",
47-
"vite-plugin-pwa": "^0.13.1"
47+
"vite-plugin-pwa": "^0.13.3"
4848
},
4949
"devDependencies": {
50-
"@antfu/eslint-config": "^0.27.0",
51-
"@antfu/ni": "^0.18.0",
50+
"@antfu/eslint-config": "^0.29.4",
51+
"@antfu/ni": "^0.18.3",
5252
"@types/debug": "^4.1.7",
5353
"@types/workbox-build": "^5.0.1",
54-
"@typescript-eslint/eslint-plugin": "^5.38.0",
55-
"eslint": "^8.23.1",
54+
"@typescript-eslint/eslint-plugin": "^5.42.1",
55+
"eslint": "^8.27.0",
5656
"https-localhost": "^4.7.1",
57-
"typescript": "^4.8.3",
58-
"unbuild": "^0.8.11",
59-
"vite": "^3.1.4",
60-
"vite-plugin-pwa": "^0.13.1",
61-
"vitepress": "1.0.0-alpha.17"
57+
"typescript": "^4.8.4",
58+
"unbuild": "^0.9.4",
59+
"vite": "^3.2.3",
60+
"vite-plugin-pwa": "^0.13.3",
61+
"vitepress": "1.0.0-alpha.27"
6262
},
6363
"pnpm": {
6464
"peerDependencyRules": {

0 commit comments

Comments
 (0)