Skip to content

Commit

Permalink
chore: update meow to latest version that supports commonjs
Browse files Browse the repository at this point in the history
  • Loading branch information
CompuIves committed Oct 29, 2023
1 parent 99ece31 commit 57cafa8
Show file tree
Hide file tree
Showing 3 changed files with 247 additions and 39 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,12 @@
"dependencies": {
"babel-polyfill": "^6.26.0",
"babel-runtime": "^6.26.0",
"bolt": "^0.23.6",
"form-data": "^2.5.1",
"isomorphic-unfetch": "^2.1.1",
"lodash.isequal": "^4.5.0",
"lodash.pick": "^4.4.0",
"lz-string": "^1.5.0",
"meow": "^5.0.0",
"meow": "^9.0.0",
"p-memoize": "^2.1.0",
"path-browserify": "^1.0.1",
"pkg-dir": "^2.0.0",
Expand Down Expand Up @@ -65,6 +64,7 @@
"babel-preset-env": "^1.7.0",
"babel-preset-flow": "^6.23.0",
"babel-preset-react": "^6.24.1",
"bolt": "^0.23.6",
"copy-webpack-plugin": "^4.6.0",
"css-loader": "^0.28.11",
"emotion": "9.2.12",
Expand Down
2 changes: 1 addition & 1 deletion packages/codesandboxer-fs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"dependencies": {
"codesandboxer": "^1.0.3",
"meow": "^5.0.0",
"meow": "^9.0.0",
"pkg-dir": "^2.0.0",
"resolve": "^1.7.1"
},
Expand Down
Loading

0 comments on commit 57cafa8

Please sign in to comment.