fix(core): log plugin version mismatch instead of throwing (#6990)

This commit is contained in:
白熱
2026-05-30 13:33:44 +08:00
committed by GitHub
parent ae59468e2f
commit d2943435cb
103 changed files with 4019 additions and 2972 deletions
+1 -1
View File
@@ -45,7 +45,7 @@
},
"devDependencies": {
"@univerjs-infra/shared": "workspace:*",
"postcss": "^8.5.14",
"postcss": "^8.5.15",
"react": "18.3.1",
"rxjs": "^7.8.2",
"tailwindcss": "3.4.18",
+9 -9
View File
@@ -29,9 +29,9 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@tsdown/css": "^0.22.0",
"@typescript-eslint/parser": "^8.59.2",
"@vitest/coverage-istanbul": "^4.1.5",
"@tsdown/css": "^0.22.1",
"@typescript-eslint/parser": "^8.60.0",
"@vitest/coverage-istanbul": "^4.1.7",
"autoprefixer": "^10.5.0",
"eslint-plugin-better-tailwindcss": "^4.5.0",
"eslint-plugin-header": "^3.1.1",
@@ -39,22 +39,22 @@
"eslint-plugin-no-penetrating-import": "^0.0.1",
"fs-extra": "^11.3.5",
"happy-dom": "20.9.0",
"javascript-obfuscator": "^5.4.2",
"postcss-preset-env": "^11.2.1",
"javascript-obfuscator": "^5.4.3",
"postcss-preset-env": "^11.3.0",
"postcss-replace": "^2.0.1",
"sort-keys": "^6.0.0",
"tailwind-scrollbar": "^3",
"tailwindcss": "3.4.18",
"tsdown": "^0.22.0",
"tsdown": "^0.22.1",
"unplugin-vue": "^7.2.0",
"vitest": "^4.1.5"
"vitest": "^4.1.7"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@univerjs/icons": "1.4.0",
"@univerjs/icons-svg": "^1.2.0",
"@univerjs/icons-svg": "^1.4.0",
"@univerjs/protocol": "workspace:*",
"typescript": "^6.0.3",
"vue-tsc": "^3.2.8"
"vue-tsc": "^3.3.2"
}
}
+1 -1
View File
@@ -40,7 +40,7 @@
"@types/fs-extra": "^11.0.4",
"@univerjs-infra/shared": "workspace:*",
"fs-extra": "^11.3.5",
"postcss": "^8.5.14",
"postcss": "^8.5.15",
"tailwindcss": "3.4.18",
"tailwindcss-animate": "^1.0.7"
}