Skip to content

Commit

Permalink
🐳 chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjunyu19 committed Apr 25, 2024
1 parent c3eb1e2 commit 5d27e90
Show file tree
Hide file tree
Showing 2 changed files with 1,516 additions and 1,594 deletions.
54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"postinstall": "git submodule update --init --remote --depth 1"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@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",
Expand All @@ -31,14 +31,14 @@
"@sentry/types": "^6.19.7",
"@sentry/utils": "^6.19.7",
"@sentry/vue": "^6.19.7",
"@vue/shared": "^3.4.21",
"@vue/shared": "^3.4.25",
"color-diff": "^1.4.0",
"comlink": "^4.4.1",
"copy-to-clipboard": "^3.3.3",
"core-js": "^3.36.0",
"core-js": "^3.37.0",
"dayjs": "^1.11.10",
"delay": "^6.0.0",
"element-plus": "^2.6.0",
"element-plus": "^2.7.1",
"exceljs": "^4.4.0",
"fastq": "^1.17.1",
"flyio": "^0.6.14",
Expand All @@ -50,30 +50,30 @@
"murmurhash-js": "^1.0.0",
"onnxruntime-web": "1.10.0",
"pinia": "^2.1.7",
"qs": "^6.11.2",
"qs": "^6.12.1",
"util": "^0.12.5",
"vue": "^3.4.21",
"vue": "^3.4.25",
"vue-demi": "^0.14.7",
"vue-google-adsense": "^2.0.0",
"vue-monaco": "^1.2.2",
"vue-router": "^4.3.0",
"vue-router": "^4.3.2",
"vue-scriptx": "^0.2.5",
"vue-virtual-scroller": "2.0.0-alpha.1",
"workbox-routing": "^7.0.0",
"workbox-strategies": "^7.0.0"
"workbox-routing": "^7.1.0",
"workbox-strategies": "^7.1.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.23.10",
"@sentry/webpack-plugin": "^2.14.2",
"@swc/core": "^1.4.2",
"@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.12",
"@types/serviceworker": "^0.0.83",
"@types/qs": "^6.9.15",
"@types/serviceworker": "^0.0.85",
"@types/webpack-env": "^1.18.4",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@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",
Expand All @@ -83,30 +83,30 @@
"@vue/eslint-config-typescript": "^12.0.0",
"@vueuse/core": "^10.9.0",
"clean-webpack-plugin": "^4.0.0",
"esbuild-loader": "^4.0.3",
"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.22.0",
"eslint-plugin-vue": "^9.25.0",
"git-repo-info": "2.1.1",
"ifdef-loader": "^2.3.2",
"postinstall-postinstall": "^2.1.0",
"prettier": "^3.2.5",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.71.1",
"sass-loader": "^14.1.1",
"sass": "^1.75.0",
"sass-loader": "^14.2.1",
"swc-loader": "^0.2.6",
"typescript": "^5.3.3",
"typescript": "^5.4.5",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.1.4",
"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.0",
"vite-plugin-singlefile": "^2.0.1",
"vue-tsc": "^1.8.27",
"webpack-bundle-analyzer": "^4.10.1",
"webpack-bundle-analyzer": "^4.10.2",
"worker-loader": "^3.0.8"
},
"packageManager": "pnpm@8.15.0",
Expand Down

0 comments on commit 5d27e90

Please sign in to comment.