Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bholloway committed Dec 2, 2022
1 parent e2695cd commit 6c543c9
Show file tree
Hide file tree
Showing 3 changed files with 505 additions and 327 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"compose-function": "^3.0.3",
"cross-env": "^7.0.3",
"enforce-node-version": "^0.1.0",
"es6-promisify": "^6.0.2",
"es6-promisify": "^7.0.0",
"escape-string-regexp": "^4.0.0",
"get-value": "^3.0.1",
"has-prop": "^0.1.2",
Expand All @@ -32,8 +32,7 @@
"promise-compose": "^1.1.2",
"recursive-readdir": "^2.2.2",
"sinon": "^10.0.0",
"tap-diff": "^0.1.1",
"vlq": "^1.0.1"
"tap-diff": "^0.1.1"
},
"engines": {
"node": ">=12"
Expand Down
4 changes: 2 additions & 2 deletions packages/resolve-url-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
"docs/**/*.*"
],
"dependencies": {
"adjust-sourcemap-loader": "^4.0.0",
"adjust-sourcemap-loader": "^5.0.0",
"convert-source-map": "^1.7.0",
"loader-utils": "^2.0.0",
"loader-utils": "^2.0.4",
"postcss": "^8.2.14",
"source-map": "0.6.1"
}
Expand Down

0 comments on commit 6c543c9

Please sign in to comment.