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 Sep 1, 2024
1 parent 500966f commit c0dbf7b
Show file tree
Hide file tree
Showing 2 changed files with 252 additions and 298 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,28 +24,28 @@
"test:e2e": "playwright test"
},
"devDependencies": {
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@commitlint/cz-commitlint": "^19.4.0",
"@playwright/test": "^1.46.1",
"@remcolakens/simple-component-generator": "^1.0.5",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@svgr/cli": "^8.1.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "29.5.12",
"@types/node": "^20.16.1",
"@types/react": "^18.3.4",
"@types/node": "^20.16.3",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^8.2.0",
"@typescript-eslint/parser": "^8.2.0",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"autoprefixer": "^10.4.20",
"babel-jest": "^29.7.0",
"commitizen": "^4.3.0",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.6",
"eslint-config-next": "^14.2.7",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "^7.35.0",
Expand All @@ -55,22 +55,22 @@
"inquirer": "10.1.8",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^15.2.9",
"postcss": "^8.4.41",
"lint-staged": "^15.2.10",
"postcss": "^8.4.43",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.0.0",
"prettier-plugin-tailwindcss": "^0.6.6",
"rimraf": "^6.0.1",
"semantic-release": "^23.1.1",
"shadcn-ui": "^0.8.0",
"shadcn-ui": "^0.9.0",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4"
},
"dependencies": {
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.436.0",
"next": "^14.2.6",
"lucide-react": "^0.438.0",
"next": "^14.2.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-use": "^17.5.1",
Expand All @@ -80,5 +80,5 @@
"engines": {
"node": ">=v20"
},
"packageManager": "pnpm@9.8.0"
"packageManager": "pnpm@9.9.0"
}
Loading

0 comments on commit c0dbf7b

Please sign in to comment.