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 2, 2024
1 parent 0b7cb99 commit 5b1afbb
Showing 1 changed file with 29 additions and 29 deletions.
58 changes: 29 additions & 29 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.1"
},
"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",
"@builder.io/qwik": "^1.4.5",
"@builder.io/qwik-city": "^1.4.5",
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.2",
"@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"
"@netlify/edge-functions": "^2.3.1",
"@types/eslint": "^8.56.5",
"@types/node": "^20.11.24",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"autoprefixer": "^10.4.18",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-qwik": "^1.4.5",
"eslint-plugin-tailwindcss": "^3.14.3",
"husky": "^8.0.3",
"lint-staged": "^15.2.2",
"netlify-cli": "^15.11.0",
"postcss": "^8.4.35",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"tailwindcss": "3.4.1",
"typescript": "^5.3.3",
"undici": "^5.28.3",
"vercel": "^29.4.0",
"vite": "^4.5.2",
"vite-tsconfig-paths": "^4.3.1"
},
"trustedDependencies": [
"sharp"
Expand All @@ -68,6 +68,6 @@
]
},
"engines": {
"node": ">=15.0.0"
"node": ">=15.14.0"
}
}

0 comments on commit 5b1afbb

Please sign in to comment.