Skip to content

Commit

Permalink
chore(deps): update all minor dependency bump
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 6, 2024
1 parent 57e6edb commit 35fc153
Show file tree
Hide file tree
Showing 5 changed files with 597 additions and 429 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"url": "https://github.com/FRSource/tiny-carousel/issues"
},
"devDependencies": {
"@commitlint/cli": "17.7.1",
"@commitlint/config-conventional": "17.7.0",
"@commitlint/cli": "17.8.1",
"@commitlint/config-conventional": "17.8.1",
"@textlint-rule/textlint-rule-no-unmatched-pair": "1.0.8",
"@types/jest": "27.5.2",
"@typescript-eslint/eslint-plugin": "5.62.0",
Expand All @@ -63,7 +63,7 @@
"postcss-import": "14.1.0",
"postcss-reporter": "7.0.5",
"rimraf": "3.0.2",
"sass": "1.66.1",
"sass": "1.77.8",
"stylelint": "15.10.3",
"stylelint-config-sass-guidelines": "9.0.1",
"textlint": "12.6.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
"@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",
"vue": "3.3.4",
"vue-router": "4.2.4",
"vue": "3.4.36",
"vue-router": "4.4.3",
"vuepress": "2.0.0-beta.49",
"vuepress-plugin-clean-urls": "1.1.2",
"vuepress-plugin-seo": "0.2.0"
Expand Down
10 changes: 5 additions & 5 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
"access": "public"
},
"devDependencies": {
"@babel/plugin-syntax-flow": "7.22.5",
"@babel/plugin-transform-react-jsx": "7.22.5",
"@babel/plugin-syntax-flow": "7.24.7",
"@babel/plugin-transform-react-jsx": "7.25.2",
"@frsource/tiny-carousel-core": "^0.10.2",
"@frsource/tiny-carousel-utils": "^0.6.0",
"@frsource/tiny-carousel-plugin-autoplay": "^0.4.5",
Expand All @@ -66,7 +66,7 @@
"@testing-library/dom": "8.20.1",
"@testing-library/jest-dom": "5.17.0",
"@testing-library/react": "13.4.0",
"@testing-library/user-event": "14.4.3",
"@testing-library/user-event": "14.5.2",
"@types/node": "17.0.45",
"@types/react": "18.2.52",
"@types/react-dom": "18.2.18",
Expand All @@ -78,8 +78,8 @@
"eslint-config-react-app": "7.0.1",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-testing-library": "5.11.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-scripts": "5.0.1",
"web-vitals": "2.1.4"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,12 @@
"@vue/cli-service": "4.5.19",
"@vue/eslint-config-typescript": "11.0.0",
"@vue/test-utils": "2.4.1",
"core-js": "3.32.1",
"core-js": "3.38.0",
"eslint-plugin-vue": "9.17.0",
"vue": "2.7.8",
"vue-demi": "0.14.6",
"vue-template-compiler": "2.7.8",
"vue3": "npm:vue@3.3.4"
"vue3": "npm:vue@3.4.36"
},
"peerDependencies": {
"@frsource/tiny-carousel-core": "^0.10.0",
Expand Down
Loading

0 comments on commit 35fc153

Please sign in to comment.