Skip to content

Commit

Permalink
chore: up dependencies (#3215)
Browse files Browse the repository at this point in the history
  • Loading branch information
Szymon-dziewonski authored Jul 29, 2024
1 parent 30482ca commit d4efc37
Show file tree
Hide file tree
Showing 16 changed files with 2,551 additions and 1,575 deletions.
9 changes: 4 additions & 5 deletions apps/docs/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@microsoft/api-documenter": "^7.24.2",
"@microsoft/api-extractor": "7.44.1",
"@types/node": "^20.12.7",
"nuxt": "^3.11.2",
"nuxt": "^3.12.4",
"nuxt-gtag": "^2.0.5"
},
"dependencies": {
Expand All @@ -30,16 +30,15 @@
"@storefront-ui/typography": "^2.6.1",
"@storefront-ui/vue": "^2.6.4",
"@tailwindcss/typography": "^0.5.13",
"@vueuse/integrations": "^10.9.0",
"@vueuse/nuxt": "^10.9.0",
"@vueuse/integrations": "^10.11.0",
"@vueuse/nuxt": "^10.11.0",
"focus-trap": "^7.5.4",
"marked": "^12.0.2",
"nuxt-content-assets": "^1.4.3",
"nuxt-icon": "^0.6.10",
"sf-docs-base": "^1.2.6",
"unstorage": "^1.10.1",
"vite-svg-loader": "^5.1.0",
"vue": "^3.4.27"
"vite-svg-loader": "^5.1.0"
},
"resolutions": {
"@storefront-ui/eslint-config": "workspace:*",
Expand Down
8 changes: 4 additions & 4 deletions apps/preview/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"@storefront-ui/preview-shared": "workspace:*",
"classnames": "^2.5.1",
"lodash-es": "^4.17.21",
"next": "^14.2.3",
"next": "^14.2.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-transition-group": "^4.4.5",
"react-use": "^17.5.0",
"react-use": "^17.5.1",
"swr": "^2.2.5"
},
"devDependencies": {
Expand All @@ -38,9 +38,9 @@
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/react-transition-group": "^4.4.5",
"glob-promise": "^6.0.2",
"glob-promise": "^6.0.7",
"prettier": "^3.0.0",
"rimraf": "^5.0.0",
"rimraf": "^6.0.1",
"string-replace-loader": "^3.1.0",
"tailwindcss": "^3.4.3",
"ts-loader": "^9.4.2"
Expand Down
6 changes: 3 additions & 3 deletions apps/preview/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
"@storefront-ui/vue": "workspace:*",
"@tailwindcss/typography": "^0.5.13",
"@types/lodash-es": "^4.17.12",
"@vueuse/core": "^10.9.0",
"@vueuse/core": "^10.11.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.34.0",
"eslint-plugin-nuxt": "^4.0.0",
"nuxt": "^3.11.2",
"nuxt": "^3.12.4",
"postcss": "^8.4.21",
"prettier": "^3.0.0",
"sass": "^1.75.0",
"sass": "^1.77.8",
"sass-loader": "^14.2.1"
},
"dependencies": {
Expand Down
8 changes: 4 additions & 4 deletions apps/test/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@tailwindcss/typography": "^0.5.13",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^4.3.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.19",
"chokidar-cli": "^3.0.0",
"concurrently": "^8.2.2",
Expand All @@ -47,10 +47,10 @@
"nyc": "^15.1.0",
"postcss": "^8.4.21",
"postcss-import": "^15.1.0",
"rimraf": "^5.0.0",
"rimraf": "^6.0.1",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"vite": "^5.2.1",
"typescript": "^5.5.4",
"vite": "^5.3.5",
"vite-plugin-istanbul": "^4.0.1"
}
}
12 changes: 6 additions & 6 deletions apps/test/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@storefront-ui/vue": "workspace:*",
"@tailwindcss/typography": "^0.5.13",
"@types/node": "^20.12.7",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue": "^5.1.1",
"@vue/tsconfig": "^0.1.3",
"autoprefixer": "^10.4.19",
"chokidar-cli": "^3.0.0",
Expand All @@ -48,12 +48,12 @@
"nyc": "^15.1.0",
"postcss": "^8.4.21",
"postcss-import": "^15.1.0",
"rimraf": "^4.1.2",
"sass": "^1.75.0",
"rimraf": "^6.0.1",
"sass": "^1.77.8",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"vite": "^5.2.1",
"typescript": "^5.5.4",
"vite": "^5.3.5",
"vite-plugin-istanbul": "^4.0.0",
"vue-tsc": "^2.0.16"
"vue-tsc": "^2.0.29"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@
"prettier": "latest",
"remark-parse": "^11.0.0",
"remark-stringify": "^11.0.0",
"rimraf": "^5.0.0",
"rimraf": "^6.0.1",
"rollup-plugin-preserve-directives": "^0.4.0",
"tailwindcss": "^3.4.3",
"turbo": "^2.0.10-canary.1",
"typescript": "^5.4.5",
"unified": "^11.0.4",
"typescript": "^5.5.4",
"unified": "^11.0.5",
"wait-on": "^7.0.1"
},
"engines": {
Expand Down
11 changes: 6 additions & 5 deletions packages/config/example-style/controls.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
&--collapsed {
height: 32px;
}

.heading {
padding: 4px 10px;
flex-grow: 1;
Expand Down Expand Up @@ -105,10 +105,6 @@


.switch {
&-wrapper {
display: flex;
align-items: center;
}
position: relative;
display: inline-block;
width: 60px;
Expand All @@ -128,6 +124,11 @@
}
}

&-wrapper {
display: flex;
align-items: center;
}

.slider {
background-color: rgb(212 212 216);
position: absolute;
Expand Down
4 changes: 2 additions & 2 deletions packages/config/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"url": "https://github.com/vuestorefront/storefront-ui/issues"
},
"devDependencies": {
"typescript": "^5.4.5",
"vite": "^5.2.1",
"typescript": "^5.5.4",
"vite": "^5.3.5",
"vite-plugin-dts": "^3.9.1"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/config/tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"build:test-utils": "vite build"
},
"devDependencies": {
"typescript": "^5.4.5",
"vite": "^5.2.1",
"typescript": "^5.5.4",
"vite": "^5.3.5",
"vite-plugin-dts": "^3.9.1"
}
}
2 changes: 1 addition & 1 deletion packages/sfui/frameworks/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
"@nuxt/schema": "^3.11.2",
"@storefront-ui/eslint-config": "workspace:*",
"eslint": "^8.34.0",
"nuxt": "^3.11.2"
"nuxt": "^3.12.4"
}
}
6 changes: 3 additions & 3 deletions packages/sfui/frameworks/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,17 @@
"jw-paginate": "^1.0.4",
"react-polymorphed": "^2.1.0",
"react-transition-group": "^4.4.5",
"react-use": "^17.4.0",
"react-use": "^17.5.1",
"tabbable": "^6.1.1"
},
"devDependencies": {
"@storefront-ui/eslint-config": "workspace:*",
"@storefront-ui/tests-shared": "workspace:*",
"@vitejs/plugin-react": "^4.3.0",
"@vitejs/plugin-react": "^4.3.1",
"concurrently": "^8.2.0",
"eslint": "^8.34.0",
"prettier": "^3.0.0",
"vite": "^5.2.1",
"vite": "^5.3.5",
"vite-plugin-dts": "^3.9.1",
"vite-tsconfig-paths": "^4.3.2"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/sfui/frameworks/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,21 +44,21 @@
"@floating-ui/vue": "^1.0.6",
"@storefront-ui/shared": "workspace:*",
"@storefront-ui/tailwind-config": "workspace:*",
"@vueuse/core": "^10.9.0",
"@vueuse/core": "^10.11.0",
"jw-paginate": "^1.0.4",
"tabbable": "^6.1.1"
},
"devDependencies": {
"@storefront-ui/eslint-config": "workspace:*",
"@storefront-ui/tests-shared": "workspace:*",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue": "^5.1.1",
"concurrently": "^8.2.2",
"eslint": "^8.34.0",
"prettier": "^3.0.0",
"vite": "^5.2.1",
"vite": "^5.3.5",
"vite-plugin-dts": "^3.9.1",
"vite-tsconfig-paths": "^4.3.2",
"vue-tsc": "^2.0.16"
"vue-tsc": "^2.0.29"
},
"peerDependencies": {
"vue": "^3.4.27"
Expand Down
6 changes: 3 additions & 3 deletions packages/sfui/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
},
"devDependencies": {
"tabbable": "^6.1.1",
"typescript": "^5.4.5",
"vite": "^5.2.1",
"typescript": "^5.5.4",
"vite": "^5.3.5",
"vite-plugin-dts": "^3.9.1",
"vue-tsc": "^2.0.16"
"vue-tsc": "^2.0.29"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/sfui/tw-plugin-peer-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"build:peer-next": "vite build"
},
"devDependencies": {
"typescript": "^5.4.5",
"vite": "^5.2.1",
"typescript": "^5.5.4",
"vite": "^5.3.5",
"vite-plugin-dts": "^3.9.1"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/sfui/typography/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"build:typography": "vite build"
},
"devDependencies": {
"typescript": "^5.4.5",
"vite": "^5.2.1",
"typescript": "^5.5.4",
"vite": "^5.3.5",
"vite-plugin-dts": "^3.9.1"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit d4efc37

Please sign in to comment.