File tree Expand file tree Collapse file tree
src/built-in-plugins/ensure-project-files/plugin Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" : {
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" ,
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" ,
Original file line number Diff line number Diff 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
5353const commonComponentPackageJson = {
5454 scripts : {
You can’t perform that action at this time.
0 commit comments