Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 26, 2024
1 parent a8f761e commit 74de114
Show file tree
Hide file tree
Showing 7 changed files with 1,357 additions and 1,520 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
path: ${{ env.CACHE_PATHS_BUILD }}
key: ${{ env.CACHE_KEY_BUILD }}

- uses: nwtgck/actions-netlify@v2.0
- uses: nwtgck/actions-netlify@v2.1
with:
publish-dir: ${{ env.PATH_BUILD_DOCS }}
production-deploy: true
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
path: ${{ env.CACHE_PATHS_BUILD }}
key: ${{ env.CACHE_KEY_BUILD }}

- uses: nwtgck/actions-netlify@v2.0
- uses: nwtgck/actions-netlify@v2.1
with:
publish-dir: ${{ env.PATH_BUILD_UI }}
production-deploy: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ runs:
using: 'composite'
steps:
- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v2.4.0

- name: Use Node.js
uses: actions/setup-node@v3
Expand Down
4 changes: 2 additions & 2 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"devDependencies": {
"@myturborepo/ui": "workspace:*",
"vitepress": "1.0.0-beta.1",
"vue": "^3.3.4"
"vitepress": "1.0.0-rc.44",
"vue": "^3.4.20"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"devDependencies": {
"@myturborepo/eslint-config-custom": "workspace:*",
"@release-it/conventional-changelog": "^5.1.1",
"release-it": "^15.10.3",
"release-it": "^15.11.0",
"turbo": "latest"
},
"engines": {
"node": ">=v18.16.0"
"node": ">=18.19.1"
},
"packageManager": "pnpm@7.32.5"
"packageManager": "pnpm@7.33.7"
}
4 changes: 2 additions & 2 deletions packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"main": "index.js",
"private": true,
"dependencies": {
"@antfu/eslint-config": "^0.39.3",
"eslint": "^8.41.0",
"@antfu/eslint-config": "^0.43.1",
"eslint": "^8.57.0",
"eslint-config-turbo": "latest"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"test": "vitest run --coverage"
},
"devDependencies": {
"@histoire/plugin-vue": "^0.16.1",
"@histoire/plugin-vue": "^0.17.12",
"@myturborepo/tsconfig": "workspace:*",
"@vitejs/plugin-vue": "^4.2.3",
"@vitest/coverage-c8": "^0.31.1",
"@vue/test-utils": "^2.3.2",
"@vitejs/plugin-vue": "^4.6.2",
"@vitest/coverage-c8": "^0.33.0",
"@vue/test-utils": "^2.4.4",
"c8": "^7.14.0",
"histoire": "^0.16.1",
"histoire": "^0.17.9",
"jsdom": "^20.0.3",
"vitest": "^0.31.1"
"vitest": "^0.34.6"
}
}

0 comments on commit 74de114

Please sign in to comment.