Skip to content
This repository has been archived by the owner on May 2, 2023. It is now read-only.

Commit

Permalink
fix(deps): Forcing version of minimalist - FRONT-1011 (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
planctus authored Apr 6, 2020
1 parent a1b2770 commit 3f8b7a8
Show file tree
Hide file tree
Showing 2 changed files with 628 additions and 664 deletions.
12 changes: 12 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,15 @@
"@storybook/addon-options": "5.3.17",
"@storybook/addon-viewport": "5.3.17",
"@storybook/html": "5.3.17",
"acorn": "^6.4.1",
"babel-jest": "24.9.0",
"babel-loader": "8.0.6",
"babel-plugin-preval": "4.0.0",
"braces": "^2.3.1",
"clipboard": "2.0.6",
"core-js": "3.6.4",
"deepmerge": "4.2.2",
"decompress": "4.2.1",
"eslint": "6.8.0",
"eslint-config-airbnb": "18.1.0",
"eslint-config-prettier": "6.10.0",
Expand All @@ -87,7 +90,9 @@
"lerna": "3.20.2",
"lerna-changelog": "1.0.1",
"lint-staged": "9.5.0",
"kind-of":"^6.0.3",
"marked": "0.8.0",
"minimist": "^1.2.5",
"ncp": "2.0.0",
"netlify-cli": "2.29.0",
"node-fetch": "2.6.0",
Expand All @@ -100,6 +105,7 @@
"react-dom": "16.13.0",
"replace-in-file": "4.2.0",
"rimraf": "3.0.2",
"tunnel-agent": "^0.6.0",
"twing": "2.3.7",
"twing-loader": "2.0.2",
"webpack": "4.42.0",
Expand Down Expand Up @@ -133,6 +139,12 @@
"serialize-javascript": "3.0.0"
},
"resolutions": {
"acorn": "^6.4.1",
"braces": "^2.3.1",
"tunnel-agent": "^0.6.0",
"decompress": "4.2.1",
"kind-of":"^6.0.3",
"minimist": "^1.2.5",
"istanbul-reports": "^3.0.0"
}
}
Loading

0 comments on commit 3f8b7a8

Please sign in to comment.