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 fe061d7
Show file tree
Hide file tree
Showing 9 changed files with 831 additions and 669 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
3 changes: 1 addition & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"node": "^18 || ^20",
"pnpm": ">=8.0.0"
},
"packageManager": "pnpm@9.0.1",
"scripts": {
"dev": "mintlify dev --port 8080",
"lint": "mintlify broken-links || echo 1",
Expand All @@ -28,4 +27,4 @@
"@pedaki/prettier-config": "0.5.2-beta.11"
},
"prettier": "@pedaki/prettier-config"
}
}
18 changes: 9 additions & 9 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 All @@ -64,5 +64,5 @@
"yarn": "use-pnpm",
"npm": "use-pnpm"
},
"packageManager": "pnpm@9.0.1"
}
"packageManager": "pnpm@9.0.4"
}
5 changes: 2 additions & 3 deletions 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 All @@ -41,6 +41,5 @@
"yarn": "use-pnpm",
"npm": "use-pnpm"
},
"packageManager": "pnpm@9.0.1",
"prettier": "@pedaki/prettier-config"
}
}
11 changes: 5 additions & 6 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 Expand Up @@ -84,6 +84,5 @@
"yarn": "use-pnpm",
"npm": "use-pnpm"
},
"packageManager": "pnpm@9.0.1",
"prettier": "@pedaki/prettier-config"
}
}
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
5 changes: 2 additions & 3 deletions 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 All @@ -48,6 +48,5 @@
"yarn": "use-pnpm",
"npm": "use-pnpm"
},
"packageManager": "pnpm@9.0.1",
"prettier": "@pedaki/prettier-config"
}
}
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 fe061d7

Please sign in to comment.