Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 3, 2023
1 parent 71ff2c1 commit b43ef22
Show file tree
Hide file tree
Showing 3 changed files with 633 additions and 598 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:21.1-alpine
FROM node:21.3-alpine
LABEL name "qcgsecret"

WORKDIR /opt/build
Expand Down
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@
"prepare": "pnpm husky install"
},
"devDependencies": {
"@commitlint/cli": "^18.4.1",
"@commitlint/config-angular": "^18.4.0",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-angular": "^18.4.3",
"@types/prettier": "2.7.3",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"astro-eslint-parser": "^0.16.0",
"eslint": "^8.53.0",
"eslint": "^8.55.0",
"eslint-config-neon": "^0.1.57",
"eslint-config-next": "^14.0.2",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-astro": "^0.29.1",
"eslint-config-next": "^14.0.3",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-astro": "^0.30.0",
"eslint-plugin-mdx": "^2.2.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-typescript-sort-keys": "^3.1.0",
Expand All @@ -33,36 +33,36 @@
"prettier": "^3.1.0",
"prettier-plugin-astro": "^0.12.2",
"rimraf": "^5.0.5",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
},
"dependencies": {
"@ariakit/react": "^0.3.5",
"@ariakit/react": "^0.3.8",
"@astrojs/check": "^0.3.1",
"@astrojs/mdx": "^1.1.5",
"@astrojs/node": "^6.0.3",
"@astrojs/react": "^3.0.4",
"@astrojs/node": "^6.1.0",
"@astrojs/react": "^3.0.6",
"@astrojs/tailwind": "^5.0.2",
"@fontsource/inter": "^5.0.15",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-slot": "^1.0.2",
"@react-icons/all-files": "^4.1.0",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"astro": "^3.5.4",
"@types/react": "^18.2.41",
"@types/react-dom": "^18.2.17",
"astro": "^3.6.4",
"astro-compress": "^2.2.3",
"astro-critters": "^2.0.11",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"hast-util-to-string": "^3.0.0",
"lucide-astro": "^0.292.0",
"lucide-react": "^0.292.0",
"lucide-astro": "^0.294.0",
"lucide-react": "^0.294.0",
"react": "^18.2.0",
"react-custom-scrollbars-2": "^4.5.0",
"react-dom": "^18.2.0",
"react-use": "^17.4.0",
"react-use": "^17.4.2",
"rollup-plugin-node-builtins": "^2.1.2",
"tailwind-merge": "^2.0.0",
"tailwind-merge": "^2.1.0",
"tailwindcss": "^3.3.5",
"tailwindcss-animate": "^1.0.7"
}
Expand Down
Loading

0 comments on commit b43ef22

Please sign in to comment.