mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-22 03:42:14 +00:00
Update React compiler and install eslint plugin (#7428)
This commit is contained in:
@@ -28,7 +28,6 @@
|
||||
"@docsearch/react": "^3.6.1",
|
||||
"@headlessui/react": "^1.7.0",
|
||||
"@radix-ui/react-context-menu": "^2.1.5",
|
||||
"babel-plugin-react-compiler": "0.0.0-experimental-696af53-20240625",
|
||||
"body-scroll-lock": "^3.1.3",
|
||||
"classnames": "^2.2.6",
|
||||
"date-fns": "^2.16.1",
|
||||
@@ -62,6 +61,7 @@
|
||||
"asyncro": "^3.0.0",
|
||||
"autoprefixer": "^10.4.2",
|
||||
"babel-eslint": "10.x",
|
||||
"babel-plugin-react-compiler": "19.0.0-beta-e552027-20250112",
|
||||
"eslint": "7.x",
|
||||
"eslint-config-next": "12.0.3",
|
||||
"eslint-config-react-app": "^5.2.1",
|
||||
@@ -69,6 +69,7 @@
|
||||
"eslint-plugin-import": "2.x",
|
||||
"eslint-plugin-jsx-a11y": "6.x",
|
||||
"eslint-plugin-react": "7.x",
|
||||
"eslint-plugin-react-compiler": "^19.0.0-beta-e552027-20250112",
|
||||
"eslint-plugin-react-hooks": "^0.0.0-experimental-fabef7a6b-20221215",
|
||||
"fs-extra": "^9.0.1",
|
||||
"globby": "^11.0.1",
|
||||
@@ -109,5 +110,6 @@
|
||||
"lint-staged": {
|
||||
"*.{js,ts,jsx,tsx,css}": "yarn prettier",
|
||||
"src/**/*.md": "yarn fix-headings"
|
||||
}
|
||||
},
|
||||
"packageManager": "yarn@1.22.22"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user