Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

更新依赖 #72

Merged
merged 23 commits into from
Jun 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
c824b14
🐳 chore: update devDependencies
chenjunyu19 Jan 27, 2024
59ae02a
🐞 fix: fix eslint
chenjunyu19 Jan 27, 2024
0d59935
🐞 fix: avoid swc optimization bug
chenjunyu19 Jan 27, 2024
798d3d5
🐳 chore: update dependencies
chenjunyu19 Jan 27, 2024
11ce055
🐳 chore: update more devDependencies
chenjunyu19 Jan 28, 2024
20efcd9
🐳 chore: run prettier
chenjunyu19 Jan 28, 2024
c372146
🐳 chore: update more dependencies
chenjunyu19 Jan 28, 2024
30ef125
🐳 chore: update unplugins
chenjunyu19 Jan 28, 2024
7efd75e
🐞 fix: sw in vite-dev mode
chenjunyu19 Jan 28, 2024
3a255f7
🐳 chore: update dependencies
chenjunyu19 Feb 15, 2024
97b2f8f
🐳 chore: update dependencies with more effort
chenjunyu19 Feb 29, 2024
5bc8089
🐳 chore: update npm scripts
chenjunyu19 Feb 29, 2024
b99ab82
🐞 fix: update element-plus and fix breaking changes
chenjunyu19 Mar 1, 2024
5253d30
🐞 fix: update typescript packages and config
chenjunyu19 Mar 1, 2024
a883000
🐞 fix: change vite config to esm and patch vite-plugin-ifdef
chenjunyu19 Mar 1, 2024
6284720
🐞 fix: basic options el-select width
chenjunyu19 Mar 2, 2024
8886393
🐳 chore: update dependencies
chenjunyu19 Mar 3, 2024
7e041cd
🐞 fix: lint and type errors
chenjunyu19 Mar 3, 2024
8ea49a1
Merge branch 'main' of github.com:YuehaiTeam/cocogoat into update_deps
chenjunyu19 Mar 10, 2024
24b9d55
🐳 chore: Github -> GitHub
chenjunyu19 Mar 10, 2024
24c143f
Merge branch 'main' of github.com:YuehaiTeam/cocogoat into update_deps
chenjunyu19 Mar 13, 2024
c3eb1e2
Merge branch 'main' of github.com:YuehaiTeam/cocogoat into update_deps
chenjunyu19 Apr 25, 2024
5d27e90
🐳 chore: update dependencies
chenjunyu19 Apr 25, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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": {
"git-repo-info@2.1.1": "patches/git-repo-info@2.1.1.patch",
"vue-virtual-scroller@2.0.0-alpha.1": "patches/vue-virtual-scroller@2.0.0-alpha.1.patch"
"vue-virtual-scroller@2.0.0-alpha.1": "patches/vue-virtual-scroller@2.0.0-alpha.1.patch",
"vite-plugin-ifdef@1.0.5": "patches/vite-plugin-ifdef@1.0.5.patch"
},
"peerDependencyRules": {
"ignoreMissing": [
Expand Down
15 changes: 15 additions & 0 deletions patches/vite-plugin-ifdef@1.0.5.patch
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",