Skip to content

Commit 57cafa8

Browse files
committed
chore: update meow to latest version that supports commonjs
1 parent 99ece31 commit 57cafa8

File tree

3 files changed

+247
-39
lines changed

3 files changed

+247
-39
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,12 @@
3030
"dependencies": {
3131
"babel-polyfill": "^6.26.0",
3232
"babel-runtime": "^6.26.0",
33-
"bolt": "^0.23.6",
3433
"form-data": "^2.5.1",
3534
"isomorphic-unfetch": "^2.1.1",
3635
"lodash.isequal": "^4.5.0",
3736
"lodash.pick": "^4.4.0",
3837
"lz-string": "^1.5.0",
39-
"meow": "^5.0.0",
38+
"meow": "^9.0.0",
4039
"p-memoize": "^2.1.0",
4140
"path-browserify": "^1.0.1",
4241
"pkg-dir": "^2.0.0",
@@ -65,6 +64,7 @@
6564
"babel-preset-env": "^1.7.0",
6665
"babel-preset-flow": "^6.23.0",
6766
"babel-preset-react": "^6.24.1",
67+
"bolt": "^0.23.6",
6868
"copy-webpack-plugin": "^4.6.0",
6969
"css-loader": "^0.28.11",
7070
"emotion": "9.2.12",

packages/codesandboxer-fs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"dependencies": {
2020
"codesandboxer": "^1.0.3",
21-
"meow": "^5.0.0",
21+
"meow": "^9.0.0",
2222
"pkg-dir": "^2.0.0",
2323
"resolve": "^1.7.1"
2424
},

0 commit comments

Comments
 (0)