Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Vahor committed Apr 19, 2024
1 parent 05f7b62 commit f205311
Show file tree
Hide file tree
Showing 8 changed files with 825 additions and 659 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ dist
coverage
.env.*
!*.env.test.example
!*.env.example
!*.env.example
.DS_Store
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,28 +29,28 @@
"publish-release": "node --no-warnings=ExperimentalWarning scripts/publish-release.mjs"
},
"devDependencies": {
"@manypkg/get-packages": "^2.2.0",
"@manypkg/get-packages": "^2.2.1",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.11.25",
"@vitest/coverage-v8": "^1.3.1",
"@types/node": "^20.12.7",
"@vitest/coverage-v8": "^1.5.0",
"chalk": "^5.3.0",
"cpy": "^11.0.0",
"cpy": "^11.0.1",
"cross-env": "^7.0.3",
"dotenv-cli": "latest",
"execa": "^8.0.1",
"fs-extra": "^11.2.0",
"husky": "^9.0.11",
"inquirer": "^9.2.15",
"inquirer": "^9.2.19",
"lint-staged": "^15.2.2",
"open": "^10.1.0",
"ora": "^8.0.1",
"rimraf": "latest",
"throat": "^6.0.2",
"tsconfig-replace-paths": "^0.0.14",
"tsup": "^8.0.2",
"turbo": "^1.12.5",
"turbo": "^1.13.2",
"typescript": "5.4.5",
"vitest": "^1.3.1"
"vitest": "^1.5.0"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@pedaki/prettier-config": "0.5.2-beta.11",
"@types/bcryptjs": "^2.4.6",
"@types/memory-cache": "latest",
"@types/react": "^18.2.64",
"@types/react": "^18.2.79",
"react": "^18.2.0"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/design/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@
"devDependencies": {
"@pedaki/eslint-config": "0.5.2-beta.11",
"@pedaki/prettier-config": "0.5.2-beta.11",
"@types/react": "^18.2.64",
"esbuild-css-modules-plugin": "^3.1.0",
"@types/react": "^18.2.79",
"esbuild-css-modules-plugin": "^3.1.1",
"esbuild-plugin-alias-path": "^2.0.2",
"esbuild-plugin-file-path-extensions": "^2.0.0",
"esbuild-sass-plugin": "^3.1.0",
"esbuild-sass-plugin": "^3.2.0",
"next": "latest",
"react": "^18.2.0",
"react-hook-form": "^7.51.0"
"react-hook-form": "^7.51.3"
},
"peerDependencies": {
"@radix-ui/react-accordion": "^1.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@pedaki/prettier-config": "0.5.2-beta.11",
"@types/eslint": "^8.56.5"
"@types/eslint": "^8.56.10"
},
"peerDependencies": {
"@tanstack/eslint-plugin-query": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/mailer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@pedaki/eslint-config": "0.5.2-beta.11",
"@pedaki/prettier-config": "0.5.2-beta.11",
"@types/preview-email": "^3.0.4",
"@types/react": "^18.2.64",
"@types/react": "^18.2.79",
"preview-email": "^3.0.19",
"react": "^18.2.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"@types/prettier": "^3.0.0"
},
"dependencies": {
"prettier-plugin-tailwindcss": "^0.5.12",
"@ianvs/prettier-plugin-sort-imports": "^4.1.1"
"prettier-plugin-tailwindcss": "^0.5.14",
"@ianvs/prettier-plugin-sort-imports": "^4.2.1"
},
"peerDependencies": {
"prettier": "^3.0.2"
Expand Down
Loading

0 comments on commit f205311

Please sign in to comment.