mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
feat(example/react): improvements to react examples (#210)
This commit is contained in:
+9
-9
@@ -18,6 +18,7 @@
|
||||
"prepare": "simple-git-hooks",
|
||||
"build:packages": "turbo run build --filter=./packages/**",
|
||||
"build:site": "turbo run build --filter=site",
|
||||
"docs:update": "doctoc README.md CONTRIBUTING.md",
|
||||
"build": "turbo run build",
|
||||
"clean": "turbo run clean",
|
||||
"commitlint": "commitlint --config ./commitlint.config.js --edit $1",
|
||||
@@ -33,23 +34,22 @@
|
||||
"typecheck": "pnpm run generate:icons && tsc --build --noEmit"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@actions/core": "^1.11.1",
|
||||
"@actions/github": "^6.0.1",
|
||||
"@antfu/eslint-config": "^5.4.1",
|
||||
"@antfu/eslint-config": "^6.2.0",
|
||||
"@commitlint/cli": "^20.1.0",
|
||||
"@commitlint/config-conventional": "^20.0.0",
|
||||
"@commitlint/format": "^20.0.0",
|
||||
"@eslint-react/eslint-plugin": "^1.53.1",
|
||||
"@eslint-react/eslint-plugin": "^2.3.5",
|
||||
"@eslint/eslintrc": "^3.3.1",
|
||||
"@ianvs/prettier-plugin-sort-imports": "^4.7.0",
|
||||
"@prettier/plugin-xml": "^3.4.2",
|
||||
"@types/node": "^22.18.6",
|
||||
"eslint": "^9.37.0",
|
||||
"eslint-plugin-astro": "^1.3.1",
|
||||
"doctoc": "^2.2.1",
|
||||
"eslint": "^9.39.1",
|
||||
"eslint-plugin-astro": "^1.5.0",
|
||||
"eslint-plugin-format": "^1.0.2",
|
||||
"eslint-plugin-jsx-a11y": "^6.10.2",
|
||||
"eslint-plugin-react-hooks": "^6.1.1",
|
||||
"eslint-plugin-react-refresh": "^0.4.23",
|
||||
"eslint-plugin-react-hooks": "^7.0.1",
|
||||
"eslint-plugin-react-refresh": "^0.4.24",
|
||||
"lint-staged": "^16.2.3",
|
||||
"prettier": "^3.6.2",
|
||||
"prettier-plugin-astro": "^0.14.1",
|
||||
@@ -58,7 +58,7 @@
|
||||
"react-dom": "^18.0.0",
|
||||
"simple-git-hooks": "^2.13.1",
|
||||
"turbo": "^2.5.8",
|
||||
"typescript": "^5.9.2"
|
||||
"typescript": "^5.9.3"
|
||||
},
|
||||
"simple-git-hooks": {
|
||||
"pre-commit": "pnpm lint-staged",
|
||||
|
||||
Reference in New Issue
Block a user