Skip to content

Commit

Permalink
WINDUP-4115 place css-tools in resolutions section
Browse files Browse the repository at this point in the history
  • Loading branch information
m-brophy committed May 10, 2024
1 parent cecafc9 commit 883204e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
4 changes: 2 additions & 2 deletions ui-pf4/src/main/webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"proxy": "http://localhost:8080",
"homepage": "./",
"dependencies": {
"@adobe/css-tools": "^4.3.3",
"@babel/core": "^7.20.2",
"@babel/plugin-syntax-flow": "^7.18.6",
"@babel/plugin-transform-react-jsx": "^7.19.0",
Expand Down Expand Up @@ -68,7 +67,8 @@
"follow-redirects": "^1.15.6",
"semver": "^7.5.4",
"tough-cookie": "^4.1.3",
"axios": "^0.28.0"
"axios": "^0.28.0",
"@adobe/css-tools": "^4.3.3"
},
"scripts": {
"start": "react-scripts start",
Expand Down
7 changes: 1 addition & 6 deletions ui-pf4/src/main/webapp/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,7 @@
# yarn lockfile v1


"@adobe/css-tools@^4.0.1":
version "4.0.1"
resolved "https://registry.yarnpkg.com/@adobe/css-tools/-/css-tools-4.0.1.tgz#b38b444ad3aa5fedbb15f2f746dcd934226a12dd"
integrity sha512-+u76oB43nOHrF4DDWRLWDCtci7f3QJoEBigemIdIeTi1ODqjx6Tad9NCVnPRwewWlKkVab5PlK8DCtPTyX7S8g==

"@adobe/css-tools@^4.3.3":
"@adobe/css-tools@^4.0.1", "@adobe/css-tools@^4.3.3":
version "4.3.3"
resolved "https://registry.yarnpkg.com/@adobe/css-tools/-/css-tools-4.3.3.tgz#90749bde8b89cd41764224f5aac29cd4138f75ff"
integrity sha512-rE0Pygv0sEZ4vBWHlAgJLGDU7Pm8xoO6p3wsEceb7GYAjScrOHpEo8KK/eVkAcnSM+slAEtXjA2JpdjLp4fJQQ==
Expand Down

0 comments on commit 883204e

Please sign in to comment.