Skip to content

Commit b4d36c6

Browse files
committed
bump node deps/dev deps
1 parent 3a9f74d commit b4d36c6

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

.github/workflows/chromatic.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
# .github/workflows/chromatic.yml
22

33
# Workflow name
4-
name: 'Chromatic Publish'
4+
name: 'Chromatic'
55

66
# Event for the workflow
77
on: push
88

99
jobs:
1010
chromatic-deployment:
11+
# Operating System
12+
runs-on: ubuntu-latest
13+
# Job steps
1114
steps:
1215
# 👇 Adds Chromatic as a step in the workflow
1316
- name: Publish to Chromatic
@@ -16,4 +19,4 @@ jobs:
1619
with:
1720
# 👇 Chromatic projectToken, refer to the manage page to obtain it.
1821
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
19-
exitZeroOnChanges: true # 👈 Option to prevent the workflow from failing
22+
exitZeroOnChanges: true

.storybook/global-style/global-style.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const GlobalStyle = createGlobalStyle`
4545
}
4646
4747
code {
48-
font-size: 93%;
48+
font-size: 90%;
4949
color: #353535;
5050
line-height: 1.7;
5151
border-radius: 4px;

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,18 +74,18 @@
7474
"@types/styled-components": "^5.1.26",
7575
"@typescript-eslint/eslint-plugin": "^5.35.1",
7676
"@typescript-eslint/parser": "^5.35.1",
77-
"babel-jest": "^29.0.0",
77+
"babel-jest": "^29.0.1",
7878
"babel-loader": "^8.2.5",
7979
"babel-plugin-styled-components": "^2.0.7",
80-
"chromatic": "^6.7.4",
80+
"chromatic": "^6.8.0",
8181
"cross-env": "^7.0.3",
8282
"enzyme": "^3.11.0",
8383
"eslint": "^8.22.0",
8484
"eslint-config-poetez": "^1.0.0",
8585
"eslint-config-prettier": "^8.5.0",
8686
"eslint-plugin-prettier": "^4.2.1",
87-
"jest": "^29.0.0",
88-
"jest-environment-jsdom": "^29.0.0",
87+
"jest": "^29.0.1",
88+
"jest-environment-jsdom": "^29.0.1",
8989
"jest-enzyme": "^7.1.2",
9090
"npm-run-all": "^4.1.5",
9191
"prettier": "^2.7.1",

0 commit comments

Comments
 (0)