Skip to content

Commit d2e7bfb

Browse files
chore(deps): update all non-major dependency bump
1 parent 2d61e45 commit d2e7bfb

File tree

7 files changed

+1794
-1878
lines changed

7 files changed

+1794
-1878
lines changed

.github/workflows/release.yml

+1-1
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/[email protected].11
14+
- uses: google-github-actions/[email protected].12
1515
id: release
1616
with:
1717
command: manifest

package.json

+6-6
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

+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

+10-10
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",
56-
"vue": "3.3.4",
57-
"vue-router": "4.2.4",
58-
"vuepress": "2.0.0-beta.49",
49+
"@vuepress/client": "2.0.0-beta.67",
50+
"@vuepress/plugin-active-header-links": "2.0.0-beta.67",
51+
"@vuepress/plugin-docsearch": "2.0.0-beta.67",
52+
"@vuepress/plugin-pwa": "2.0.0-beta.67",
53+
"@vuepress/plugin-pwa-popup": "2.0.0-beta.67",
54+
"@vuepress/plugin-register-components": "2.0.0-beta.67",
55+
"@vuepress/theme-default": "2.0.0-beta.67",
56+
"vue": "3.3.6",
57+
"vue-router": "4.2.5",
58+
"vuepress": "2.0.0-beta.67",
5959
"vuepress-plugin-clean-urls": "1.1.2",
6060
"vuepress-plugin-seo": "0.2.0"
6161
}

packages/react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
},
5858
"devDependencies": {
5959
"@babel/plugin-syntax-flow": "7.22.5",
60-
"@babel/plugin-transform-react-jsx": "7.22.5",
60+
"@babel/plugin-transform-react-jsx": "7.22.15",
6161
"@frsource/tiny-carousel-core": "^0.10.2",
6262
"@frsource/tiny-carousel-utils": "^0.6.0",
6363
"@frsource/tiny-carousel-plugin-autoplay": "^0.4.5",
@@ -70,7 +70,7 @@
7070
"@types/node": "17.0.45",
7171
"@types/react": "18.2.21",
7272
"@types/react-dom": "18.2.7",
73-
"@babel/eslint-parser": "7.22.11",
73+
"@babel/eslint-parser": "7.22.15",
7474
"eslint-plugin-flowtype": "8.0.3",
7575
"eslint-plugin-import": "2.28.1",
7676
"eslint-plugin-jsx-a11y": "6.7.1",

packages/vue/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,14 @@
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.4.1",
7878
"core-js": "3.32.1",
7979
"eslint-plugin-vue": "9.17.0",
80-
"vue": "2.7.8",
80+
"vue": "2.7.14",
8181
"vue-demi": "0.14.6",
82-
"vue-template-compiler": "2.7.8",
83-
"vue3": "npm:[email protected].4"
82+
"vue-template-compiler": "2.7.14",
83+
"vue3": "npm:[email protected].6"
8484
},
8585
"peerDependencies": {
8686
"@frsource/tiny-carousel-core": "^0.10.0",

0 commit comments

Comments
 (0)