Skip to content

Commit ed14eec

Browse files
chore(deps): update all non-major dependency bump
1 parent ff89899 commit ed14eec

File tree

9 files changed

+1875
-880
lines changed

9 files changed

+1875
-880
lines changed

.github/workflows/deploy-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v3
1616
with:
1717
persist-credentials: false
18-
- uses: pnpm/[email protected].2
18+
- uses: pnpm/[email protected].4
1919
with:
2020
version: 7
2121
- name: Use Node.js ${{ matrix.node-version }}

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
node-version: [16]
1616
steps:
1717
- uses: actions/checkout@v3
18-
- uses: pnpm/[email protected].2
18+
- uses: pnpm/[email protected].4
1919
with:
2020
version: 7
2121
- name: Use Node.js ${{ matrix.node-version }}

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v3
2424
- name: Setup npmrc
2525
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
26-
- uses: pnpm/[email protected].2
26+
- uses: pnpm/[email protected].4
2727
if: ${{ steps.release.outputs.releases_created }}
2828
with:
2929
version: 7

.github/workflows/test-coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
node-version: [16]
1616
steps:
1717
- uses: actions/checkout@v3
18-
- uses: pnpm/[email protected].2
18+
- uses: pnpm/[email protected].4
1919
with:
2020
version: 7
2121
- name: Use Node.js ${{ matrix.node-version }}

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"devDependencies": {
4545
"@commitlint/cli": "17.0.3",
4646
"@commitlint/config-conventional": "17.0.3",
47-
"@textlint-rule/textlint-rule-no-unmatched-pair": "1.0.8",
47+
"@textlint-rule/textlint-rule-no-unmatched-pair": "1.0.9",
4848
"@types/jest": "27.5.2",
4949
"@typescript-eslint/eslint-plugin": "5.60.1",
5050
"@typescript-eslint/parser": "5.60.1",
@@ -56,10 +56,10 @@
5656
"eslint-plugin-eslint-comments": "3.2.0",
5757
"eslint-plugin-jest": "26.9.0",
5858
"eslint-plugin-monorepo": "0.3.2",
59-
"husky": "8.0.1",
59+
"husky": "8.0.3",
6060
"identity-obj-proxy": "3.0.0",
6161
"jest": "27.5.1",
62-
"microbundle": "0.15.0",
62+
"microbundle": "0.15.1",
6363
"postcss-import": "14.1.0",
6464
"postcss-reporter": "7.0.5",
6565
"rimraf": "3.0.2",
@@ -76,10 +76,10 @@
7676
"textlint-rule-no-empty-section": "1.1.0",
7777
"textlint-rule-no-start-duplicated-conjunction": "2.0.2",
7878
"textlint-rule-no-todo": "2.0.1",
79-
"textlint-rule-period-in-list-item": "0.3.2",
79+
"textlint-rule-period-in-list-item": "0.3.3",
8080
"textlint-rule-spelling": "0.3.0",
8181
"textlint-rule-stop-words": "3.0.1",
82-
"textlint-rule-terminology": "3.0.2",
82+
"textlint-rule-terminology": "3.0.5",
8383
"textlint-rule-unexpanded-acronym": "1.2.4",
8484
"ts-jest": "27.1.5",
8585
"typescript": "4.7.4"

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@
6464
"@frsource/frs-hide-scrollbar": "^2.0.5"
6565
},
6666
"devDependencies": {
67-
"@frsource/frs-hide-scrollbar": "2.0.7"
67+
"@frsource/frs-hide-scrollbar": "2.0.14"
6868
}
6969
}

packages/docs/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,16 @@
4646
"@frsource/tiny-carousel-utils": "^0.6.0"
4747
},
4848
"devDependencies": {
49-
"@vuepress/client": "2.0.0-beta.49",
50-
"@vuepress/plugin-active-header-links": "2.0.0-beta.49",
51-
"@vuepress/plugin-docsearch": "2.0.0-beta.49",
52-
"@vuepress/plugin-pwa": "2.0.0-beta.49",
53-
"@vuepress/plugin-pwa-popup": "2.0.0-beta.49",
54-
"@vuepress/plugin-register-components": "2.0.0-beta.49",
55-
"@vuepress/theme-default": "2.0.0-beta.49",
49+
"@vuepress/client": "2.0.0-beta.66",
50+
"@vuepress/plugin-active-header-links": "2.0.0-beta.66",
51+
"@vuepress/plugin-docsearch": "2.0.0-beta.66",
52+
"@vuepress/plugin-pwa": "2.0.0-beta.66",
53+
"@vuepress/plugin-pwa-popup": "2.0.0-beta.66",
54+
"@vuepress/plugin-register-components": "2.0.0-beta.66",
55+
"@vuepress/theme-default": "2.0.0-beta.66",
5656
"vue": "3.2.37",
5757
"vue-router": "4.1.2",
58-
"vuepress": "2.0.0-beta.49",
58+
"vuepress": "2.0.0-beta.66",
5959
"vuepress-plugin-clean-urls": "1.1.2",
6060
"vuepress-plugin-seo": "0.2.0"
6161
}

packages/vue/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,13 @@
7373
"@vue/cli-plugin-typescript": "4.5.19",
7474
"@vue/cli-plugin-unit-jest": "4.5.19",
7575
"@vue/cli-service": "4.5.19",
76-
"@vue/eslint-config-typescript": "11.0.0",
76+
"@vue/eslint-config-typescript": "11.0.3",
7777
"@vue/test-utils": "2.0.2",
7878
"core-js": "3.23.4",
7979
"eslint-plugin-vue": "9.15.1",
80-
"vue": "2.7.8",
80+
"vue": "2.7.14",
8181
"vue-demi": "0.13.4",
82-
"vue-template-compiler": "2.7.8",
82+
"vue-template-compiler": "2.7.14",
8383
"vue3": "npm:[email protected]"
8484
},
8585
"peerDependencies": {

0 commit comments

Comments
 (0)