Browse Source

Merge branch 'master' into es6

es6
zsmj 2 years ago
parent
commit
54f223248f
  1. 3
      package.json
  2. 11053
      src/core/platform/web/jquery/_jquery.js

3
package.json

@ -1,6 +1,6 @@
{ {
"name": "fineui", "name": "fineui",
"version": "2.0.20230107203454", "version": "2.0.20230109102030",
"description": "fineui", "description": "fineui",
"main": "dist/fineui_without_conflict.min.js", "main": "dist/fineui_without_conflict.min.js",
"types": "dist/lib/index.d.ts", "types": "dist/lib/index.d.ts",
@ -90,6 +90,7 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@types/yargs": "17.0.13", "@types/yargs": "17.0.13",
"jquery": "3.6.3",
"yargs": "17.6.2" "yargs": "17.6.2"
} }
} }

11053
src/core/platform/web/jquery/_jquery.js vendored

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save