Skip to content

Commit 74ab146

Browse files
committed
Optimize node_modules
1 parent 4200afb commit 74ab146

File tree

2 files changed

+168
-903
lines changed

2 files changed

+168
-903
lines changed

package.json

Lines changed: 81 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "react-toolkit",
33
"displayName": "react-toolkit",
44
"description": "Useful tools for react developers",
5-
"version": "1.0.8",
5+
"version": "1.0.9",
66
"icon": "assets/logo.png",
77
"license": "MIT",
88
"repository": {
@@ -102,5 +102,85 @@
102102
"@wessberg/cjs-to-esm-transformer": "^0.0.18",
103103
"fs-extra": "^8.1.0",
104104
"react-js-to-ts": "^1.4.0"
105+
},
106+
"resolutions": {
107+
"@types/node": "13.7.1",
108+
"cz-conventional-changelog": "3.1.0",
109+
"glob": "7.1.6",
110+
"typescript": "3.7.5",
111+
"chalk": "3.0.0",
112+
"commander": "4.1.1",
113+
"ansi-styles": "4.2.1",
114+
"supports-color": "7.1.0",
115+
"color-convert": "2.0.1",
116+
"color-name": "1.1.4",
117+
"has-flag": "4.0.0",
118+
"detect-indent": "6.0.0",
119+
"strip-ansi": "6.0.0",
120+
"ansi-regex": "5.0.0",
121+
"regexpp": "3.0.0",
122+
"debug": "4.1.1",
123+
"semver": "6.3.0",
124+
"ms": "2.1.2",
125+
"meow": "5.0.0",
126+
"read-pkg": "3.0.0",
127+
"read-pkg-up": "3.0.0",
128+
"through2": "3.0.1",
129+
"source-map": "0.6.1",
130+
"minimist": "1.2.0",
131+
"readable-stream": "3.6.0",
132+
"safe-buffer": "5.2.0",
133+
"string_decoder": "1.3.0",
134+
"camelcase-keys": "4.2.0",
135+
"map-obj": "2.0.0",
136+
"redent": "2.0.0",
137+
"trim-newlines": "2.0.0",
138+
"camelcase": "4.1.0",
139+
"find-up": "3.0.0",
140+
"path-exists": "3.0.0",
141+
"load-json-file": "4.0.0",
142+
"path-type": "3.0.0",
143+
"parse-json": "4.0.0",
144+
"pify": "3.0.0",
145+
"strip-bom": "4.0.0",
146+
"indent-string": "3.2.0",
147+
"strip-indent": "2.0.0",
148+
"locate-path": "3.0.0",
149+
"p-locate": "3.0.0",
150+
"p-limit": "2.2.2",
151+
"p-try": "2.2.0",
152+
"yargs-parser": "13.1.1",
153+
"conventional-commit-types": "3.0.0",
154+
"inquirer": "7.0.4",
155+
"strip-json-comments": "3.0.1",
156+
"braces": "3.0.2",
157+
"define-property": "2.0.2",
158+
"extend-shallow": "3.0.2",
159+
"kind-of": "6.0.3",
160+
"fill-range": "7.0.1",
161+
"isobject": "3.0.1",
162+
"is-extendable": "1.0.1",
163+
"is-number": "7.0.0",
164+
"to-regex-range": "5.0.1",
165+
"is-buffer": "2.0.4",
166+
"is-descriptor": "1.0.2",
167+
"is-accessor-descriptor": "1.0.0",
168+
"is-data-descriptor": "1.0.0",
169+
"has-value": "1.0.0",
170+
"has-values": "1.0.0",
171+
"ansi-escapes": "4.3.0",
172+
"cli-cursor": "3.1.0",
173+
"figures": "3.1.0",
174+
"mute-stream": "0.0.8",
175+
"string-width": "4.2.0",
176+
"restore-cursor": "3.1.0",
177+
"onetime": "5.1.0",
178+
"mimic-fn": "2.1.0",
179+
"is-fullwidth-code-point": "3.0.0",
180+
"resolve-from": "5.0.0",
181+
"import-fresh": "3.2.1",
182+
"callsites": "3.1.0",
183+
"rimraf": "2.7.1",
184+
"emoji-regex": "8.0.0"
105185
}
106186
}

0 commit comments

Comments
 (0)