Skip to content

Commit

Permalink
chore(deps): ⬆️ Update all major dependency bump
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 7, 2024
1 parent 784f617 commit 6995d0b
Show file tree
Hide file tree
Showing 13 changed files with 9,052 additions and 9,180 deletions.
875 changes: 0 additions & 875 deletions .yarn/releases/yarn-3.8.3.cjs

This file was deleted.

925 changes: 925 additions & 0 deletions .yarn/releases/yarn-4.4.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: '@yarnpkg/plugin-workspace-tools'

yarnPath: .yarn/releases/yarn-3.8.3.cjs
yarnPath: .yarn/releases/yarn-4.4.0.cjs
2 changes: 1 addition & 1 deletion apps/docs/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@vueuse/integrations": "^10.11.0",
"@vueuse/nuxt": "^10.11.0",
"focus-trap": "^7.5.4",
"marked": "^13.0.3",
"marked": "^14.0.0",
"nuxt-content-assets": "^1.4.3",
"nuxt-icon": "^0.6.10",
"sf-docs-base": "^1.3.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/preview/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"postcss": "^8.4.21",
"prettier": "^3.0.0",
"sass": "^1.77.8",
"sass-loader": "^14.2.1"
"sass-loader": "^16.0.0"
},
"dependencies": {
"@storefront-ui/preview-shared": "workspace:^",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.26.1",
"@commitlint/cli": "^17.0.0",
"@commitlint/config-conventional": "^17.0.0",
"@commitlint/cli": "^19.0.0",
"@commitlint/config-conventional": "^19.0.0",
"@frsource/frs-replace": "^4.1.1",
"@octokit/core": "^6.1.2",
"@storefront-ui/typescript-config": "workspace:*",
Expand All @@ -84,7 +84,7 @@
"yarn": ">=1.22.19",
"node": ">=16.0.0"
},
"packageManager": "yarn@3.8.3",
"packageManager": "yarn@4.4.0",
"config": {
"commitizen": {
"path": "cz-conventional-changelog",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"devDependencies": {
"typescript": "^5.5.4",
"vite": "^5.3.5",
"vite-plugin-dts": "^3.9.1"
"vite-plugin-dts": "^4.0.0"
},
"dependencies": {
"@mertasan/tailwindcss-variables": "^2.5.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/sfui/frameworks/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"eslint": "^8.34.0",
"prettier": "^3.0.0",
"vite": "^5.3.5",
"vite-plugin-dts": "^3.9.1",
"vite-plugin-dts": "^4.0.0",
"vite-tsconfig-paths": "^4.3.2"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sfui/frameworks/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"eslint": "^8.34.0",
"prettier": "^3.0.0",
"vite": "^5.3.5",
"vite-plugin-dts": "^3.9.1",
"vite-plugin-dts": "^4.0.0",
"vite-tsconfig-paths": "^4.3.2",
"vue-tsc": "^2.0.29"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/sfui/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"tabbable": "^6.1.1",
"typescript": "^5.5.4",
"vite": "^5.3.5",
"vite-plugin-dts": "^3.9.1",
"vite-plugin-dts": "^4.0.0",
"vue-tsc": "^2.0.29"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sfui/tw-plugin-peer-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"devDependencies": {
"typescript": "^5.5.4",
"vite": "^5.3.5",
"vite-plugin-dts": "^3.9.1"
"vite-plugin-dts": "^4.0.0"
},
"peerDependencies": {
"tailwindcss": ">=3.0.0 || >= 3.0.0-alpha.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/sfui/typography/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"devDependencies": {
"typescript": "^5.5.4",
"vite": "^5.3.5",
"vite-plugin-dts": "^3.9.1"
"vite-plugin-dts": "^4.0.0"
},
"peerDependencies": {
"tailwindcss": ">=3.0.0 || >= 3.0.0-alpha.1"
Expand Down
Loading

0 comments on commit 6995d0b

Please sign in to comment.