chore: upgrade dep versions

This commit is contained in:
JackLian 2022-12-09 11:42:37 +08:00 committed by 刘菊萍(絮黎)
parent f6feef218a
commit 9b95daba81
13 changed files with 17 additions and 16 deletions

View File

@ -59,7 +59,8 @@
"lockfile": "enable" "lockfile": "enable"
}, },
"resolutions": { "resolutions": {
"@builder/babel-preset-ice": "1.0.1" "@builder/babel-preset-ice": "1.0.1",
"typescript": "4.6.2"
}, },
"repository": "git@github.com:alibaba/lowcode-engine.git" "repository": "git@github.com:alibaba/lowcode-engine.git"
} }

View File

@ -39,8 +39,8 @@
"@types/react-dom": "^16", "@types/react-dom": "^16",
"@types/semver": "7.3.9", "@types/semver": "7.3.9",
"babel-jest": "^26.5.2", "babel-jest": "^26.5.2",
"build-plugin-component": "^0.2.10", "build-plugin-component": "^1.0.0",
"build-scripts-config": "^0.1.8", "build-scripts-config": "^3.0.3",
"enzyme": "^3.11.0", "enzyme": "^3.11.0",
"@types/enzyme": "^3.10.12", "@types/enzyme": "^3.10.12",
"enzyme-adapter-react-16": "^1.15.5", "enzyme-adapter-react-16": "^1.15.5",

View File

@ -37,7 +37,7 @@
"@types/react": "^16", "@types/react": "^16",
"@types/react-dom": "^16", "@types/react-dom": "^16",
"@types/store": "^2.0.2", "@types/store": "^2.0.2",
"build-plugin-component": "^0.2.11", "build-plugin-component": "^1.0.0",
"build-plugin-fusion": "^0.1.0", "build-plugin-fusion": "^0.1.0",
"build-plugin-moment-locales": "^0.1.0" "build-plugin-moment-locales": "^0.1.0"
}, },

View File

@ -30,7 +30,7 @@
"@alib/build-scripts": "^0.1.3", "@alib/build-scripts": "^0.1.3",
"@types/react": "^16.9.13", "@types/react": "^16.9.13",
"@types/react-dom": "^16.9.4", "@types/react-dom": "^16.9.4",
"build-plugin-component": "^0.2.7", "build-plugin-component": "^1.0.0",
"build-plugin-fusion": "^0.1.0", "build-plugin-fusion": "^0.1.0",
"build-plugin-moment-locales": "^0.1.0" "build-plugin-moment-locales": "^0.1.0"
}, },

View File

@ -28,7 +28,7 @@
"@alib/build-scripts": "^0.1.3", "@alib/build-scripts": "^0.1.3",
"@types/react": "^16.9.13", "@types/react": "^16.9.13",
"@types/react-dom": "^16.9.4", "@types/react-dom": "^16.9.4",
"build-plugin-component": "^0.2.7" "build-plugin-component": "^1.0.0"
}, },
"publishConfig": { "publishConfig": {
"access": "public", "access": "public",

View File

@ -28,7 +28,7 @@
"@types/node": "^13.7.1", "@types/node": "^13.7.1",
"@types/react": "^16", "@types/react": "^16",
"@types/react-dom": "^16", "@types/react-dom": "^16",
"build-plugin-component": "^0.2.10", "build-plugin-component": "^1.0.0",
"build-plugin-fusion": "^0.1.1", "build-plugin-fusion": "^0.1.1",
"build-plugin-moment-locales": "^0.1.0" "build-plugin-moment-locales": "^0.1.0"
}, },

View File

@ -36,7 +36,7 @@
"@types/rax": "^1.0.0", "@types/rax": "^1.0.0",
"@types/react": "^16", "@types/react": "^16",
"@types/react-dom": "^16", "@types/react-dom": "^16",
"build-plugin-component": "^0.2.11", "build-plugin-component": "^1.0.0",
"build-plugin-rax-component": "^0.2.11" "build-plugin-rax-component": "^0.2.11"
}, },
"peerDependencies": { "peerDependencies": {

View File

@ -27,7 +27,7 @@
"devDependencies": { "devDependencies": {
"@alib/build-scripts": "^0.1.18", "@alib/build-scripts": "^0.1.18",
"@alifd/next": "^1.19.17", "@alifd/next": "^1.19.17",
"build-plugin-component": "^0.2.10", "build-plugin-component": "^1.0.0",
"build-plugin-fusion": "^0.1.0", "build-plugin-fusion": "^0.1.0",
"build-plugin-moment-locales": "^0.1.0", "build-plugin-moment-locales": "^0.1.0",
"react": "^16.4.1", "react": "^16.4.1",

View File

@ -34,7 +34,7 @@
"@types/react": "^16", "@types/react": "^16",
"@types/react-dom": "^16", "@types/react-dom": "^16",
"@types/react-router": "5.1.18", "@types/react-router": "5.1.18",
"build-plugin-component": "^0.2.11" "build-plugin-component": "^1.0.0"
}, },
"publishConfig": { "publishConfig": {
"access": "public", "access": "public",

View File

@ -46,7 +46,7 @@
"@types/react-is": "^17.0.3", "@types/react-is": "^17.0.3",
"@types/react-test-renderer": "^17.0.1", "@types/react-test-renderer": "^17.0.1",
"babel-jest": "^26.5.2", "babel-jest": "^26.5.2",
"build-plugin-component": "^0.2.11", "build-plugin-component": "^1.0.0",
"jest": "^26.6.3", "jest": "^26.6.3",
"react-test-renderer": "^17.0.2", "react-test-renderer": "^17.0.2",
"ts-jest": "^26.5.0" "ts-jest": "^26.5.0"

View File

@ -39,8 +39,8 @@
"@types/react": "^16", "@types/react": "^16",
"@types/react-dom": "^16", "@types/react-dom": "^16",
"babel-jest": "^26.5.2", "babel-jest": "^26.5.2",
"build-plugin-component": "^0.2.10", "build-plugin-component": "^1.0.0",
"build-scripts-config": "^0.1.8", "build-scripts-config": "^3.0.3",
"jest": "^26.6.3", "jest": "^26.6.3",
"lodash": "^4.17.20", "lodash": "^4.17.20",
"moment": "^2.29.1", "moment": "^2.29.1",

View File

@ -20,7 +20,7 @@
"@alib/build-scripts": "^0.1.18", "@alib/build-scripts": "^0.1.18",
"@types/node": "^13.7.1", "@types/node": "^13.7.1",
"@types/react": "^16", "@types/react": "^16",
"build-plugin-component": "^0.2.10" "build-plugin-component": "^1.0.0"
}, },
"publishConfig": { "publishConfig": {
"access": "public", "access": "public",

View File

@ -24,7 +24,7 @@
"@alib/build-scripts": "^0.1.18", "@alib/build-scripts": "^0.1.18",
"@types/node": "^13.7.1", "@types/node": "^13.7.1",
"@types/react": "^16", "@types/react": "^16",
"build-plugin-component": "^0.2.10" "build-plugin-component": "^1.0.0"
}, },
"publishConfig": { "publishConfig": {
"access": "public", "access": "public",