Skip to content

Commit 6f29e5c

Browse files
chore(deps): update all non-major dependency bump
1 parent 57e6edb commit 6f29e5c

6 files changed

Lines changed: 1989 additions & 1692 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
node-version: [16]
1313
steps:
14-
- uses: google-github-actions/release-please-action@v3.7.11
14+
- uses: google-github-actions/release-please-action@v3.7.13
1515
id: release
1616
with:
1717
command: manifest

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"devDependencies": {
4545
"@commitlint/cli": "17.7.1",
4646
"@commitlint/config-conventional": "17.7.0",
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.62.0",
5050
"@typescript-eslint/parser": "5.62.0",
@@ -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",
81-
"textlint-rule-stop-words": "3.0.1",
82-
"textlint-rule-terminology": "3.0.2",
81+
"textlint-rule-stop-words": "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.9.5"

packages/core/package.json

Lines changed: 1 addition & 1 deletion
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

Lines changed: 9 additions & 9 deletions
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-rc.2",
50+
"@vuepress/plugin-active-header-links": "2.0.0-rc.14",
51+
"@vuepress/plugin-docsearch": "2.0.0-rc.0",
52+
"@vuepress/plugin-pwa": "2.0.0-rc.14",
53+
"@vuepress/plugin-pwa-popup": "2.0.0-rc.14",
54+
"@vuepress/plugin-register-components": "2.0.0-rc.14",
55+
"@vuepress/theme-default": "2.0.0-rc.14",
5656
"vue": "3.3.4",
57-
"vue-router": "4.2.4",
58-
"vuepress": "2.0.0-beta.49",
57+
"vue-router": "4.2.5",
58+
"vuepress": "2.0.0-rc.7",
5959
"vuepress-plugin-clean-urls": "1.1.2",
6060
"vuepress-plugin-seo": "0.2.0"
6161
}

packages/vue/package.json

Lines changed: 5 additions & 5 deletions
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",
77-
"@vue/test-utils": "2.4.1",
76+
"@vue/eslint-config-typescript": "11.0.3",
77+
"@vue/test-utils": "2.4.4",
7878
"core-js": "3.32.1",
7979
"eslint-plugin-vue": "9.17.0",
80-
"vue": "2.7.8",
81-
"vue-demi": "0.14.6",
82-
"vue-template-compiler": "2.7.8",
80+
"vue": "2.7.16",
81+
"vue-demi": "0.14.7",
82+
"vue-template-compiler": "2.7.16",
8383
"vue3": "npm:vue@3.3.4"
8484
},
8585
"peerDependencies": {

0 commit comments

Comments
 (0)