Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update all minor/patch packages
Browse files Browse the repository at this point in the history
renovate[bot] authored Jun 20, 2024
1 parent 0f11bf9 commit 34e2042
Showing 5 changed files with 2,314 additions and 819 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rebase.yml
Original file line number Diff line number Diff line change
@@ -13,6 +13,6 @@ jobs:
with:
fetch-depth: 0
- name: Automatic Rebase
uses: cirrus-actions/rebase@1.3
uses: cirrus-actions/rebase@1.8
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
14 changes: 7 additions & 7 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -4,20 +4,20 @@
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"@emotion/core": "10.0.28",
"@emotion/styled": "10.0.27",
"react": "16.13.1",
"@emotion/core": "10.3.1",
"@emotion/styled": "10.3.0",
"react": "16.14.0",
"styled-system": "5.1.5"
},
"devDependencies": {
"@babel/core": "7.9.6",
"@babel/core": "7.24.7",
"@storybook/addons": "5.3.18",
"@storybook/react": "5.3.18",
"@types/styled-system": "5.1.9",
"babel-loader": "8.1.0",
"babel-loader": "8.3.0",
"storybook-addon-matrix": "1.6.0",
"ts-loader": "8.0.1",
"typescript": "3.8.3"
"ts-loader": "8.4.0",
"typescript": "3.9.10"
},
"scripts": {
"start": "start-storybook",
392 changes: 368 additions & 24 deletions example/yarn.lock

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
@@ -25,37 +25,37 @@
"@types/enzyme": "3.10.5",
"@types/enzyme-adapter-react-16": "1.0.6",
"@types/jest": "26.0.0",
"@typescript-eslint/eslint-plugin": "2.32.0",
"@typescript-eslint/parser": "2.32.0",
"@typescript-eslint/eslint-plugin": "2.34.0",
"@typescript-eslint/parser": "2.34.0",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.2",
"enzyme-to-json": "3.4.4",
"enzyme-to-json": "3.6.2",
"eslint": "6.8.0",
"eslint-config-airbnb-typescript": "7.2.1",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-import": "2.20.2",
"eslint-plugin-jest": "23.10.0",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-prettier": "3.1.3",
"eslint-plugin-react": "7.19.0",
"eslint-plugin-react-hooks": "4.0.0",
"jest": "26.0.1",
"eslint-config-prettier": "6.15.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "23.20.0",
"eslint-plugin-jsx-a11y": "6.9.0",
"eslint-plugin-prettier": "3.4.1",
"eslint-plugin-react": "7.34.3",
"eslint-plugin-react-hooks": "4.6.2",
"jest": "26.6.3",
"jest-environment-jsdom-fourteen": "1.0.1",
"jest-enzyme": "7.1.2",
"prettier": "2.0.5",
"react-dom": "16.13.1",
"prettier": "2.8.8",
"react-dom": "16.14.0",
"rimraf": "3.0.2",
"ts-jest": "26.0.0",
"typescript": "3.8.3"
"ts-jest": "26.5.6",
"typescript": "3.9.10"
},
"dependencies": {
"@emotion/core": "10.0.28",
"@emotion/styled": "10.0.27",
"@emotion/core": "10.3.1",
"@emotion/styled": "10.3.0",
"@storybook/addons": "5.3.18",
"@types/js-combinatorics": "0.5.31",
"@types/styled-system": "5.1.9",
"js-combinatorics": "0.5.5",
"react": "16.13.1",
"js-combinatorics": "0.6.1",
"react": "16.14.0",
"styled-system": "5.1.5"
},
"peerDependencies": {
2,687 changes: 1,919 additions & 768 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 34e2042

Please sign in to comment.