Skip to content

Commit

Permalink
chore: dependencies update
Browse files Browse the repository at this point in the history
  • Loading branch information
paulovareiro29 committed Jan 16, 2025
1 parent fe2f207 commit 01510d3
Show file tree
Hide file tree
Showing 8 changed files with 1,782 additions and 1,571 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
container:
image: mcr.microsoft.com/playwright:v1.49.0-jammy
image: mcr.microsoft.com/playwright:v1.49.1-noble
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,33 +34,33 @@
]
},
"devDependencies": {
"@changesets/cli": "^2.27.10",
"@octokit/rest": "^21.0.2",
"@eslint/compat": "^1.2.3",
"@changesets/cli": "^2.27.11",
"@eslint/compat": "^1.2.5",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.15.0",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"@eslint/js": "^9.18.0",
"@octokit/rest": "^21.1.0",
"@typescript-eslint/eslint-plugin": "^8.20.0",
"@typescript-eslint/parser": "^8.20.0",
"changesets-changelog-clean": "^1.3.0",
"eslint": "^9.15.0",
"eslint": "^9.18.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-chai-expect": "^3.1.0",
"eslint-plugin-chai-friendly": "^1.0.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-lit": "^1.15.0",
"eslint-plugin-lit-a11y": "^4.1.4",
"eslint-plugin-sort-imports-es6-autofix": "^0.6.0",
"eslint-plugin-storybook": "^0.11.0",
"eslint-plugin-storybook": "^0.11.2",
"eslint-plugin-wc": "^2.2.0",
"globals": "^15.12.0",
"globby": "^14.0.1",
"globals": "^15.14.0",
"globby": "^14.0.2",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"prettier": "^3.4.1"
"lint-staged": "^15.4.0",
"prettier": "^3.4.2"
},
"pnpm": {
"patchedDependencies": {
"tailwindcss@3.4.15": "patches/tailwindcss@3.4.1.patch",
"tailwindcss@3.4.17": "patches/tailwindcss@3.4.1.patch",
"wc-storybook-helpers": "patches/wc-storybook-helpers.patch"
}
}
Expand Down
20 changes: 10 additions & 10 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,14 @@
"postversion": "pnpm build && node scripts/node-write-sizes.mjs"
},
"dependencies": {
"@floating-ui/dom": "^1.6.12",
"@floating-ui/dom": "^1.6.13",
"@shoelace-style/animations": "^1.2.0",
"@shoelace-style/localize": "^3.2.1",
"classix": "^2.2.0",
"lit": "^3.2.1"
},
"devDependencies": {
"@custom-elements-manifest/analyzer": "^0.10.3",
"@custom-elements-manifest/analyzer": "^0.10.4",
"@mariohamann/tailwindcss-var": "github:mariohamann/tailwindcss-var",
"@open-wc/testing": "^4.0.0",
"@open-wc/testing-helpers": "^3.0.1",
Expand All @@ -90,30 +90,30 @@
"@web/test-runner-commands": "^0.9.0",
"@web/test-runner-playwright": "^0.11.0",
"autoprefixer": "^10.4.20",
"chalk": "^5.3.0",
"chalk": "^5.4.1",
"change-case": "^5.4.4",
"command-line-args": "^6.0.1",
"comment-parser": "^1.4.1",
"cssnano": "^7.0.6",
"custom-element-jet-brains-integration": "^1.6.2",
"custom-element-vs-code-integration": "^1.4.1",
"del": "^8.0.0",
"esbuild": "^0.24.0",
"esbuild": "^0.24.2",
"esbuild-plugin-replace": "^1.4.0",
"globby": "^14.0.2",
"gzip-size": "^7.0.0",
"jsonata": "^2.0.5",
"jsonata": "^2.0.6",
"minify-html-literals": "^1.3.5",
"ora": "^8.1.1",
"playwright": "^1.49.0",
"playwright": "^1.49.1",
"plop": "^4.0.1",
"postcss": "^8.4.49",
"postcss": "^8.5.1",
"postcss-import": "^16.1.0",
"prettier": "^3.4.1",
"prettier": "^3.4.2",
"recursive-copy": "^2.0.14",
"sinon": "^19.0.2",
"tailwindcss": "^3.4.15",
"typescript": "5.7.2",
"tailwindcss": "^3.4.17",
"typescript": "5.7.3",
"user-agent-data-types": "^0.4.2"
},
"readme": "README.md",
Expand Down
36 changes: 18 additions & 18 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,41 +44,41 @@
"devDependencies": {
"@geometricpanda/storybook-addon-badges": "^2.0.5",
"@open-wc/testing-helpers": "^3.0.1",
"@rollup/pluginutils": "^5.1.3",
"@rollup/pluginutils": "^5.1.4",
"@solid-design-system/theming": "workspace:*",
"@storybook/addon-essentials": "^8.4.5",
"@storybook/addon-interactions": "^8.4.5",
"@storybook/addon-links": "^8.4.5",
"@storybook/addon-mdx-gfm": "^8.4.5",
"@storybook/addon-essentials": "^8.5.0",
"@storybook/addon-interactions": "^8.5.0",
"@storybook/addon-links": "^8.5.0",
"@storybook/addon-mdx-gfm": "^8.5.0",
"@storybook/addons": "^7.6.17",
"@storybook/blocks": "^8.4.5",
"@storybook/theming": "^8.4.5",
"@storybook/web-components": "^8.4.5",
"@storybook/web-components-vite": "^8.4.5",
"@storybook/blocks": "^8.5.0",
"@storybook/theming": "^8.5.0",
"@storybook/web-components": "^8.5.0",
"@storybook/web-components-vite": "^8.5.0",
"@tarekraafat/autocomplete.js": "^10.2.9",
"autoprefixer": "^10.4.20",
"cem-plugin-vs-code-custom-data-generator": "^1.4.2",
"change-case": "^5.4.4",
"chromatic": "^11.19.0",
"chromatic": "^11.24.0",
"comment-parser": "^1.4.1",
"countup.js": "^2.8.0",
"cssnano": "^7.0.6",
"globby": "^14.0.2",
"lit-html": "^3.2.1",
"normalize.css": "^8.0.1",
"postcss": "^8.4.49",
"postcss": "^8.5.1",
"postcss-import": "^16.1.0",
"prettier": "^3.4.1",
"prettier": "^3.4.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"storybook": "^8.4.5",
"tailwindcss": "^3.4.15",
"typescript": "5.7.2",
"storybook": "^8.5.0",
"tailwindcss": "^3.4.17",
"typescript": "5.7.3",
"user-agent-data-types": "^0.4.2",
"vite": "^5.4.11",
"vite-node": "^2.1.6",
"vite-plugin-cem": "^0.8.1",
"vite-tsconfig-paths": "^5.1.3",
"vite-node": "^2.1.8",
"vite-plugin-cem": "^0.8.2",
"vite-tsconfig-paths": "^5.1.4",
"wc-storybook-helpers": "1.5.3"
}
}
2 changes: 1 addition & 1 deletion packages/placeholders/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
"license": "MIT",
"readme": "README.md",
"devDependencies": {
"typescript": "5.7.2"
"typescript": "5.7.3"
}
}
8 changes: 4 additions & 4 deletions packages/styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,17 +52,17 @@
"@solid-design-system/versioning": "workspace:^",
"@tailwindcss/nesting": "0.0.0-insiders.565cd3e",
"autoprefixer": "^10.4.20",
"chalk": "^5.3.0",
"chalk": "^5.4.1",
"command-line-args": "^6.0.1",
"cssnano": "^7.0.6",
"del": "^8.0.0",
"globby": "^14.0.2",
"ora": "^8.1.1",
"plop": "^4.0.1",
"postcss": "^8.4.49",
"postcss": "^8.5.1",
"postcss-cli": "^11.0.0",
"postcss-import": "^16.1.0",
"prettier": "^3.4.1",
"tailwindcss": "^3.4.15"
"prettier": "^3.4.2",
"tailwindcss": "^3.4.17"
}
}
2 changes: 1 addition & 1 deletion packages/theming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"readme": "README.md",
"devDependencies": {
"typescript": "5.7.2"
"typescript": "5.7.3"
},
"dependencies": {
"chroma-js": "^3.1.2"
Expand Down
Loading

0 comments on commit 01510d3

Please sign in to comment.