83
83
"release-alpha" : " lerna version --force-publish --no-git-tag-version --no-push && yarn update-versions && yarn gitCommit && lerna publish from-package --dist-tag alpha --yes && yarn gitTag" ,
84
84
"release-feat" : " lerna version --force-publish --no-git-tag-version --no-push && yarn update-versions && yarn gitCommit && lerna publish from-package --dist-tag feat --yes && yarn gitTag" ,
85
85
"release-dry" : " lerna version --force-publish --no-git-tag-version --no-push && npx rnv hooks run -x updateVersions" ,
86
- "deploy-packages" : " npm run deploy-all && npx lerna publish from-package --yes && git push origin HEAD"
86
+ "deploy-packages" : " npm run deploy-all && npx lerna publish from-package --yes && git push origin HEAD" ,
87
+ "prettier-write-all" : " npx prettier '**/*.{js,jsx,ts,tsx,mjs,cjs,json,md}' --write --config .prettierrc.js" ,
88
+ "prettier-write-json" : " npx prettier '**/{package.json,renative.plugins.json,renative.json}' --write --config .prettierrc.js"
87
89
},
88
90
"devDependencies" : {
89
- "@flexn/eslint-config" : " 0.1.4 " ,
91
+ "@flexn/eslint-config" : " 0.1.5 " ,
90
92
"@flexn/prettier-config" : " 0.1.4" ,
91
- "@flexn/typescript" : " 0.1 .4" ,
92
- "@types/jest" : " ^ 27.0.2" ,
93
+ "@flexn/typescript" : " 0.2 .4" ,
94
+ "@types/jest" : " 27.0.2" ,
93
95
"@types/lodash-es" : " 4.17.5" ,
94
96
"@types/lodash.debounce" : " ^4.0.6" ,
95
- "@types/node" : " ^ 16.11.7" ,
97
+ "@types/node" : " 16.11.7" ,
96
98
"@types/react" : " 17.0.41" ,
97
99
"@types/react-dom" : " 17.0.11" ,
98
100
"@types/react-native" : " 0.67.2" ,
99
- "@typescript-eslint/eslint-plugin" : " ^5.4.0" ,
100
- "@typescript-eslint/parser" : " ^5.4.0" ,
101
- "concurrently" : " 7.0.0" ,
102
- "eslint" : " ^8.2.0" ,
103
101
"google-drive-connect" : " ^1.1.2" ,
104
102
"googleapis" : " 39" ,
105
103
"husky" : " 4.2.5" ,
106
104
"isomorphic-unfetch" : " ^3.1.0" ,
107
- "jest" : " ^ 27.3.1" ,
105
+ "jest" : " 27.3.1" ,
108
106
"lerna" : " 4.0.0" ,
109
107
"lint-staged" : " 8.1.0" ,
110
108
"rimraf" : " ^2.6.3" ,
111
109
"rnv" : " 0.36.0-canary.13" ,
112
110
"simple-git" : " ^2.46.0" ,
113
111
"ts-jest" : " ^27.0.7" ,
114
112
"tslib" : " 2.4.1" ,
115
- "typescript" : " 4.7.4"
113
+ "typescript" : " 4.7.4" ,
114
+ "prettier" : " 2.3.1" ,
115
+ "eslint" : " 8.7.0" ,
116
+ "eslint-config-prettier" : " ^8.5.0" ,
117
+ "eslint-plugin-react" : " ^7.29.4" ,
118
+ "eslint-plugin-react-hooks" : " ^4.3.0" ,
119
+ "@typescript-eslint/eslint-plugin" : " ^5.22.0" ,
120
+ "@typescript-eslint/parser" : " ^5.22.0"
116
121
},
117
122
"resolutions" : {
118
- "resolve" : " 2.0.0-next.3"
123
+ "resolve" : " 2.0.0-next.3" ,
124
+ "@types/react" : " 17.0.41" ,
125
+ "tslib" : " 2.4.0"
119
126
},
120
127
"husky" : {
121
128
"hooks" : {
141
148
"dependencies" : {
142
149
"@types/lodash.throttle" : " ^4.1.7"
143
150
}
144
- }
151
+ }
0 commit comments