Skip to content

Commit

Permalink
rearrange resolutions
Browse files Browse the repository at this point in the history
  • Loading branch information
witmicko committed Nov 29, 2024
1 parent 6bc33ef commit f3ce997
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"license": "ISC",
"version": "1.1.0",
"private": true,
"resolutions": {
"**/optimist/minimist": "^1.2.5",
"**/loader-fs-cache/mkdirp": "^0.5.1"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.19",
"@fortawesome/free-solid-svg-icons": "^5.9.0",
Expand All @@ -28,10 +32,6 @@
"eslintConfig": {
"extends": "react-app"
},
"resolutions": {
"**/optimist/minimist": "^1.2.5",
"**/loader-fs-cache/mkdirp": "^0.5.1"
},
"browserslist": {
"production": [
">0.2%",
Expand Down

0 comments on commit f3ce997

Please sign in to comment.