Skip to content

Commit

Permalink
chore: upgrade deps & add script build:demo
Browse files Browse the repository at this point in the history
  • Loading branch information
YunYouJun committed Apr 25, 2023
1 parent 6b663ab commit 3035531
Show file tree
Hide file tree
Showing 3 changed files with 523 additions and 554 deletions.
6 changes: 3 additions & 3 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"devDependencies": {
"@vitejs/plugin-vue": "^4.1.0",
"typescript": "^4.9.3",
"unocss": "^0.51.4",
"vite": "^4.2.0",
"vue-tsc": "^1.2.0"
"unocss": "^0.51.8",
"vite": "^4.3.1",
"vue-tsc": "^1.4.4"
}
}
23 changes: 12 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"dev:web": "vite",
"dev:js": "npm run build:js -- --mode development",
"build": "cross-env NODE_ENV=production run-s clear build:web build:prepare build:js",
"build:demo": "pnpm -C demo run build",
"build:prepare": "esno scripts/prepare.ts",
"build:web": "vite build",
"build:js": "vite build --config vite.config.content.ts",
Expand All @@ -28,37 +29,37 @@
"postinstall": "simple-git-hooks"
},
"devDependencies": {
"@antfu/eslint-config": "^0.38.4",
"@ffflorian/jszip-cli": "^3.3.1",
"@antfu/eslint-config": "^0.38.5",
"@ffflorian/jszip-cli": "^3.4.0",
"@iconify-json/ri": "^1.1.8",
"@types/fs-extra": "^11.0.1",
"@types/node": "^18.15.11",
"@types/node": "^18.16.0",
"@types/webextension-polyfill": "^0.10.0",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@unocss/reset": "^0.51.4",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@unocss/reset": "^0.51.8",
"@vitejs/plugin-vue": "^4.1.0",
"@vue/compiler-sfc": "^3.2.47",
"@vue/test-utils": "^2.3.2",
"@vueuse/core": "^9.13.0",
"@vueuse/core": "^10.1.0",
"chokidar": "^3.5.3",
"consola": "^3.0.2",
"consola": "^3.1.0",
"cross-env": "^7.0.3",
"crx": "^5.0.1",
"eslint": "^8.38.0",
"eslint": "^8.39.0",
"esno": "^0.16.3",
"fs-extra": "^11.1.1",
"jsdom": "^21.1.1",
"kolorist": "^1.7.0",
"kolorist": "^1.8.0",
"lint-staged": "^13.2.1",
"npm-run-all": "^4.1.5",
"rimraf": "^5.0.0",
"simple-git-hooks": "^2.8.1",
"typescript": "^5.0.4",
"unocss": "^0.51.4",
"unocss": "^0.51.8",
"unplugin-auto-import": "^0.15.3",
"unplugin-icons": "^0.16.1",
"unplugin-vue-components": "^0.24.1",
"vite": "^4.2.1",
"vite": "^4.3.1",
"vitest": "^0.30.1",
"vue": "^3.2.47",
"vue-demi": "^0.14.0",
Expand Down
Loading

1 comment on commit 3035531

@vercel
Copy link

@vercel vercel bot commented on 3035531 Apr 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

your-popup – ./

your-popup-git-main-yunlefun.vercel.app
your-popup.vercel.app
your-popup-yunlefun.vercel.app

Please sign in to comment.