Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 24, 2023
1 parent d3b6799 commit b783939
Show file tree
Hide file tree
Showing 7 changed files with 338 additions and 343 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: setup node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18.6.0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/start-agents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: setup node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18.6.0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/start-nx-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fetch-depth: 0

- name: setup node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18.6.0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stop-nx-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: setup node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18.6.0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fetch-depth: 0

- name: setup node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18.6.0

Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,18 @@
"devDependencies": {
"@antfu/eslint-config": "^0.43.0",
"@changesets/cli": "^2.22.0",
"@commitlint/cli": "^17.0.0",
"@commitlint/config-conventional": "^17.0.0",
"@nrwl/tao": "17.0.0",
"@nx/cypress": "17.0.0",
"@nx/workspace": "17.0.0",
"@commitlint/cli": "^18.0.0",
"@commitlint/config-conventional": "^18.0.0",
"@nrwl/tao": "17.0.1",
"@nx/cypress": "17.0.1",
"@nx/workspace": "17.0.1",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-typescript": "^11.0.0",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.8",
"@types/node": "^18.0.0",
"@types/node": "^20.0.0",
"@types/rollup-plugin-auto-external": "^2.0.2",
"@vitejs/plugin-react": "^4.0.0",
"@vitejs/plugin-vue": "^4.0.0",
Expand All @@ -60,7 +60,7 @@
"husky": "^8.0.0",
"jsdom": "^22.0.0",
"lint-staged": "^15.0.0",
"nx": "17.0.0",
"nx": "17.0.1",
"pathe": "^1.0.0",
"postcss": "^8.4.31",
"rimraf": "^5.0.0",
Expand Down
Loading

0 comments on commit b783939

Please sign in to comment.