-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update all non-major dependencies (#1609)
Co-authored-by: Renovate Bot <[email protected]>
- Loading branch information
1 parent
734863f
commit db7cf64
Showing
4 changed files
with
375 additions
and
345 deletions.
There are no files selected for viewing
532 changes: 266 additions & 266 deletions
532
.yarn/releases/yarn-3.5.0.cjs → .yarn/releases/yarn-3.5.1.cjs
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -103,8 +103,8 @@ | |
"@chanzuckerberg/eslint-plugin-stories": "^3.2.14", | ||
"@chanzuckerberg/prettier-config-edu": "^1.0.4", | ||
"@chanzuckerberg/story-utils": "^3.0.14", | ||
"@commitlint/cli": "^17.6.1", | ||
"@commitlint/config-conventional": "^17.6.1", | ||
"@commitlint/cli": "^17.6.3", | ||
"@commitlint/config-conventional": "^17.6.3", | ||
"@geometricpanda/storybook-addon-badges": "^1.1.1", | ||
"@rollup/plugin-node-resolve": "^15.0.2", | ||
"@rollup/plugin-typescript": "^11.1.0", | ||
|
@@ -126,13 +126,13 @@ | |
"@testing-library/user-event": "^14.4.3", | ||
"@types/jest": "^29.5.1", | ||
"@types/lodash.debounce": "^4.0.7", | ||
"@types/node": "^18.16.2", | ||
"@types/react": "^18.2.0", | ||
"@types/node": "^18.16.4", | ||
"@types/react": "^18.2.5", | ||
"@types/react-beautiful-dnd": "^13.1.4", | ||
"@types/react-dom": "^18.2.1", | ||
"@types/react-dom": "^18.2.3", | ||
"@types/react-portal": "^4.0.4", | ||
"axe-core": "4.7.0", | ||
"chromatic": "^6.17.3", | ||
"chromatic": "^6.17.4", | ||
"codecov": "^3.8.3", | ||
"copyfiles": "^2.4.1", | ||
"eslint": "^8.39.0", | ||
|
@@ -158,14 +158,14 @@ | |
"prettier": "^2.8.4", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"rollup": "^3.21.0", | ||
"rollup": "^3.21.5", | ||
"rollup-plugin-postcss": "^4.0.2", | ||
"size-limit": "^8.2.4", | ||
"snake-case": "^3.0.4", | ||
"standard-version": "^9.5.0", | ||
"storybook-css-modules-preset": "^1.1.1", | ||
"style-dictionary": "^3.8.0", | ||
"stylelint": "^15.6.0", | ||
"stylelint": "^15.6.1", | ||
"stylelint-config-recommended": "^10.0.1", | ||
"tailwindcss": "^3.3.2", | ||
"ts-jest": "^29.1.0", | ||
|
@@ -180,5 +180,5 @@ | |
"stylelint --fix" | ||
] | ||
}, | ||
"packageManager": "[email protected].0" | ||
"packageManager": "[email protected].1" | ||
} |
Oops, something went wrong.