Skip to content

Commit

Permalink
Revert "chore(deps-dev): bump style-loader from 0.20.3 to 2.0.0 in /ui (
Browse files Browse the repository at this point in the history
argoproj#8775)"

This reverts commit 0262986.

Signed-off-by: Alex Collins <alex_collins@intuit.com>
  • Loading branch information
alexec committed May 18, 2022
1 parent ac388cc commit 4ac2de5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"sass": "^1.30.0",
"sass-loader": "^10.1.0",
"source-map-loader": "^0.2.4",
"style-loader": "^2.0.0",
"style-loader": "^0.20.1",
"ts-jest": "^26.4.4",
"ts-loader": "^7.0.4",
"ts-node": "^9.1.1",
Expand Down
18 changes: 12 additions & 6 deletions ui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8799,6 +8799,13 @@ scheduler@^0.19.1:
loose-envify "^1.1.0"
object-assign "^4.1.1"

schema-utils@^0.4.5:
version "0.4.5"
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-0.4.5.tgz#21836f0608aac17b78f9e3e24daff14a5ca13a3e"
dependencies:
ajv "^6.1.0"
ajv-keywords "^3.1.0"

schema-utils@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-1.0.0.tgz#0b79a93204d7b600d4b2850d1f66c2a34951c770"
Expand Down Expand Up @@ -9419,13 +9426,12 @@ strip-json-comments@~2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"

style-loader@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-2.0.0.tgz#9669602fd4690740eaaec137799a03addbbc393c"
integrity sha512-Z0gYUJmzZ6ZdRUqpg1r8GsaFKypE+3xAzuFeMuoHgjc9KZv3wMyCRjQIWEbhoFSq7+7yoHXySDJyyWQaPajeiQ==
style-loader@^0.20.1:
version "0.20.3"
resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-0.20.3.tgz#ebef06b89dec491bcb1fdb3452e913a6fd1c10c4"
dependencies:
loader-utils "^2.0.0"
schema-utils "^3.0.0"
loader-utils "^1.1.0"
schema-utils "^0.4.5"

superagent-promise@^1.1.0:
version "1.1.0"
Expand Down

0 comments on commit 4ac2de5

Please sign in to comment.