Skip to content

Commit 8013a63

Browse files
Update all minor/patch packages
1 parent 0f11bf9 commit 8013a63

File tree

5 files changed

+2443
-834
lines changed

5 files changed

+2443
-834
lines changed

.github/workflows/rebase.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
with:
1414
fetch-depth: 0
1515
- name: Automatic Rebase
16-
uses: cirrus-actions/rebase@1.3
16+
uses: cirrus-actions/rebase@1.8
1717
env:
1818
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

example/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@
44
"version": "1.0.0",
55
"license": "MIT",
66
"dependencies": {
7-
"@emotion/core": "10.0.28",
8-
"@emotion/styled": "10.0.27",
9-
"react": "16.13.1",
7+
"@emotion/core": "10.3.1",
8+
"@emotion/styled": "10.3.0",
9+
"react": "16.14.0",
1010
"styled-system": "5.1.5"
1111
},
1212
"devDependencies": {
13-
"@babel/core": "7.9.6",
13+
"@babel/core": "7.27.1",
1414
"@storybook/addons": "5.3.18",
1515
"@storybook/react": "5.3.18",
1616
"@types/styled-system": "5.1.9",
17-
"babel-loader": "8.1.0",
17+
"babel-loader": "8.4.1",
1818
"storybook-addon-matrix": "1.6.0",
19-
"ts-loader": "8.0.1",
20-
"typescript": "3.8.3"
19+
"ts-loader": "8.4.0",
20+
"typescript": "3.9.10"
2121
},
2222
"scripts": {
2323
"start": "start-storybook",

0 commit comments

Comments
 (0)