Skip to content

Commit

Permalink
chore(deps): update all non-major dependency bump
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 26, 2023
1 parent 4e31cd6 commit a4c3030
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3
with:
persist-credentials: false
- uses: pnpm/[email protected].2
- uses: pnpm/[email protected].4
with:
version: 7
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
node-version: [16]
steps:
- uses: actions/checkout@v3
- uses: pnpm/[email protected].2
- uses: pnpm/[email protected].4
with:
version: 7
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v3
- name: Setup npmrc
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
- uses: pnpm/[email protected].2
- uses: pnpm/[email protected].4
if: ${{ steps.release.outputs.releases_created }}
with:
version: 7
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
node-version: [16]
steps:
- uses: actions/checkout@v3
- uses: pnpm/[email protected].2
- uses: pnpm/[email protected].4
with:
version: 7
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"devDependencies": {
"@commitlint/cli": "17.0.3",
"@commitlint/config-conventional": "17.0.3",
"@textlint-rule/textlint-rule-no-unmatched-pair": "1.0.8",
"@textlint-rule/textlint-rule-no-unmatched-pair": "1.0.9",
"@types/jest": "27.5.2",
"@typescript-eslint/eslint-plugin": "5.59.11",
"@typescript-eslint/parser": "5.59.11",
Expand All @@ -56,10 +56,10 @@
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-jest": "26.9.0",
"eslint-plugin-monorepo": "0.3.2",
"husky": "8.0.1",
"husky": "8.0.3",
"identity-obj-proxy": "3.0.0",
"jest": "27.5.1",
"microbundle": "0.15.0",
"microbundle": "0.15.1",
"postcss-import": "14.1.0",
"postcss-reporter": "7.0.5",
"rimraf": "3.0.2",
Expand All @@ -76,10 +76,10 @@
"textlint-rule-no-empty-section": "1.1.0",
"textlint-rule-no-start-duplicated-conjunction": "2.0.2",
"textlint-rule-no-todo": "2.0.1",
"textlint-rule-period-in-list-item": "0.3.2",
"textlint-rule-period-in-list-item": "0.3.3",
"textlint-rule-spelling": "0.3.0",
"textlint-rule-stop-words": "3.0.1",
"textlint-rule-terminology": "3.0.2",
"textlint-rule-terminology": "3.0.5",
"textlint-rule-unexpanded-acronym": "1.2.4",
"ts-jest": "27.1.5",
"typescript": "4.7.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@
"@frsource/frs-hide-scrollbar": "^2.0.5"
},
"devDependencies": {
"@frsource/frs-hide-scrollbar": "2.0.7"
"@frsource/frs-hide-scrollbar": "2.0.14"
}
}
16 changes: 8 additions & 8 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,16 @@
"@frsource/tiny-carousel-utils": "^0.6.0"
},
"devDependencies": {
"@vuepress/client": "2.0.0-beta.49",
"@vuepress/plugin-active-header-links": "2.0.0-beta.49",
"@vuepress/plugin-docsearch": "2.0.0-beta.49",
"@vuepress/plugin-pwa": "2.0.0-beta.49",
"@vuepress/plugin-pwa-popup": "2.0.0-beta.49",
"@vuepress/plugin-register-components": "2.0.0-beta.49",
"@vuepress/theme-default": "2.0.0-beta.49",
"@vuepress/client": "2.0.0-beta.50-pre.1",
"@vuepress/plugin-active-header-links": "2.0.0-beta.50-pre.1",
"@vuepress/plugin-docsearch": "2.0.0-beta.50-pre.1",
"@vuepress/plugin-pwa": "2.0.0-beta.50-pre.1",
"@vuepress/plugin-pwa-popup": "2.0.0-beta.50-pre.1",
"@vuepress/plugin-register-components": "2.0.0-beta.50-pre.1",
"@vuepress/theme-default": "2.0.0-beta.50-pre.1",
"vue": "3.2.37",
"vue-router": "4.1.2",
"vuepress": "2.0.0-beta.49",
"vuepress": "2.0.0-beta.50-pre.1",
"vuepress-plugin-clean-urls": "1.1.2",
"vuepress-plugin-seo": "0.2.0"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,13 @@
"@vue/cli-plugin-typescript": "4.5.19",
"@vue/cli-plugin-unit-jest": "4.5.19",
"@vue/cli-service": "4.5.19",
"@vue/eslint-config-typescript": "11.0.0",
"@vue/eslint-config-typescript": "11.0.3",
"@vue/test-utils": "2.0.2",
"core-js": "3.23.4",
"eslint-plugin-vue": "9.15.0",
"vue": "2.7.8",
"vue": "2.7.14",
"vue-demi": "0.13.4",
"vue-template-compiler": "2.7.8",
"vue-template-compiler": "2.7.14",
"vue3": "npm:[email protected]"
},
"peerDependencies": {
Expand Down

0 comments on commit a4c3030

Please sign in to comment.