chore: 更新theme-editor依赖 (#9132)

Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
This commit is contained in:
qkiroc 2023-12-14 14:29:50 +08:00 committed by GitHub
parent 5738007a06
commit 8bcf7b4dd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 7 deletions

View File

@ -87,7 +87,7 @@
"magic-string": "^0.26.7",
"marked": "^4.2.1",
"monaco-editor": "0.30.1",
"plugin-react-i18n": "1.0.4",
"plugin-react-i18n": "1.0.5",
"postcss-scss": "^4.0.6",
"prismjs": "^1.29.0",
"react": "^18.2.0",

View File

@ -6,6 +6,9 @@ module.exports = {
test: /.*(ts|tsx|js|jsx)$/
},
includes: ['src/renderers'],
ignore: {
list: ['src/*']
},
importInfo: {
source: 'i18n-runtime',
imported: 'i18n',

View File

@ -1,6 +1,6 @@
{
"name": "amis-theme-editor-helper",
"version": "2.0.22-beta.13",
"version": "2.0.26",
"description": "amis主题编辑器通用方法",
"main": "lib/index.js",
"module": "esm/index.js",
@ -29,9 +29,9 @@
]
},
"dependencies": {
"react": "^18.2.0",
"react-color": "^2.19.3",
"react-dom": "^18.2.0"
"amis": "*",
"amis-core": "*",
"amis-ui": "*"
},
"devDependencies": {
"@rollup/plugin-url": "^7.0.0",
@ -58,12 +58,17 @@
"typescript": "^4.6.4",
"sass": "^1.49.7",
"sass-loader": "^12.5.0",
"style-loader": "^3.2.1"
"style-loader": "^3.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-color": "^2.19.3"
},
"peerDependencies": {
"amis": "*",
"amis-core": "*",
"amis-ui": "*",
"i18n-runtime": "*"
"i18n-runtime": "*",
"react": ">=16.8.6",
"react-dom": ">=16.8.6"
}
}