Skip to content

Commit

Permalink
deps: remove carets from package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgevrgs committed May 15, 2024
1 parent 294cd76 commit b0abfe7
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 deletions.
6 changes: 3 additions & 3 deletions apps/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
"@libs/shared": "workspace:*",
"@tanstack/react-query": "4.3.4",
"next": "14.2.3",
"react-spinners": "^0.13.8"
"react-spinners": "0.13.8"
},
"devDependencies": {
"@playwright/test": "1.44.0",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/line-clamp": "0.4.4",
"@testing-library/react": "13.4.0",
"@types/lodash.omit": "4.5.7",
"@types/node": "18.7.16",
Expand All @@ -41,7 +41,7 @@
"eslint-config-next": "12.3.0",
"jsdom": "20.0.0",
"next-connect": "0.13.0",
"next-transpile-modules": "^10.0.1",
"next-transpile-modules": "10.0.1",
"postcss": "8.4.38",
"react-test-renderer": "18.2.0",
"sass": "1.54.9",
Expand Down
6 changes: 3 additions & 3 deletions libs/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"sharp": "0.33.3"
},
"devDependencies": {
"@eslint/js": "^9.2.0",
"@eslint/js": "9.2.0",
"@types/lodash.omit": "4.5.9",
"eslint": "8.57.0",
"globals": "^15.2.0",
"typescript-eslint": "^7.9.0",
"globals": "15.2.0",
"typescript-eslint": "7.9.0",
"vitest": "1.6.0"
}
}
2 changes: 1 addition & 1 deletion libs/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@vitejs/plugin-react": "4.2.1",
"eslint": "8.57.0",
"eslint-plugin-react": "7.34.1",
"globals": "^15.2.0",
"globals": "15.2.0",
"react-test-renderer": "18.2.0",
"typescript-eslint": "7.9.0",
"vitest": "1.6.0"
Expand Down
6 changes: 3 additions & 3 deletions libs/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"pino": "8.5.0"
},
"devDependencies": {
"@eslint/js": "^9.2.0",
"@eslint/js": "9.2.0",
"eslint": "8.57.0",
"globals": "^15.2.0",
"typescript-eslint": "^7.9.0"
"globals": "15.2.0",
"typescript-eslint": "7.9.0"
}
}
20 changes: 10 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b0abfe7

Please sign in to comment.