Skip to content

Commit 5f5ae96

Browse files
committed
feat: upgrade eslint-plugin-react-hooks
1 parent 594cec5 commit 5f5ae96

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pri",
3-
"version": "4.0.23",
3+
"version": "4.0.24",
44
"types": "src/node/index.ts",
55
"main": "built/node/index.js",
66
"scripts": {
@@ -92,7 +92,7 @@
9292
"eslint-plugin-babel": "5.3.0",
9393
"eslint-plugin-import": "2.18.2",
9494
"eslint-plugin-react": "7.17.0",
95-
"eslint-plugin-react-hooks": "2.3.0",
95+
"eslint-plugin-react-hooks": "2.5.0",
9696
"file-loader": "5.0.2",
9797
"fs-extra": "8.1.0",
9898
"gulp": "^4.0.2",
@@ -103,7 +103,7 @@
103103
"gulp-less": "^4.0.1",
104104
"gulp-sass": "^4.0.2",
105105
"gulp-sourcemaps": "^2.6.5",
106-
"gulp-strip-css-comments": "^2.0.0",
106+
"gulp-strip-css-comments": "^2.0.0",p
107107
"gulp-watch": "^5.0.1",
108108
"highlight.js": "9.16.2",
109109
"html-webpack-plugin": "3.2.0",

src/built-in-plugins/ensure-project-files/plugin/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export const main = async () => {
4848
}
4949
};
5050

51-
const maxSizePri = 'node --max-old-space-size=16384 --max_old_space_size=16384 ./node_modules/.bin/pri';
51+
const maxSizePri = 'node --max-old-space-size=16384 --max_old_space_size=16384 ./node_modules/.bin/pri';
5252

5353
const commonComponentPackageJson = {
5454
scripts: {

0 commit comments

Comments
 (0)