Skip to content

Commit

Permalink
chore: version lock dependencies (#169)
Browse files Browse the repository at this point in the history
## Context

This pull request will version lock dependencies since they will be
update using Renovate. Version lock is a best practice to make sure you
have on ci / local / prod always the same versions.

## Changes

- Removed `^`

## Checklist

- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my own code
- [x] I have commented my code, particularly in hard-to-understand areas
- [x] I have made corresponding changes to the documentation
- [x] I have tested my code for breaking changes and added the
corresponding footer in this PR if needed
- [x] I have added tests that prove my fix is effective or that my
feature works
  • Loading branch information
remcolakens authored Jan 31, 2025
1 parent fbf9ce7 commit 48f16d0
Show file tree
Hide file tree
Showing 2 changed files with 160 additions and 653 deletions.
94 changes: 47 additions & 47 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,58 +22,58 @@
"test:e2e": "playwright test"
},
"devDependencies": {
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@commitlint/cz-commitlint": "^19.6.1",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.19.0",
"@playwright/test": "^1.50.0",
"@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.6.3",
"@testing-library/react": "^16.2.0",
"@testing-library/user-event": "^14.6.1",
"@commitlint/cli": "19.6.1",
"@commitlint/config-conventional": "19.6.0",
"@commitlint/cz-commitlint": "19.6.1",
"@eslint/eslintrc": "3.2.0",
"@eslint/js": "9.19.0",
"@playwright/test": "1.50.0",
"@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.6.3",
"@testing-library/react": "16.2.0",
"@testing-library/user-event": "14.6.1",
"@types/jest": "29.5.14",
"@types/node": "^22.10.10",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"commitizen": "^4.3.1",
"eslint": "^9.19.0",
"eslint-config-next": "^15.1.6",
"eslint-plugin-playwright": "^2.2.0",
"@types/node": "22.10.10",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"@vitejs/plugin-react": "4.3.4",
"autoprefixer": "10.4.20",
"commitizen": "4.3.1",
"eslint": "9.19.0",
"eslint-config-next": "15.1.6",
"eslint-plugin-playwright": "2.2.0",
"eslint-plugin-prettier": "5.2.3",
"eslint-plugin-tailwindcss": "^3.18.0",
"eslint-plugin-testing-library": "^7.1.1",
"husky": "^9.1.7",
"eslint-plugin-tailwindcss": "3.18.0",
"eslint-plugin-testing-library": "7.1.1",
"husky": "9.1.7",
"inquirer": "10.2.2",
"jsdom": "^26.0.0",
"lint-staged": "^15.4.3",
"postcss": "^8.5.1",
"prettier": "^3.4.2",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-tailwindcss": "^0.6.11",
"rimraf": "^6.0.1",
"semantic-release": "^24.2.1",
"shadcn": "^2.1.8",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.0.4"
"jsdom": "26.0.0",
"lint-staged": "15.4.3",
"postcss": "8.5.1",
"prettier": "3.4.2",
"prettier-plugin-organize-imports": "4.1.0",
"prettier-plugin-tailwindcss": "0.6.11",
"rimraf": "6.0.1",
"semantic-release": "24.2.1",
"shadcn": "2.1.8",
"tailwindcss": "3.4.17",
"typescript": "5.7.3",
"vite-tsconfig-paths": "5.1.4",
"vitest": "3.0.4"
},
"dependencies": {
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.474.0",
"next": "^15.1.6",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-use": "^17.6.0",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7"
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"lucide-react": "0.474.0",
"next": "15.1.6",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-use": "17.6.0",
"tailwind-merge": "2.6.0",
"tailwindcss-animate": "1.0.7"
},
"engines": {
"node": "22.x"
Expand Down
Loading

0 comments on commit 48f16d0

Please sign in to comment.