mirror of
https://github.com/dream-num/univer.git
synced 2026-09-21 05:44:04 +08:00
refactor: rename view files to PascalCase (#7083)
This commit is contained in:
+8
-8
@@ -60,18 +60,18 @@
|
||||
"@antfu/eslint-config": "^9.0.0",
|
||||
"@commitlint/cli": "^21.0.2",
|
||||
"@commitlint/config-conventional": "^21.0.2",
|
||||
"@eslint-react/eslint-plugin": "^5.8.12",
|
||||
"@eslint-react/eslint-plugin": "^5.9.0",
|
||||
"@eslint/compat": "^2.1.0",
|
||||
"@playwright/test": "^1.57.0",
|
||||
"@release-it-plugins/workspaces": "^5.0.3",
|
||||
"@release-it/conventional-changelog": "^10.0.6",
|
||||
"@types/fs-extra": "^11.0.4",
|
||||
"@types/node": "^25.9.1",
|
||||
"@types/react": "19.2.16",
|
||||
"@types/node": "^25.9.3",
|
||||
"@types/react": "19.2.17",
|
||||
"@types/react-dom": "19.2.3",
|
||||
"@univerjs-infra/shared": "workspace:*",
|
||||
"@univerjs/design": "workspace:*",
|
||||
"eslint": "^10.4.1",
|
||||
"eslint": "^10.5.0",
|
||||
"eslint-plugin-format": "^2.0.1",
|
||||
"eslint-plugin-react": "^7.37.5",
|
||||
"eslint-plugin-react-hooks": "^7.1.1",
|
||||
@@ -79,20 +79,20 @@
|
||||
"fs-extra": "^11.3.5",
|
||||
"husky": "^9.1.7",
|
||||
"lint-staged": "^17.0.7",
|
||||
"posthog-node": "^5.36.2",
|
||||
"posthog-node": "^5.37.0",
|
||||
"react": "19.2.7",
|
||||
"react-dom": "19.2.7",
|
||||
"release-it": "^19.2.4",
|
||||
"serve": "^14.2.6",
|
||||
"tailwindcss": "3.4.18",
|
||||
"tsx": "^4.22.3",
|
||||
"turbo": "^2.9.16",
|
||||
"tsx": "^4.22.4",
|
||||
"turbo": "^2.9.18",
|
||||
"typescript": "^6.0.3",
|
||||
"vitest": "^4.1.8"
|
||||
},
|
||||
"pnpm": {
|
||||
"overrides": {
|
||||
"@types/react": "19.2.16",
|
||||
"@types/react": "19.2.17",
|
||||
"@types/react-dom": "19.2.3",
|
||||
"basic-ftp": "5.2.0",
|
||||
"react": "19.2.7",
|
||||
|
||||
Reference in New Issue
Block a user