Skip to content

Commit 4cf38e1

Browse files
chore(deps): update all dependencies (#1312)
1 parent dcccd62 commit 4cf38e1

File tree

7 files changed

+150
-150
lines changed

7 files changed

+150
-150
lines changed

Diff for: .github/workflows/release-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
node-version: 20.11.0
2323

24-
- uses: pnpm/action-setup@v3.0.0
24+
- uses: pnpm/action-setup@v4.0.0
2525
with:
2626
version: latest
2727
run_install: false

Diff for: .github/workflows/start-agents.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
node-version: 20.11.0
2020

21-
- uses: pnpm/action-setup@v3.0.0
21+
- uses: pnpm/action-setup@v4.0.0
2222
with:
2323
version: latest
2424
run_install: false

Diff for: .github/workflows/start-nx-cloud.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
node-version: 20.11.0
1919

20-
- uses: pnpm/action-setup@v3.0.0
20+
- uses: pnpm/action-setup@v4.0.0
2121
with:
2222
version: latest
2323
run_install: false

Diff for: .github/workflows/stop-nx-cloud.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
node-version: 20.11.0
1515

16-
- uses: pnpm/action-setup@v3.0.0
16+
- uses: pnpm/action-setup@v4.0.0
1717
with:
1818
version: latest
1919
run_install: false

Diff for: .github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
node-version: 20.11.0
2727

28-
- uses: pnpm/action-setup@v3.0.0
28+
- uses: pnpm/action-setup@v4.0.0
2929
with:
3030
version: latest
3131
run_install: false
@@ -64,7 +64,7 @@ jobs:
6464
with:
6565
fetch-depth: 0
6666

67-
- uses: pnpm/action-setup@v3.0.0
67+
- uses: pnpm/action-setup@v4.0.0
6868
with:
6969
version: latest
7070
run_install: false

Diff for: package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@
3636
"@commitlint/cli": "^19.0.0",
3737
"@commitlint/config-conventional": "^19.0.0",
3838
"@eslint-react/eslint-plugin": "^1.5.10",
39-
"@nrwl/tao": "19.0.0",
40-
"@nx/cypress": "19.0.0",
41-
"@nx/storybook": "19.0.0",
42-
"@nx/web": "19.0.0",
43-
"@nx/workspace": "19.0.0",
39+
"@nrwl/tao": "19.0.1",
40+
"@nx/cypress": "19.0.1",
41+
"@nx/storybook": "19.0.1",
42+
"@nx/web": "19.0.1",
43+
"@nx/workspace": "19.0.1",
4444
"@rollup/plugin-commonjs": "^25.0.0",
4545
"@rollup/plugin-json": "^6.0.0",
4646
"@rollup/plugin-node-resolve": "^15.0.0",
@@ -70,7 +70,7 @@
7070
"husky": "^9.0.10",
7171
"jsdom": "^24.0.0",
7272
"lint-staged": "^15.0.0",
73-
"nx": "19.0.0",
73+
"nx": "19.0.1",
7474
"pathe": "^1.0.0",
7575
"postcss": "^8.4.31",
7676
"rimraf": "^5.0.0",

0 commit comments

Comments
 (0)