Skip to content

Commit

Permalink
Update all minor/patch packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 20, 2024
1 parent 0f11bf9 commit d6808b6
Show file tree
Hide file tree
Showing 5 changed files with 2,300 additions and 816 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Up @@ -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.9",
"@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",
Expand Down
Loading

0 comments on commit d6808b6

Please sign in to comment.