Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Lehoczky committed Aug 12, 2024
1 parent 3a26809 commit 49bd6e4
Show file tree
Hide file tree
Showing 5 changed files with 200 additions and 1,532 deletions.
11 changes: 2 additions & 9 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
// @ts-check
const { defineConfig } = require("eslint-define-config")

module.exports = defineConfig({
module.exports = {
root: true,
extends: ["@lehoczky/eslint-config-vue"],
rules: {
"vue/no-static-inline-styles": "off",
"vue/no-v-html": "off",
},
})
}
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,12 @@
"@lehoczky/prettier-config": "^1.1.7",
"@types/node": "catalog:",
"eslint": "^8.57.0",
"eslint-define-config": "^2.1.0",
"nx": "19.5.6",
"postcss": "^8.4.40",
"postcss": "^8.4.41",
"postcss-html": "^1.7.0",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.5.14",
"prettier-plugin-tailwindcss": "^0.6.6",
"stylelint": "^16.8.1",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^36.0.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"@astrojs/tailwind": "^5.1.0",
"@lehoczky/postcss-fluid": "workspace:*",
"@types/node": "catalog:",
"astro": "^4.13.1",
"astro": "^4.13.3",
"clsx": "^2.1.1",
"perfect-debounce": "^1.0.0",
"tailwind-merge": "^2.3.0",
"tailwindcss": "^3.4.7",
"tailwind-merge": "^2.5.1",
"tailwindcss": "^3.4.9",
"typescript": "catalog:"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/postcss-fluid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
},
"devDependencies": {
"@types/node": "catalog:",
"@vitest/coverage-v8": "^1.6.0",
"postcss": "^8.4.38",
"@vitest/coverage-v8": "^2.0.5",
"postcss": "^8.4.41",
"typescript": "catalog:",
"vitest": "^1.6.0"
"vitest": "^2.0.5"
},
"keywords": [
"postcss",
Expand Down
Loading

0 comments on commit 49bd6e4

Please sign in to comment.