Skip to content

Commit

Permalink
Merge pull request #72 from chenjunyu19/update_deps
Browse files Browse the repository at this point in the history
更新依赖
  • Loading branch information
xytoki authored Jun 4, 2024
2 parents b9089e6 + 5d27e90 commit ead1a89
Show file tree
Hide file tree
Showing 42 changed files with 4,479 additions and 4,047 deletions.
6 changes: 5 additions & 1 deletion auto-imports.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
// Generated by 'unplugin-auto-import'
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// noinspection JSUnusedGlobalSymbols
// Generated by unplugin-auto-import
export {}
declare global {

Expand Down
10 changes: 5 additions & 5 deletions components.d.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
// generated by unplugin-vue-components
// We suggest you to commit this file into source control
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
import '@vue/runtime-core'

export {}

declare module '@vue/runtime-core' {
declare module 'vue' {
export interface GlobalComponents {
ElAlert: typeof import('element-plus/es')['ElAlert']
ElAutocomplete: typeof import('element-plus/es')['ElAutocomplete']
Expand Down
167 changes: 84 additions & 83 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,116 +4,117 @@
"private": true,
"scripts": {
"clean": "rimraf node_modules/.cache",
"serve": "vite --",
"serve": "vite",
"build": "vue-cli-service build",
"build:skel": "vite build -c vite.skel.config.js -- ",
"build:skel": "vite build -c vite.skel.config.mjs",
"build:singlefile": "vite build -- --singlefile",
"serve:vite": "vite --",
"build:vite": "vite build --",
"serve:vite": "vite",
"build:vite": "vite build",
"build:singlefile:vite": "vite build -- --singlefile",
"serve:webpack": "vue-cli-service serve",
"build:webpack": "vue-cli-service build",
"build:singlefile:webpack": "vue-cli-service build --singlefile",
"preview": "vite preview",
"lint": "vue-cli-service lint",
"postinstall": "git submodule update --init --remote --depth 1"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-brands-svg-icons": "^6.1.1",
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/vue-fontawesome": "^3.0.0-5",
"@pansy/watermark": "^2.2.1",
"@sentry/browser": "^6.17.9",
"@sentry/core": "^6.17.9",
"@sentry/tracing": "^6.17.9",
"@sentry/types": "^6.17.9",
"@sentry/utils": "^6.17.9",
"@sentry/vue": "^6.17.9",
"@types/serviceworker": "^0.0.43",
"@vue/shared": "3.2.37",
"color-diff": "^1.2.0",
"comlink": "^4.3.1",
"copy-to-clipboard": "^3.3.1",
"core-js": "^3.8.3",
"dayjs": "^1.10.7",
"delay": "^5.0.0",
"element-plus": "^2.2.0",
"exceljs": "^4.3.0",
"fastq": "^1.13.0",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-regular-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/vue-fontawesome": "^3.0.6",
"@pansy/watermark": "^2.3.0",
"@sentry/browser": "^6.19.7",
"@sentry/core": "^6.19.7",
"@sentry/tracing": "^6.19.7",
"@sentry/types": "^6.19.7",
"@sentry/utils": "^6.19.7",
"@sentry/vue": "^6.19.7",
"@vue/shared": "^3.4.25",
"color-diff": "^1.4.0",
"comlink": "^4.4.1",
"copy-to-clipboard": "^3.3.3",
"core-js": "^3.37.0",
"dayjs": "^1.11.10",
"delay": "^6.0.0",
"element-plus": "^2.7.1",
"exceljs": "^4.4.0",
"fastq": "^1.17.1",
"flyio": "^0.6.14",
"html2canvas": "^1.4.0",
"js-base64": "^3.7.2",
"jszip": "^3.7.1",
"html2canvas": "^1.4.1",
"js-base64": "^3.7.7",
"jszip": "^3.10.1",
"lodash-es": "^4.17.21",
"mitt": "^3.0.0",
"mitt": "^3.0.1",
"murmurhash-js": "^1.0.0",
"onnxruntime-web": "1.10.0",
"pinia": "^2.0.9",
"qs": "^6.10.3",
"util": "^0.12.4",
"vue": "3.2.37",
"vue-demi": "^0.12.1",
"pinia": "^2.1.7",
"qs": "^6.12.1",
"util": "^0.12.5",
"vue": "^3.4.25",
"vue-demi": "^0.14.7",
"vue-google-adsense": "^2.0.0",
"vue-monaco": "^1.2.2",
"vue-router": "^4.0.3",
"vue-router": "^4.3.2",
"vue-scriptx": "^0.2.5",
"vue-virtual-scroller": "^2.0.0-alpha.1",
"workbox-routing": "^6.5.3",
"workbox-strategies": "^6.5.3"
"vue-virtual-scroller": "2.0.0-alpha.1",
"workbox-routing": "^7.1.0",
"workbox-strategies": "^7.1.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.16.5",
"@sentry/webpack-plugin": "^1.18.7",
"@swc/core": "^1.2.211",
"@types/color-diff": "^1.2.1",
"@types/lodash-es": "^4.17.5",
"@types/murmurhash-js": "^1.0.3",
"@types/qs": "^6.9.7",
"@types/webpack-env": "^1.17.0",
"@typescript-eslint/eslint-plugin": "^5.30.0",
"@typescript-eslint/parser": "^5.30.0",
"@vitejs/plugin-vue": "4.0.0",
"@vue/cli-plugin-babel": "^5.0.6",
"@vue/cli-plugin-eslint": "^5.0.6",
"@vue/cli-plugin-router": "^5.0.6",
"@vue/cli-plugin-typescript": "^5.0.6",
"@vue/cli-service": "^5.0.6",
"@vue/eslint-config-typescript": "^11.0.0",
"@vueuse/core": "^8.7.5",
"@babel/eslint-parser": "^7.24.1",
"@sentry/webpack-plugin": "^2.16.1",
"@swc/core": "^1.5.0",
"@types/color-diff": "^1.2.5",
"@types/lodash-es": "^4.17.12",
"@types/murmurhash-js": "^1.0.6",
"@types/qs": "^6.9.15",
"@types/serviceworker": "^0.0.85",
"@types/webpack-env": "^1.18.4",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-plugin-eslint": "^5.0.8",
"@vue/cli-plugin-router": "^5.0.8",
"@vue/cli-plugin-typescript": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"@vue/eslint-config-typescript": "^12.0.0",
"@vueuse/core": "^10.9.0",
"clean-webpack-plugin": "^4.0.0",
"esbuild-loader": "^2.19.0",
"eslint": "^8.9.0",
"eslint-config-alloy": "4.6.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^9.1.1",
"fs-extra": "^10.1.0",
"git-repo-info": "^2.1.1",
"esbuild-loader": "^4.1.0",
"eslint": "^8.57.0",
"eslint-config-alloy": "^5.1.2",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-vue": "^9.25.0",
"git-repo-info": "2.1.1",
"ifdef-loader": "^2.3.2",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.4.1",
"rollup-plugin-visualizer": "^5.6.0",
"sass": "^1.32.7",
"sass-loader": "^12.0.0",
"swc-loader": "^0.2.3",
"typescript": "^4.7.4",
"unplugin-auto-import": "^0.12.1",
"unplugin-vue-components": "^0.22.12",
"vite": "4.0.3",
"vite-plugin-checker": "^0.5.3",
"vite-plugin-html": "^3.2.0",
"vite-plugin-ifdef": "^1.0.5",
"vite-plugin-singlefile": "^0.13.2",
"vue-tsc": "^1.0.17",
"webpack-bundle-analyzer": "^4.5.0",
"prettier": "^3.2.5",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.75.0",
"sass-loader": "^14.2.1",
"swc-loader": "^0.2.6",
"typescript": "^5.4.5",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.2.10",
"vite-plugin-checker": "^0.6.4",
"vite-plugin-html": "^3.2.2",
"vite-plugin-ifdef": "1.0.5",
"vite-plugin-singlefile": "^2.0.1",
"vue-tsc": "^1.8.27",
"webpack-bundle-analyzer": "^4.10.2",
"worker-loader": "^3.0.8"
},
"packageManager": "pnpm@7.6.0",
"packageManager": "pnpm@8.15.0",
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]",
"[email protected]": "patches/[email protected]"
"[email protected]": "patches/[email protected]",
"[email protected]": "patches/[email protected]"
},
"peerDependencyRules": {
"ignoreMissing": [
Expand Down
15 changes: 15 additions & 0 deletions patches/[email protected]
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
diff --git a/package.json b/package.json
index 9665f6b7e08b42a672ba4deb0f9526a3dc8bd72c..5456e8b66ff638fdda4a7cfd2ae99de2ed7583f7 100644
--- a/package.json
+++ b/package.json
@@ -1,8 +1,9 @@
{
"name": "vite-plugin-ifdef",
"version": "1.0.5",
+ "type": "module",
"description": "a plugin for condition complie in vite ,transplant from webpack plugin ifdef-loader(https://github.com/nippur72/ifdef-loader#readme)",
- "main": "dist/index.js",
+ "main": "src/index.js",

"keywords": [
"vite",
Loading

0 comments on commit ead1a89

Please sign in to comment.