Skip to content

Commit a3ed746

Browse files
chore(deps): update all minor dependency bump
1 parent 57e6edb commit a3ed746

File tree

5 files changed

+509
-412
lines changed

5 files changed

+509
-412
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
"url": "https://github.com/FRSource/tiny-carousel/issues"
4343
},
4444
"devDependencies": {
45-
"@commitlint/cli": "17.7.1",
46-
"@commitlint/config-conventional": "17.7.0",
45+
"@commitlint/cli": "17.8.1",
46+
"@commitlint/config-conventional": "17.8.1",
4747
"@textlint-rule/textlint-rule-no-unmatched-pair": "1.0.8",
4848
"@types/jest": "27.5.2",
4949
"@typescript-eslint/eslint-plugin": "5.62.0",
@@ -63,7 +63,7 @@
6363
"postcss-import": "14.1.0",
6464
"postcss-reporter": "7.0.5",
6565
"rimraf": "3.0.2",
66-
"sass": "1.66.1",
66+
"sass": "1.76.0",
6767
"stylelint": "15.10.3",
6868
"stylelint-config-sass-guidelines": "9.0.1",
6969
"textlint": "12.6.1",

packages/docs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
"@vuepress/plugin-pwa-popup": "2.0.0-beta.49",
5454
"@vuepress/plugin-register-components": "2.0.0-beta.49",
5555
"@vuepress/theme-default": "2.0.0-beta.49",
56-
"vue": "3.3.4",
57-
"vue-router": "4.2.4",
56+
"vue": "3.4.27",
57+
"vue-router": "4.3.2",
5858
"vuepress": "2.0.0-beta.49",
5959
"vuepress-plugin-clean-urls": "1.1.2",
6060
"vuepress-plugin-seo": "0.2.0"

packages/react/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
"access": "public"
5757
},
5858
"devDependencies": {
59-
"@babel/plugin-syntax-flow": "7.22.5",
60-
"@babel/plugin-transform-react-jsx": "7.22.5",
59+
"@babel/plugin-syntax-flow": "7.24.1",
60+
"@babel/plugin-transform-react-jsx": "7.23.4",
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",
@@ -78,8 +78,8 @@
7878
"eslint-config-react-app": "7.0.1",
7979
"eslint-plugin-react-hooks": "4.6.0",
8080
"eslint-plugin-testing-library": "5.11.1",
81-
"react": "18.2.0",
82-
"react-dom": "18.2.0",
81+
"react": "18.3.1",
82+
"react-dom": "18.3.1",
8383
"react-scripts": "5.0.1",
8484
"web-vitals": "2.1.4"
8585
},

packages/vue/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,12 @@
7575
"@vue/cli-service": "4.5.19",
7676
"@vue/eslint-config-typescript": "11.0.0",
7777
"@vue/test-utils": "2.4.1",
78-
"core-js": "3.32.1",
78+
"core-js": "3.37.0",
7979
"eslint-plugin-vue": "9.17.0",
8080
"vue": "2.7.8",
8181
"vue-demi": "0.14.6",
8282
"vue-template-compiler": "2.7.8",
83-
"vue3": "npm:vue@3.3.4"
83+
"vue3": "npm:vue@3.4.27"
8484
},
8585
"peerDependencies": {
8686
"@frsource/tiny-carousel-core": "^0.10.0",

0 commit comments

Comments
 (0)