Skip to content

Commit

Permalink
remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rmccar committed Sep 21, 2023
1 parent 6d5e003 commit 419f9cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@
"lint-staged": "^8.1.0",
"lodash": "^4.17.21",
"mdn-polyfills": "^5.14.0",
"minimist": "^1.2.5",
"normalize.css": "^8.0.1",
"nunjucks": "^3.2.3",
"pinst": "^3.0.0",
Expand Down Expand Up @@ -134,8 +133,5 @@
},
"publishConfig": {
"access": "public"
},
"resolutions": {
"minimist": "^1.2.5"
}
}
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8303,7 +8303,7 @@ [email protected]:
is-plain-obj "^1.1.0"
kind-of "^6.0.3"

minimist@^1.0.0, minimist@^1.1.0, minimist@^1.2.5, minimist@^1.2.6, minimist@^1.2.7:
minimist@^1.0.0, minimist@^1.1.0, minimist@^1.2.6, minimist@^1.2.7:
version "1.2.8"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==
Expand Down

0 comments on commit 419f9cf

Please sign in to comment.