Skip to content

Commit 48f16d0

Browse files
authored
chore: version lock dependencies (#169)
## 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
1 parent fbf9ce7 commit 48f16d0

File tree

2 files changed

+160
-653
lines changed

2 files changed

+160
-653
lines changed

package.json

Lines changed: 47 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -22,58 +22,58 @@
2222
"test:e2e": "playwright test"
2323
},
2424
"devDependencies": {
25-
"@commitlint/cli": "^19.6.1",
26-
"@commitlint/config-conventional": "^19.6.0",
27-
"@commitlint/cz-commitlint": "^19.6.1",
28-
"@eslint/eslintrc": "^3.2.0",
29-
"@eslint/js": "^9.19.0",
30-
"@playwright/test": "^1.50.0",
31-
"@remcolakens/simple-component-generator": "^1.0.5",
32-
"@semantic-release/changelog": "^6.0.3",
33-
"@semantic-release/git": "^10.0.1",
34-
"@svgr/cli": "^8.1.0",
35-
"@testing-library/jest-dom": "^6.6.3",
36-
"@testing-library/react": "^16.2.0",
37-
"@testing-library/user-event": "^14.6.1",
25+
"@commitlint/cli": "19.6.1",
26+
"@commitlint/config-conventional": "19.6.0",
27+
"@commitlint/cz-commitlint": "19.6.1",
28+
"@eslint/eslintrc": "3.2.0",
29+
"@eslint/js": "9.19.0",
30+
"@playwright/test": "1.50.0",
31+
"@remcolakens/simple-component-generator": "1.0.5",
32+
"@semantic-release/changelog": "6.0.3",
33+
"@semantic-release/git": "10.0.1",
34+
"@svgr/cli": "8.1.0",
35+
"@testing-library/jest-dom": "6.6.3",
36+
"@testing-library/react": "16.2.0",
37+
"@testing-library/user-event": "14.6.1",
3838
"@types/jest": "29.5.14",
39-
"@types/node": "^22.10.10",
40-
"@types/react": "^19.0.8",
41-
"@types/react-dom": "^19.0.3",
42-
"@vitejs/plugin-react": "^4.3.4",
43-
"autoprefixer": "^10.4.20",
44-
"commitizen": "^4.3.1",
45-
"eslint": "^9.19.0",
46-
"eslint-config-next": "^15.1.6",
47-
"eslint-plugin-playwright": "^2.2.0",
39+
"@types/node": "22.10.10",
40+
"@types/react": "19.0.8",
41+
"@types/react-dom": "19.0.3",
42+
"@vitejs/plugin-react": "4.3.4",
43+
"autoprefixer": "10.4.20",
44+
"commitizen": "4.3.1",
45+
"eslint": "9.19.0",
46+
"eslint-config-next": "15.1.6",
47+
"eslint-plugin-playwright": "2.2.0",
4848
"eslint-plugin-prettier": "5.2.3",
49-
"eslint-plugin-tailwindcss": "^3.18.0",
50-
"eslint-plugin-testing-library": "^7.1.1",
51-
"husky": "^9.1.7",
49+
"eslint-plugin-tailwindcss": "3.18.0",
50+
"eslint-plugin-testing-library": "7.1.1",
51+
"husky": "9.1.7",
5252
"inquirer": "10.2.2",
53-
"jsdom": "^26.0.0",
54-
"lint-staged": "^15.4.3",
55-
"postcss": "^8.5.1",
56-
"prettier": "^3.4.2",
57-
"prettier-plugin-organize-imports": "^4.1.0",
58-
"prettier-plugin-tailwindcss": "^0.6.11",
59-
"rimraf": "^6.0.1",
60-
"semantic-release": "^24.2.1",
61-
"shadcn": "^2.1.8",
62-
"tailwindcss": "^3.4.17",
63-
"typescript": "^5.7.3",
64-
"vite-tsconfig-paths": "^5.1.4",
65-
"vitest": "^3.0.4"
53+
"jsdom": "26.0.0",
54+
"lint-staged": "15.4.3",
55+
"postcss": "8.5.1",
56+
"prettier": "3.4.2",
57+
"prettier-plugin-organize-imports": "4.1.0",
58+
"prettier-plugin-tailwindcss": "0.6.11",
59+
"rimraf": "6.0.1",
60+
"semantic-release": "24.2.1",
61+
"shadcn": "2.1.8",
62+
"tailwindcss": "3.4.17",
63+
"typescript": "5.7.3",
64+
"vite-tsconfig-paths": "5.1.4",
65+
"vitest": "3.0.4"
6666
},
6767
"dependencies": {
68-
"class-variance-authority": "^0.7.1",
69-
"clsx": "^2.1.1",
70-
"lucide-react": "^0.474.0",
71-
"next": "^15.1.6",
72-
"react": "^19.0.0",
73-
"react-dom": "^19.0.0",
74-
"react-use": "^17.6.0",
75-
"tailwind-merge": "^2.6.0",
76-
"tailwindcss-animate": "^1.0.7"
68+
"class-variance-authority": "0.7.1",
69+
"clsx": "2.1.1",
70+
"lucide-react": "0.474.0",
71+
"next": "15.1.6",
72+
"react": "19.0.0",
73+
"react-dom": "19.0.0",
74+
"react-use": "17.6.0",
75+
"tailwind-merge": "2.6.0",
76+
"tailwindcss-animate": "1.0.7"
7777
},
7878
"engines": {
7979
"node": "22.x"

0 commit comments

Comments
 (0)