Skip to content

Commit d632e7f

Browse files
committedMay 28, 2024·
refactor: render-core
1 parent 8510f99 commit d632e7f

File tree

112 files changed

+2864
-2546
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+2864
-2546
lines changed
 

‎.npmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
git-checks=false
1+
git-checks=false

‎package.json

+1-5
Original file line numberDiff line numberDiff line change
@@ -21,31 +21,27 @@
2121
"prepare": "husky"
2222
},
2323
"devDependencies": {
24-
"@alilc/build-plugin-lce": "^0.0.5",
25-
"@alilc/lowcode-test-mate": "^1.0.1",
2624
"@changesets/cli": "^2.27.1",
2725
"@commitlint/cli": "^19.2.1",
2826
"@commitlint/config-conventional": "^19.1.0",
2927
"@eslint/js": "^8.57.0",
3028
"@microsoft/api-extractor": "^7.43.0",
3129
"@stylistic/eslint-plugin": "^1.7.0",
3230
"@types/node": "^20.11.30",
33-
"@types/react-router": "5.1.18",
3431
"@vanilla-extract/vite-plugin": "^4.0.7",
3532
"@vitejs/plugin-react": "^4.2.1",
3633
"eslint": "^8.57.0",
3734
"eslint-plugin-react": "^7.34.1",
3835
"eslint-plugin-react-hooks": "^4.6.0",
3936
"globals": "^15.0.0",
4037
"husky": "^9.0.11",
41-
"less": "^4.2.0",
4238
"lint-staged": "^15.2.2",
4339
"prettier": "^3.2.5",
4440
"rimraf": "^5.0.2",
4541
"typescript": "^5.4.2",
4642
"typescript-eslint": "^7.5.0",
4743
"vite": "^5.2.9",
48-
"vitest": "^1.5.0"
44+
"vitest": "^1.6.0"
4945
},
5046
"engines": {
5147
"node": "^18.18.0 || ^20.9.0 || >=21.1.0",

0 commit comments

Comments
 (0)
Please sign in to comment.