From 4a52bf857d8f1e5bfc22c0f117f8c73cd585e180 Mon Sep 17 00:00:00 2001 From: elevatebart Date: Mon, 6 Nov 2023 15:56:55 +0100 Subject: [PATCH] update final dependencies --- components/Alert/react/package.json | 4 +- components/Icon/react/package.json | 2 +- components/Icon/vue/package.json | 2 +- components/Spinner/react/package.json | 4 +- components/Tooltip/vue/package.json | 2 +- css/package.json | 4 +- icon-registry/package.json | 4 +- packages/eslint-plugin/package.json | 4 +- .../rollup-plugin-tailwind-keep/package.json | 4 +- test/react-app/package.json | 10 +-- test/vue-app/package.json | 10 +-- yarn.lock | 73 +++++-------------- 12 files changed, 42 insertions(+), 81 deletions(-) diff --git a/components/Alert/react/package.json b/components/Alert/react/package.json index 845953996..128f1e699 100644 --- a/components/Alert/react/package.json +++ b/components/Alert/react/package.json @@ -27,9 +27,9 @@ }, "devDependencies": { "@cypress-design/rollup-plugin-tailwind-keep": "*", - "postcss": "^8.4.28", + "postcss": "^8.4.31", "rollup-plugin-postcss": "^4.0.2", - "sass": "^1.66.1" + "sass": "^1.69.5" }, "license": "MIT" } \ No newline at end of file diff --git a/components/Icon/react/package.json b/components/Icon/react/package.json index d20d3f757..c985d6f54 100644 --- a/components/Icon/react/package.json +++ b/components/Icon/react/package.json @@ -26,7 +26,7 @@ }, "devDependencies": { "@cypress-design/rollup-plugin-tailwind-keep": "*", - "@types/lodash": "^4.14.197", + "@types/lodash": "^4.14.200", "lodash": "^4.17.21", "dedent": "^1.5.1" }, diff --git a/components/Icon/vue/package.json b/components/Icon/vue/package.json index 9c5eb9040..4ba81d10f 100644 --- a/components/Icon/vue/package.json +++ b/components/Icon/vue/package.json @@ -25,7 +25,7 @@ }, "devDependencies": { "@cypress-design/rollup-plugin-tailwind-keep": "*", - "@types/lodash": "^4.14.197", + "@types/lodash": "^4.14.200", "lodash": "^4.17.21", "dedent": "^1.5.1" }, diff --git a/components/Spinner/react/package.json b/components/Spinner/react/package.json index b282fa122..b59c3ff55 100644 --- a/components/Spinner/react/package.json +++ b/components/Spinner/react/package.json @@ -24,9 +24,9 @@ }, "devDependencies": { "@cypress-design/rollup-plugin-tailwind-keep": "*", - "postcss": "^8.4.28", + "postcss": "^8.4.31", "rollup-plugin-postcss": "^4.0.2", - "sass": "^1.66.1" + "sass": "^1.69.5" }, "license": "MIT" } \ No newline at end of file diff --git a/components/Tooltip/vue/package.json b/components/Tooltip/vue/package.json index 5debc7e93..569308176 100644 --- a/components/Tooltip/vue/package.json +++ b/components/Tooltip/vue/package.json @@ -20,7 +20,7 @@ "build:types": "yarn vue-tsc --project ./tsconfig.build.json" }, "dependencies": { - "@floating-ui/dom": "^1.5.1" + "@floating-ui/dom": "^1.5.3" }, "devDependencies": { "@cypress-design/rollup-plugin-tailwind-keep": "*" diff --git a/css/package.json b/css/package.json index e0ebd12ee..01a5a3d4a 100644 --- a/css/package.json +++ b/css/package.json @@ -37,10 +37,10 @@ "@windicss/plugin-interaction-variants": "^1.0.0", "lodash": "^4.17.21", "resolve-pkg": "^2.0.0", - "tailwindcss": "^3.3.3" + "tailwindcss": "^3.3.5" }, "devDependencies": { - "@types/lodash": "^4.14.197", + "@types/lodash": "^4.14.200", "typescript": "5.2.2", "color-string": "1.9.1" }, diff --git a/icon-registry/package.json b/icon-registry/package.json index 6f0424ed0..f93d86be3 100644 --- a/icon-registry/package.json +++ b/icon-registry/package.json @@ -25,11 +25,11 @@ "@cypress-design/css": "*" }, "devDependencies": { - "@types/lodash": "^4.14.197", + "@types/lodash": "^4.14.200", "dedent": "^1.5.1", "globby": "^13.2.2", "lodash": "^4.17.21", - "svg-to-ts": "^10.0.0", + "svg-to-ts": "^11.0.0", "wait-cli": "^1.0.0" }, "svg-to-ts": { diff --git a/packages/eslint-plugin/package.json b/packages/eslint-plugin/package.json index 783ce1514..3a1015ad2 100644 --- a/packages/eslint-plugin/package.json +++ b/packages/eslint-plugin/package.json @@ -26,8 +26,8 @@ "requireindex": "^1.2.0" }, "devDependencies": { - "eslint": "^8.48.0", - "eslint-doc-generator": "^1.4.3", + "eslint": "^8.53.0", + "eslint-doc-generator": "^1.5.4", "eslint-plugin-eslint-plugin": "^5.1.1", "eslint-plugin-node": "^11.1.0", "mocha": "^10.2.0", diff --git a/packages/rollup-plugin-tailwind-keep/package.json b/packages/rollup-plugin-tailwind-keep/package.json index 4059733b7..25d550a8a 100644 --- a/packages/rollup-plugin-tailwind-keep/package.json +++ b/packages/rollup-plugin-tailwind-keep/package.json @@ -12,7 +12,7 @@ "types": "./dist/index.d.ts", "dependencies": { "@cypress-design/css": "0.16.0", - "tailwindcss": "3.3.3", - "vite": "4.4.9" + "tailwindcss": "3.3.5", + "vite": "4.5.0" } } \ No newline at end of file diff --git a/test/react-app/package.json b/test/react-app/package.json index 43adfb1ed..0efa72f54 100644 --- a/test/react-app/package.json +++ b/test/react-app/package.json @@ -14,19 +14,19 @@ "@cypress-design/react-spinner": "*", "@cypress-design/react-tabs": "*", "@cypress-design/react-tooltip": "*", - "autoprefixer": "^10.4.15", - "postcss": "^8.4.28", + "autoprefixer": "^10.4.16", + "postcss": "^8.4.31", "react": "18", "react-dom": "18", - "tailwindcss": "^3.3.3" + "tailwindcss": "^3.3.5" }, "devDependencies": { "@cypress-design/css": "^0.16.0", "@types/react": "18", "@types/react-dom": "18", - "@vitejs/plugin-react": "^4.0.4", + "@vitejs/plugin-react": "^4.1.1", "typescript": "^5.2.2", - "vite": "^4.4.9" + "vite": "^4.5.0" }, "license": "MIT" } \ No newline at end of file diff --git a/test/vue-app/package.json b/test/vue-app/package.json index 32c570717..603bf0e5f 100644 --- a/test/vue-app/package.json +++ b/test/vue-app/package.json @@ -15,17 +15,17 @@ "@cypress-design/vue-spinner": "*", "@cypress-design/vue-alert": "*", "@cypress-design/vue-modal": "*", - "autoprefixer": "^10.4.15", - "postcss": "^8.4.28", - "tailwindcss": "^3.3.3", + "autoprefixer": "^10.4.16", + "postcss": "^8.4.31", + "tailwindcss": "^3.3.5", "vue": "3.3" }, "devDependencies": { "@cypress-design/css": "*", "@vue/tsconfig": "^0.4.0", - "@vitejs/plugin-vue": "^4.3.3", + "@vitejs/plugin-vue": "^4.4.0", "typescript": "^5.2.2", - "vite": "^4.4.9", + "vite": "^4.5.0", "vue-tsc": "*" } } \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index 01ce8c15e..4634b1082 100644 --- a/yarn.lock +++ b/yarn.lock @@ -987,7 +987,7 @@ dependencies: "@floating-ui/core" "^0.7.3" -"@floating-ui/dom@^1.5.1": +"@floating-ui/dom@^1.5.3": version "1.5.3" resolved "https://registry.yarnpkg.com/@floating-ui/dom/-/dom-1.5.3.tgz#54e50efcb432c06c23cd33de2b575102005436fa" integrity sha512-ClAbQnEqJAKCJOEbbLo5IUlZHkNszqhuxS4fHAVxRPXPya6Ysf2G8KypnYcOTpx6I8xcgF9bbHb6g/2KpbV8qA== @@ -1529,7 +1529,7 @@ resolved "https://registry.yarnpkg.com/@types/linkify-it/-/linkify-it-3.0.4.tgz#def6a9bb0ce78140860602f16ace37a9997f086a" integrity sha512-hPpIeeHb/2UuCw06kSNAOVWgehBLXEo0/fUs0mw3W2qhqX89PI2yvok83MnuctYGCPrabGIoi0fFso4DQ+sNUQ== -"@types/lodash@^4.14.197": +"@types/lodash@^4.14.200": version "4.14.200" resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.200.tgz#435b6035c7eba9cdf1e039af8212c9e9281e7149" integrity sha512-YI/M/4HRImtNf3pJgbF+W6FrXovqj+T+/HpENLTooK9PnkacBsDpeP3IpHab40CClUfhNmdM2WTNP2sa2dni5Q== @@ -1782,7 +1782,7 @@ resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406" integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ== -"@vitejs/plugin-react@^4.0.4": +"@vitejs/plugin-react@^4.1.1": version "4.1.1" resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-4.1.1.tgz#a10254dc76778027407d01b6ddbca53b23852a72" integrity sha512-Jie2HERK+uh27e+ORXXwEP5h0Y2lS9T2PRGbfebiHGlwzDO0dEnd2aNtOR/qjBlPb1YgxwAONeblL1xqLikLag== @@ -1807,7 +1807,7 @@ resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-4.3.1.tgz#635cf512dd1d5c78adf9e24615696e4918cd9d88" integrity sha512-tUBEtWcF7wFtII7ayNiLNDTCE1X1afySEo+XNVMNkFXaThENyCowIEX095QqbJZGTgoOcSVDJGlnde2NG4jtbQ== -"@vitejs/plugin-vue@^4.3.3", "@vitejs/plugin-vue@^4.4.0": +"@vitejs/plugin-vue@^4.4.0": version "4.4.0" resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-4.4.0.tgz#8ae96573236cdb12de6850a6d929b5537ec85390" integrity sha512-xdguqb+VUwiRpSg+nsc2HtbAUSGak25DXYvpQQi4RVU1Xq1uworyoH/md9Rfd8zMmPR/pSghr309QNcftUVseg== @@ -2338,7 +2338,7 @@ atob@^2.1.2: resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9" integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg== -autoprefixer@^10.4.15, autoprefixer@^10.4.16: +autoprefixer@^10.4.16: version "10.4.16" resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.4.16.tgz#fad1411024d8670880bdece3970aa72e3572feb8" integrity sha512-7vd3UC6xKp0HLfua5IjZlcXvGAGy7cBAXTg2lyQ/8WpNhd6SiZ8Be+xm3FyBSYJx5GKcpRCzBh7RH4/0dnY+uQ== @@ -3718,7 +3718,7 @@ escape-string-regexp@^1.0.5: resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" integrity sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg== -eslint-doc-generator@^1.4.3: +eslint-doc-generator@^1.5.4: version "1.5.4" resolved "https://registry.yarnpkg.com/eslint-doc-generator/-/eslint-doc-generator-1.5.4.tgz#91451be65e6233d921377482ba2aeab60ed86946" integrity sha512-G4wcX2QcOEA0cZnk4zDx2VKVkktv8IGJd1D3TZ2HP0PBFxh56Eisq5bXkukHwBqR4GllzYrpvaotRBt9zNsfbQ== @@ -3839,7 +3839,7 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4 resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800" integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag== -eslint@^8.48.0, eslint@^8.53.0: +eslint@^8.53.0: version "8.53.0" resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.53.0.tgz#14f2c8244298fcae1f46945459577413ba2697ce" integrity sha512-N4VuiPjXDUa4xVeV/GC/RV3hQW9Nw+Y463lkWaKKXKYMvmRiRDAtfpuPFLN+E1/6ZhyR8J2ig+eVREnYgUsiag== @@ -4053,7 +4053,7 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3: resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525" integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q== -fast-glob@^3.2.11, fast-glob@^3.2.12, fast-glob@^3.2.9, fast-glob@^3.3.0, fast-glob@^3.3.1: +fast-glob@^3.2.11, fast-glob@^3.2.9, fast-glob@^3.3.0, fast-glob@^3.3.1: version "3.3.2" resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129" integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow== @@ -5093,7 +5093,7 @@ jest-get-type@^29.6.3: resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-29.6.3.tgz#36f499fdcea197c1045a127319c0481723908fd1" integrity sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw== -jiti@^1.18.2, jiti@^1.19.1: +jiti@^1.19.1: version "1.21.0" resolved "https://registry.yarnpkg.com/jiti/-/jiti-1.21.0.tgz#7c97f8fe045724e136a397f7340475244156105d" integrity sha512-gFqAIbuKyyso/3G2qhiO2OM6shY6EPP/R0+mkDbyspxKazh8BXDC5FiFsUjlczgdNz/vfra0da2y+aHrusLG/Q== @@ -6486,7 +6486,7 @@ postcss-value-parser@^4.0.0, postcss-value-parser@^4.1.0, postcss-value-parser@^ resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514" integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ== -postcss@^8.4.23, postcss@^8.4.27, postcss@^8.4.28, postcss@^8.4.31: +postcss@^8.4.23, postcss@^8.4.27, postcss@^8.4.31: version "8.4.31" resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.31.tgz#92b451050a9f914da6755af352bdc0192508656d" integrity sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ== @@ -7113,7 +7113,7 @@ safe-regex-test@^1.0.0: resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== -sass@^1.66.1: +sass@^1.69.5: version "1.69.5" resolved "https://registry.yarnpkg.com/sass/-/sass-1.69.5.tgz#23e18d1c757a35f2e52cc81871060b9ad653dfde" integrity sha512-qg2+UCJibLr2LCVOt3OlPhr/dqVHWOa9XtZf2OjbLs/T4VPSJ00udtgJxH3neXZm+QqX8B+3cU7RaLqp1iVfcQ== @@ -7604,10 +7604,10 @@ svg-tags@^1.0.0: resolved "https://registry.yarnpkg.com/svg-tags/-/svg-tags-1.0.0.tgz#58f71cee3bd519b59d4b2a843b6c7de64ac04764" integrity sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA== -svg-to-ts@^10.0.0: - version "10.1.0" - resolved "https://registry.yarnpkg.com/svg-to-ts/-/svg-to-ts-10.1.0.tgz#0b4b114109e974b11575bcfae5307ef5b22e03e3" - integrity sha512-x8sSQeREUs2wS00a3Pd2aAZWoUdJ/xXnHztXldXwpcjvE78HzFncvIvyWFS/mdV2czSU7hyEjdDGjq+F4s2u4g== +svg-to-ts@^11.0.0: + version "11.0.0" + resolved "https://registry.yarnpkg.com/svg-to-ts/-/svg-to-ts-11.0.0.tgz#e6656a33937af608e6d983f36c8a71ed8c44a807" + integrity sha512-xz74nV5EBYd9GhbzgrLzdXRMOWSuRVzbX8O4eLLKpJ2T34Ldnap3g53xwHHUNxqjGC6VoAbxj4PJLqHEiWh54Q== dependencies: chalk "^3.0.0" commander "^4.0.1" @@ -7660,35 +7660,7 @@ tabbable@^6.2.0: resolved "https://registry.yarnpkg.com/tabbable/-/tabbable-6.2.0.tgz#732fb62bc0175cfcec257330be187dcfba1f3b97" integrity sha512-Cat63mxsVJlzYvN51JmVXIgNoUokrIaT2zLclCXjRd8boZ0004U4KCs/sToJ75C6sdlByWxpYnb5Boif1VSFew== -tailwindcss@3.3.3: - version "3.3.3" - resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.3.3.tgz#90da807393a2859189e48e9e7000e6880a736daf" - integrity sha512-A0KgSkef7eE4Mf+nKJ83i75TMyq8HqY3qmFIJSWy8bNt0v1lG7jUcpGpoTFxAwYcWOphcTBLPPJg+bDfhDf52w== - dependencies: - "@alloc/quick-lru" "^5.2.0" - arg "^5.0.2" - chokidar "^3.5.3" - didyoumean "^1.2.2" - dlv "^1.1.3" - fast-glob "^3.2.12" - glob-parent "^6.0.2" - is-glob "^4.0.3" - jiti "^1.18.2" - lilconfig "^2.1.0" - micromatch "^4.0.5" - normalize-path "^3.0.0" - object-hash "^3.0.0" - picocolors "^1.0.0" - postcss "^8.4.23" - postcss-import "^15.1.0" - postcss-js "^4.0.1" - postcss-load-config "^4.0.1" - postcss-nested "^6.0.1" - postcss-selector-parser "^6.0.11" - resolve "^1.22.2" - sucrase "^3.32.0" - -tailwindcss@^3.3.3: +tailwindcss@3.3.5, tailwindcss@^3.3.5: version "3.3.5" resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.3.5.tgz#22a59e2fbe0ecb6660809d9cc5f3976b077be3b8" integrity sha512-5SEZU4J7pxZgSkv7FP1zY8i2TIAOooNZ1e/OGtxIEv6GltpoiXUqWvLy89+a10qYTB1N5Ifkuw9lqQkN9sscvA== @@ -8177,18 +8149,7 @@ vite-node@0.34.6: picocolors "^1.0.0" vite "^3.0.0 || ^4.0.0 || ^5.0.0-0" -vite@4.4.9: - version "4.4.9" - resolved "https://registry.yarnpkg.com/vite/-/vite-4.4.9.tgz#1402423f1a2f8d66fd8d15e351127c7236d29d3d" - integrity sha512-2mbUn2LlUmNASWwSCNSJ/EG2HuSRTnVNaydp6vMCm5VIqJsjMfbIWtbH2kDuwUVW5mMUKKZvGPX/rqeqVvv1XA== - dependencies: - esbuild "^0.18.10" - postcss "^8.4.27" - rollup "^3.27.1" - optionalDependencies: - fsevents "~2.3.2" - -vite@4.5.0, "vite@^3.0.0 || ^4.0.0 || ^5.0.0-0", "vite@^3.1.0 || ^4.0.0 || ^5.0.0-0", vite@^4.4.9, vite@^4.5.0: +vite@4.5.0, "vite@^3.0.0 || ^4.0.0 || ^5.0.0-0", "vite@^3.1.0 || ^4.0.0 || ^5.0.0-0", vite@^4.5.0: version "4.5.0" resolved "https://registry.yarnpkg.com/vite/-/vite-4.5.0.tgz#ec406295b4167ac3bc23e26f9c8ff559287cff26" integrity sha512-ulr8rNLA6rkyFAlVWw2q5YJ91v098AFQ2R0PRFwPzREXOUJQPtFUG0t+/ZikhaOCDqFoDhN6/v8Sq0o4araFAw==