Skip to content

Commit

Permalink
fix: upgraded libraries depending on minimist
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinGhadyani-Okta committed Sep 28, 2022
1 parent 41dff60 commit 29dfd9b
Show file tree
Hide file tree
Showing 9 changed files with 744 additions and 773 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"lint-staged": "^11.1.2",
"npm-run-all": "^4.1.5",
"prettier": "^2.4.0",
"stylelint": "^13.13.1"
"stylelint": "^14.13.0"
},
"version": "0.5.0",
"packageManager": "yarn@3.2.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/odyssey-design-tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"devDependencies": {
"@okta/odyssey-lifecycle": "^0.15.0",
"style-dictionary": "^3.0.1"
"style-dictionary": "^3.7.1"
},
"scripts": {
"prebuild": "style-dictionary clean --config ./config.cjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/odyssey-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"url": "https://github.com/okta/odyssey/issues"
},
"devDependencies": {
"svgo": "^1.3.2"
"svgo": "^2.8.0"
}
}
2 changes: 1 addition & 1 deletion packages/odyssey-postcss-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@okta/odyssey-postcss-theme": "^0.15.0",
"autoprefixer": "^10.3.4",
"cssnano": "^5.0.8",
"loader-utils": "^1.4.0",
"loader-utils": "^3.2.0",
"postcss-logical": "^5.0.0",
"postcss-modules": "^4.2.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/odyssey-react-mui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"regenerator-runtime": "^0.13.7",
"stylelint": "^13.13.1",
"stylelint": "^14.13.0",
"typescript": "^4.8.3"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/odyssey-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"regenerator-runtime": "^0.13.7",
"stylelint": "^13.13.1",
"stylelint": "^14.13.0",
"typescript": "^4.8.3"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/odyssey-storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"directory": "packages/odyssey-storybook"
},
"devDependencies": {
"@applitools/eyes-storybook": "^3.27.6",
"@applitools/eyes-storybook": "^3.29.4",
"@babel/core": "^7.19.3",
"@mui/icons-material": "^5.10.3",
"@mui/material": "^5.10.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/odyssey-stylelint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"postcss-scss": "^4.0.0"
},
"peerDependencies": {
"stylelint": "^13.13.1"
"stylelint": "^14.13.0"
}
}
Loading

0 comments on commit 29dfd9b

Please sign in to comment.