Skip to content

Commit

Permalink
update final dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
elevatebart committed Nov 6, 2023
1 parent 109de54 commit 4a52bf8
Show file tree
Hide file tree
Showing 12 changed files with 42 additions and 81 deletions.
4 changes: 2 additions & 2 deletions components/Alert/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion components/Icon/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion components/Icon/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
4 changes: 2 additions & 2 deletions components/Spinner/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion components/Tooltip/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "*"
Expand Down
4 changes: 2 additions & 2 deletions css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
4 changes: 2 additions & 2 deletions icon-registry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/rollup-plugin-tailwind-keep/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
10 changes: 5 additions & 5 deletions test/react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
10 changes: 5 additions & 5 deletions test/vue-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "*"
}
}
73 changes: 17 additions & 56 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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==
Expand Down Expand Up @@ -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==
Expand Down Expand Up @@ -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==
Expand All @@ -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==
Expand Down Expand Up @@ -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==
Expand Down Expand Up @@ -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==
Expand Down Expand Up @@ -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==
Expand Down Expand Up @@ -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==
Expand Down Expand Up @@ -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==
Expand Down Expand Up @@ -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==
Expand Down Expand Up @@ -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==
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -7660,35 +7660,7 @@ tabbable@^6.2.0:
resolved "https://registry.yarnpkg.com/tabbable/-/tabbable-6.2.0.tgz#732fb62bc0175cfcec257330be187dcfba1f3b97"
integrity sha512-Cat63mxsVJlzYvN51JmVXIgNoUokrIaT2zLclCXjRd8boZ0004U4KCs/sToJ75C6sdlByWxpYnb5Boif1VSFew==

[email protected]:
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:
[email protected], 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==
Expand Down Expand Up @@ -8177,18 +8149,7 @@ [email protected]:
picocolors "^1.0.0"
vite "^3.0.0 || ^4.0.0 || ^5.0.0-0"

[email protected]:
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"

[email protected], "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:
[email protected], "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==
Expand Down

0 comments on commit 4a52bf8

Please sign in to comment.