Skip to content

Commit 1984f21

Browse files
chore(deps): update all non-major dependencies
1 parent b3a5aed commit 1984f21

11 files changed

+560
-200
lines changed

.github/workflows/chromatic.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fetch-depth: 0
1515

1616
- name: Setup Node.js environment
17-
uses: actions/[email protected].2
17+
uses: actions/[email protected].3
1818
with:
1919
node-version-file: '.nvmrc'
2020
cache: 'yarn'

.github/workflows/docs-stable.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919

2020
- name: Setup Node.js environment
21-
uses: actions/[email protected].2
21+
uses: actions/[email protected].3
2222
with:
2323
node-version-file: '.nvmrc'
2424
cache: 'yarn'

.github/workflows/examples.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v4
2525

26-
- uses: actions/[email protected].2
26+
- uses: actions/[email protected].3
2727
with:
2828
node-version-file: '.nvmrc'
2929

.github/workflows/main.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
steps:
4242
- uses: actions/checkout@v4
4343

44-
- uses: actions/[email protected].2
44+
- uses: actions/[email protected].3
4545
with:
4646
node-version-file: '.nvmrc'
4747
cache: 'yarn'
@@ -65,7 +65,7 @@ jobs:
6565
steps:
6666
- uses: actions/checkout@v4
6767

68-
- uses: actions/[email protected].2
68+
- uses: actions/[email protected].3
6969
with:
7070
node-version-file: '.nvmrc'
7171
cache: 'yarn'
@@ -91,7 +91,7 @@ jobs:
9191
steps:
9292
- uses: actions/checkout@v4
9393

94-
- uses: actions/[email protected].2
94+
- uses: actions/[email protected].3
9595
with:
9696
node-version-file: '.nvmrc'
9797
cache: 'yarn'
@@ -114,7 +114,7 @@ jobs:
114114
- uses: actions/checkout@v4
115115

116116
- name: Setup Node.js environment
117-
uses: actions/[email protected].2
117+
uses: actions/[email protected].3
118118
with:
119119
node-version-file: '.nvmrc'
120120
cache: 'yarn'

.github/workflows/release-comments.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
token: ${{ secrets.ACCESS_TOKEN }}
1313

1414
- name: Setup Node.js environment
15-
uses: actions/[email protected].2
15+
uses: actions/[email protected].3
1616
with:
1717
node-version-file: '.nvmrc'
1818
cache: 'yarn'

.github/workflows/release-custom-tag.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
fetch-depth: 0
3535

3636
- name: Setup Node.js environment
37-
uses: actions/[email protected].2
37+
uses: actions/[email protected].3
3838
with:
3939
node-version-file: '.nvmrc'
4040
registry-url: 'https://registry.npmjs.org'

.github/workflows/release-snapshot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fetch-depth: 0
2626

2727
- name: Setup Node.js environment
28-
uses: actions/[email protected].2
28+
uses: actions/[email protected].3
2929
with:
3030
node-version-file: '.nvmrc'
3131
registry-url: 'https://registry.npmjs.org'

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
fetch-depth: 0
3131

3232
- name: Setup Node.js environment
33-
uses: actions/[email protected].2
33+
uses: actions/[email protected].3
3434
with:
3535
node-version-file: '.nvmrc'
3636
cache: 'yarn'
@@ -63,7 +63,7 @@ jobs:
6363
fetch-depth: 0
6464

6565
- name: Setup Node.js environment
66-
uses: actions/[email protected].2
66+
uses: actions/[email protected].3
6767
with:
6868
node-version-file: '.nvmrc'
6969
cache: 'yarn'

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Checkout
2727
uses: actions/checkout@v4
2828

29-
- uses: actions/[email protected].2
29+
- uses: actions/[email protected].3
3030
with:
3131
node-version-file: '.nvmrc'
3232
cache: 'yarn'

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
},
5252
"devDependencies": {
5353
"@babel/cli": "^7.20.7",
54-
"@babel/core": "7.24.7",
55-
"@babel/preset-env": "7.24.7",
54+
"@babel/core": "7.24.9",
55+
"@babel/preset-env": "7.24.8",
5656
"@babel/preset-react": "7.24.7",
5757
"@babel/preset-typescript": "7.24.7",
5858
"@cypress/code-coverage": "^3.10.0",
@@ -69,7 +69,7 @@
6969
"@vitejs/plugin-react": "^4.2.0",
7070
"chromatic": "^11.0.0",
7171
"cssnano": "^7.0.0",
72-
"cypress": "13.13.0",
72+
"cypress": "13.13.1",
7373
"cypress-real-events": "^1.8.1",
7474
"dedent": "^1.0.0",
7575
"eslint": "^8.35.0",

0 commit comments

Comments
 (0)