Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update deps #465

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 18.x
node-version-file: .nvmrc

- name: Remove Postinstall Script
run: npm pkg set scripts.postinstall="echo no-postinstall"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 18.x
node-version-file: .nvmrc

- name: Restore cached build files
uses: actions/cache@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 18.x
node-version-file: .nvmrc

- name: Restore cached build files
uses: actions/cache@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/template-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 18.x
node-version-file: .nvmrc

- name: Restore cached build files
uses: actions/cache@v4
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:

- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version-file: .nvmrc

- name: Restore cached build files
uses: actions/cache@v4
Expand Down Expand Up @@ -73,6 +75,8 @@ jobs:
- uses: actions/checkout@v4

- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc

- name: Restore cached build files
uses: actions/cache@v4
Expand Down
2 changes: 0 additions & 2 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

yarn lint-staged
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20
20.10.0
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/constants-alert": "*",
"@cypress-design/rollup-plugin-tailwind-keep": "*",
"postcss": "^8.4.38",
"postcss": "^8.4.39",
"rollup-plugin-postcss": "^4.0.2",
"sass": "^1.77.4"
"sass": "^1.77.8"
},
"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.17.4",
"@types/lodash": "^4.17.7",
"lodash": "^4.17.21",
"dedent": "^1.5.3"
},
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.17.4",
"@types/lodash": "^4.17.7",
"lodash": "^4.17.21",
"dedent": "^1.5.3"
},
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 @@ -22,9 +22,9 @@
"devDependencies": {
"@cypress-design/constants-spinner": "*",
"@cypress-design/rollup-plugin-tailwind-keep": "*",
"postcss": "^8.4.38",
"postcss": "^8.4.39",
"rollup-plugin-postcss": "^4.0.2",
"sass": "^1.77.4"
"sass": "^1.77.8"
},
"license": "MIT"
}
2 changes: 1 addition & 1 deletion components/Tooltip/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"clsx": "*",
"@floating-ui/react": "^0.26.17"
"@floating-ui/react": "^0.26.20"
},
"devDependencies": {
"@cypress-design/rollup-plugin-tailwind-keep": "*"
Expand Down
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.6.5"
"@floating-ui/dom": "^1.6.8"
},
"devDependencies": {
"@cypress-design/rollup-plugin-tailwind-keep": "*"
Expand Down
6 changes: 3 additions & 3 deletions css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@
"@tailwindcss/container-queries": "^0.1.1",
"lodash": "^4.17.21",
"resolve-pkg": "^2.0.0",
"tailwindcss": "^3.4.3",
"tailwindcss": "^3.4.6",
"tailwindcss-hocus": "^0.0.7"
},
"devDependencies": {
"@cypress-design/color-constants": "*",
"@types/lodash": "^4.17.4",
"typescript": "5.4.5",
"@types/lodash": "^4.17.7",
"typescript": "5.5.3",
"color-string": "1.9.1"
},
"license": "MIT"
Expand Down
2 changes: 1 addition & 1 deletion icon-registry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"devDependencies": {
"@types/lodash-es": "^4.17.12",
"dedent": "^1.5.3",
"globby": "^14.0.1",
"globby": "^14.0.2",
"hash-sum": "^2.0.0",
"lodash-es": "^4.17.21",
"xml2js": "^0.6.2"
Expand Down
66 changes: 33 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,23 +32,23 @@
"prepare": "husky"
},
"dependencies": {
"@babel/parser": "^7.24.7",
"@babel/types": "^7.24.7",
"@babel/parser": "^7.24.8",
"@babel/types": "^7.24.9",
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.1",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.5",
"@changesets/cli": "^2.27.7",
"@cypress-design/constants-tabs": "*",
"@cypress-design/css": "*",
"@cypress-design/react-icon": "*",
"@cypress-design/rollup-plugin-tailwind-keep": "*",
"@cypress-design/vue-docmenu": "*",
"@cypress-design/vue-icon": "*",
"@cypress-design/vue-tooltip": "*",
"@eslint/compat": "^1.0.3",
"@eslint/js": "^9.4.0",
"@percy/cli": "1.28.7",
"@eslint/compat": "^1.1.1",
"@eslint/js": "^9.7.0",
"@percy/cli": "1.29.0",
"@percy/cypress": "3.1.2",
"@rollup/plugin-commonjs": "^25.0.8",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-sucrase": "^5.0.2",
"@rollup/plugin-typescript": "^11.1.6",
Expand All @@ -58,59 +58,59 @@
"@types/flat": "5.0.5",
"@types/react": "18",
"@types/react-dom": "18",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"@vitejs/plugin-vue": "^5.0.5",
"@vitejs/plugin-vue-jsx": "^4.0.0",
"@vue/tsconfig": "^0.5.1",
"@vueuse/integrations": "^10.10.0",
"@vueuse/integrations": "^10.11.0",
"autoprefixer": "^10.4.19",
"axe-core": "^4.9.1",
"chokidar": "^3.6.0",
"chroma-js": "^2.4.2",
"concurrently": "^8.2.2",
"cypress": "^13.10.0",
"cypress": "^13.13.1",
"cypress-axe": "^1.5.0",
"cypress-real-events": "^1.12.0",
"cypress-real-events": "^1.13.0",
"dedent": "^1.5.3",
"es-module-lexer": "^1.5.3",
"esbuild": "^0.21.4",
"es-module-lexer": "^1.5.4",
"esbuild": "^0.23.0",
"eslint": "^9",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-no-only-tests": "^3.1.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-vue": "^9.26.0",
"execa": "^9.1.0",
"eslint-plugin-vue": "^9.27.0",
"execa": "^9.3.0",
"flat": "^6.0.1",
"globals": "^15.3.0",
"globby": "^14.0.1",
"husky": "^9.0.11",
"globals": "^15.8.0",
"globby": "^14.0.2",
"husky": "^9.1.1",
"hygen": "^6.2.11",
"lint-staged": ">=15",
"postcss": "^8.4.38",
"prettier": "^3.3.0",
"postcss": "^8.4.39",
"prettier": "^3.3.3",
"react": "18",
"react-docgen-typescript": "^2.2.2",
"react-dom": "18",
"react-live-runner": "^1.0.6",
"react-live-runner": "^1.0.7",
"recast": "^0.23.9",
"rimraf": "^5.0.7",
"rollup": "^4.18.0",
"rimraf": "^6.0.1",
"rollup": "^4.19.0",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-sourcemaps": "^0.6.3",
"shiki": "^1.6.2",
"shiki": "^1.11.0",
"turbo": "^2.0.9",
"typescript": "5.4.5",
"universal-cookie": "^7.1.4",
"vite": "5.2.12",
"vitepress": "1.2.2",
"vitest": "^1.6.0",
"vue": "3.4.27",
"vue-component-meta": "^2.0.19",
"typescript": "5.5.3",
"universal-cookie": "^7.2.0",
"vite": "5.3.4",
"vitepress": "1.3.1",
"vitest": "^2.0.4",
"vue": "3.4.33",
"vue-component-meta": "^2.0.28",
"vue-docgen-cli": "^4.79.0",
"vue-eslint-parser": "^9.4.3",
"vue-live": "^2.5.4",
"vue-tsc": "2.0.19"
"vue-tsc": "2.0.28"
},
"lint-staged": {
"*.{js,ts,jsx,tsx,vue,css,md}": "prettier --write"
Expand Down
6 changes: 3 additions & 3 deletions packages/color-constants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
"@tailwindcss/container-queries": "^0.1.1",
"lodash": "^4.17.21",
"resolve-pkg": "^2.0.0",
"tailwindcss": "^3.4.3",
"tailwindcss": "^3.4.6",
"tailwindcss-hocus": "^0.0.7"
},
"devDependencies": {
"@types/lodash": "^4.17.4",
"typescript": "5.4.5",
"@types/lodash": "^4.17.7",
"typescript": "5.5.3",
"color-string": "1.9.1"
},
"license": "MIT"
Expand Down
8 changes: 4 additions & 4 deletions packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@
},
"dependencies": {
"eslint-module-utils": "^2.8.1",
"minimatch": "^9.0.4",
"minimatch": "^10.0.1",
"requireindex": "^1.2.0"
},
"devDependencies": {
"eslint": "^9.4.0",
"eslint": "^9.7.0",
"eslint-doc-generator": "^1.7.1",
"eslint-import-resolver-node": "^0.3.9",
"eslint-plugin-eslint-plugin": "^6.1.0",
"eslint-plugin-eslint-plugin": "^6.2.0",
"eslint-plugin-node": "^11.1.0",
"mocha": "^10.4.0",
"mocha": "^10.7.0",
"npm-run-all": "^4.1.5"
},
"engines": {
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": "1.0.0",
"tailwindcss": "3.4.3",
"vite": "5.2.12"
"tailwindcss": "3.4.6",
"vite": "5.3.4"
}
}
10 changes: 5 additions & 5 deletions test/react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@
"@cypress-design/react-tabs": "*",
"@cypress-design/react-tooltip": "*",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"postcss": "^8.4.39",
"react": "18",
"react-dom": "18",
"tailwindcss": "^3.4.3"
"tailwindcss": "^3.4.6"
},
"devDependencies": {
"@cypress-design/css": "*",
"@types/react": "18",
"@types/react-dom": "18",
"@vitejs/plugin-react": "^4.3.0",
"typescript": "^5.4.5",
"vite": "^5.2.12"
"@vitejs/plugin-react": "^4.3.1",
"typescript": "^5.5.3",
"vite": "^5.3.4"
},
"license": "MIT"
}
8 changes: 4 additions & 4 deletions test/vue-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
"@cypress-design/vue-alert": "*",
"@cypress-design/vue-modal": "*",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.6",
"vue": "3.4"
},
"devDependencies": {
"@cypress-design/css": "*",
"@vue/tsconfig": "^0.5.1",
"@vitejs/plugin-vue": "^5.0.5",
"typescript": "^5.4.5",
"vite": "^5.2.12",
"typescript": "^5.5.3",
"vite": "^5.3.4",
"vue-tsc": "*"
}
}
1 change: 1 addition & 0 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"components/*.rollup.config.mjs",
"components/*.vite.config.ts"
],
"ui": "tui",
"tasks": {
"build": {
"dependsOn": [
Expand Down
Loading
Loading