Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 21, 2024
1 parent 0b7cb99 commit c1d04d1
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,37 +21,37 @@
},
"dependencies": {
"@qwikest/icons": "^0.0.13",
"clsx": "^2.0.0",
"tailwind-merge": "^2.0.0"
"clsx": "^2.1.0",
"tailwind-merge": "^2.2.2"
},
"devDependencies": {
"@builder.io/qwik": "^1.2.17",
"@builder.io/qwik-city": "^1.2.17",
"@commitlint/cli": "^18.2.0",
"@commitlint/config-conventional": "^18.1.0",
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"@netlify/edge-functions": "^2.0.0",
"@types/eslint": "^8.44.4",
"@types/node": "^20.8.4",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"autoprefixer": "^10.4.14",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-qwik": "^1.2.17",
"eslint-plugin-tailwindcss": "^3.13.0",
"husky": "^8.0.0",
"lint-staged": "^15.0.2",
"netlify-cli": "^15.0.0",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.4",
"tailwindcss": "3.3.3",
"typescript": "^5.2.2",
"undici": "^5.26.0",
"vercel": "^29.1.1",
"vite": "^4.4.11",
"vite-tsconfig-paths": "^4.2.1"
"@builder.io/qwik": "^1.5.1",
"@builder.io/qwik-city": "^1.5.1",
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.3",
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
"@netlify/edge-functions": "^2.3.1",
"@types/eslint": "^8.56.6",
"@types/node": "^20.11.30",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-qwik": "^1.5.1",
"eslint-plugin-tailwindcss": "^3.15.1",
"husky": "^8.0.3",
"lint-staged": "^15.2.2",
"netlify-cli": "^15.11.0",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.12",
"tailwindcss": "3.4.1",
"typescript": "^5.4.3",
"undici": "^5.28.3",
"vercel": "^29.4.0",
"vite": "^4.5.2",
"vite-tsconfig-paths": "^4.3.2"
},
"trustedDependencies": [
"sharp"
Expand All @@ -68,6 +68,6 @@
]
},
"engines": {
"node": ">=15.0.0"
"node": ">=15.14.0"
}
}

0 comments on commit c1d04d1

Please sign in to comment.