Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 24, 2023
1 parent 567463b commit ab50bfa
Show file tree
Hide file tree
Showing 4 changed files with 2,593 additions and 1,681 deletions.
559 changes: 280 additions & 279 deletions .yarn/releases/yarn-3.5.0.cjs → .yarn/releases/yarn-3.6.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nodeLinker: node-modules
yarnPath: .yarn/releases/yarn-3.5.0.cjs
yarnPath: .yarn/releases/yarn-3.6.1.cjs
66 changes: 33 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,25 +73,25 @@
"trim-newlines": "^5.0.0"
},
"dependencies": {
"@emotion/react": "11.10.6",
"@emotion/react": "11.11.1",
"@fontsource/roboto": "4.5.8",
"@theme-ui/color-modes": "0.15.5",
"@theme-ui/core": "0.15.5",
"@theme-ui/css": "0.15.5",
"@theme-ui/color-modes": "0.16.0",
"@theme-ui/core": "0.16.0",
"@theme-ui/css": "0.16.0",
"polished": "4.2.2",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@babel/core": "7.21.0",
"@commitlint/cli": "17.4.4",
"@commitlint/config-conventional": "17.4.4",
"@emotion/jest": "11.10.5",
"@babel/core": "7.22.9",
"@commitlint/cli": "17.6.7",
"@commitlint/config-conventional": "17.6.7",
"@emotion/jest": "11.11.0",
"@release-it/conventional-changelog": "5.1.1",
"@ryansonshine/commitizen": "4.2.8",
"@ryansonshine/cz-conventional-changelog": "3.3.4",
"@size-limit/preset-big-lib": "8.2.4",
"@size-limit/webpack-css": "8.2.4",
"@size-limit/preset-big-lib": "8.2.6",
"@size-limit/webpack-css": "8.2.6",
"@storybook/addon-a11y": "6.5.16",
"@storybook/addon-essentials": "6.5.16",
"@storybook/addon-interactions": "6.5.16",
Expand All @@ -102,46 +102,46 @@
"@storybook/react": "6.5.16",
"@storybook/storybook-deployer": "2.8.16",
"@storybook/theming": "6.5.16",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/jest-dom": "5.17.0",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",
"@types/jest": "29.4.0",
"@types/node": "18.14.2",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@typescript-eslint/eslint-plugin": "5.54.0",
"@typescript-eslint/parser": "5.54.0",
"babel-loader": "9.1.2",
"eslint": "8.35.0",
"@types/jest": "29.5.3",
"@types/node": "18.17.0",
"@types/react": "18.2.16",
"@types/react-dom": "18.2.7",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"babel-loader": "9.1.3",
"eslint": "8.45.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "17.0.0",
"eslint-config-airbnb-typescript": "17.1.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react": "7.33.0",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-storybook": "0.6.11",
"eslint-plugin-storybook": "0.6.13",
"eslint-plugin-unused-imports": "2.0.0",
"husky": "8.0.3",
"jest": "29.4.3",
"jest-environment-jsdom": "29.4.3",
"lint-staged": "13.1.2",
"jest": "29.6.1",
"jest-environment-jsdom": "29.6.1",
"lint-staged": "13.2.3",
"pinst": "^3.0.0",
"prettier": "2.8.4",
"release-it": "15.7.0",
"size-limit": "8.2.4",
"prettier": "2.8.8",
"release-it": "15.11.0",
"size-limit": "8.2.6",
"storybook-dark-mode": "2.1.1",
"ts-jest": "29.0.5",
"tsup": "6.6.3",
"typescript": "5.0.3"
"ts-jest": "29.1.1",
"tsup": "6.7.0",
"typescript": "5.1.6"
},
"peerDependencies": {
"@emotion/react": "^11",
"react": "^17 || ^18",
"react-dom": "^17 || ^18",
"theme-ui": "^0.15"
"theme-ui": "^0.15 || ^0.16.0"
},
"packageManager": "yarn@3.4.1",
"packageManager": "yarn@3.6.1",
"engines": {
"node": ">=18.12.1"
},
Expand Down
Loading

0 comments on commit ab50bfa

Please sign in to comment.