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] authored Aug 20, 2024
1 parent 784f617 commit 36c4944
Show file tree
Hide file tree
Showing 13 changed files with 9,118 additions and 9,217 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
6 changes: 3 additions & 3 deletions apps/docs/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
"@storefront-ui/typography": "^2.6.1",
"@storefront-ui/vue": "^2.6.4",
"@tailwindcss/typography": "^0.5.13",
"@vueuse/integrations": "^10.11.0",
"@vueuse/nuxt": "^10.11.0",
"@vueuse/integrations": "^11.0.0",
"@vueuse/nuxt": "^11.0.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
4 changes: 2 additions & 2 deletions apps/preview/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@
"@storefront-ui/vue": "workspace:*",
"@tailwindcss/typography": "^0.5.13",
"@types/lodash-es": "^4.17.12",
"@vueuse/core": "^10.11.0",
"@vueuse/core": "^11.0.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.34.0",
"eslint-plugin-nuxt": "^4.0.0",
"nuxt": "^3.12.4",
"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
8 changes: 4 additions & 4 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 @@ -77,14 +77,14 @@
"turbo": "^2.0.9",
"typescript": "^5.5.4",
"unified": "^11.0.5",
"wait-on": "^7.0.1"
"wait-on": "^8.0.0"
},
"engines": {
"npm": ">=8.19.1",
"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
4 changes: 2 additions & 2 deletions packages/sfui/frameworks/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
"eslint": "^8.34.0",
"prettier": "^3.0.0",
"vite": "^5.3.5",
"vite-plugin-dts": "^3.9.1",
"vite-tsconfig-paths": "^4.3.2"
"vite-plugin-dts": "^4.0.0",
"vite-tsconfig-paths": "^5.0.0"
},
"peerDependencies": {
"react": "^18.3.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/sfui/frameworks/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@floating-ui/vue": "^1.0.6",
"@storefront-ui/shared": "workspace:*",
"@storefront-ui/tailwind-config": "workspace:*",
"@vueuse/core": "^10.11.0",
"@vueuse/core": "^11.0.0",
"jw-paginate": "^1.0.4",
"tabbable": "^6.1.1"
},
Expand All @@ -56,8 +56,8 @@
"eslint": "^8.34.0",
"prettier": "^3.0.0",
"vite": "^5.3.5",
"vite-plugin-dts": "^3.9.1",
"vite-tsconfig-paths": "^4.3.2",
"vite-plugin-dts": "^4.0.0",
"vite-tsconfig-paths": "^5.0.0",
"vue-tsc": "^2.0.29"
},
"peerDependencies": {
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 36c4944

Please sign in to comment.