Skip to content
This repository has been archived by the owner on Jan 19, 2025. It is now read-only.

Commit

Permalink
chore: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcaidev committed Feb 4, 2023
1 parent 7e2fc35 commit 0768c38
Show file tree
Hide file tree
Showing 7 changed files with 342 additions and 363 deletions.
10 changes: 5 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,21 @@
},
"dependencies": {
"@astrojs/markdown-remark": "^2.0.1",
"@astrojs/sitemap": "^1.0.0",
"@astrojs/tailwind": "^3.0.0",
"@astrojs/sitemap": "^1.0.1",
"@astrojs/tailwind": "^3.0.1",
"@fontsource/inter": "^4.5.15",
"@tailwindcss/typography": "^0.5.9",
"astro": "^2.0.2",
"astro": "^2.0.6",
"cross-spawn": "^7.0.3",
"hastscript": "^7.2.0",
"rehype-autolink-headings": "^6.1.1",
"tailwindcss": "^3.2.4",
"tailwindcss-radix-colors": "^0.2.0"
"tailwindcss-radix-colors": "^0.3.0"
},
"devDependencies": {
"@types/cross-spawn": "^6.0.2",
"@types/node": "^18.11.18",
"typescript": "^4.9.4",
"typescript": "^4.9.5",
"typescript-config-custom": "workspace:^0.0.0"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"devDependencies": {
"commitlint": "^17.4.2",
"commitlint-config-custom": "workspace:^0.0.0",
"eslint": "^8.32.0",
"eslint": "^8.33.0",
"eslint-config-custom": "workspace:^0.0.0",
"husky": "^8.0.3",
"lint-staged": "^13.1.0",
"prettier": "^2.8.3",
"prettier-config-custom": "workspace:^0.0.0",
"turbo": "^1.7.0"
"turbo": "^1.7.3"
}
}
8 changes: 4 additions & 4 deletions packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
"private": true,
"main": "index.json",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"eslint-config-prettier": "^8.6.0",
"eslint-config-turbo": "^0.0.7",
"eslint-plugin-astro": "^0.23.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react-hooks": "^4.6.0"
},
"devDependencies": {
"eslint": "^8.32.0",
"typescript": "^4.9.4"
"eslint": "^8.33.0",
"typescript": "^4.9.5"
},
"peerDependencies": {
"eslint": "^8.32.0",
Expand Down
16 changes: 8 additions & 8 deletions packages/hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,19 @@
},
"devDependencies": {
"@testing-library/react": "^13.4.0",
"@types/node": "^18.8.3",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@vitest/coverage-c8": "^0.28.1",
"@types/node": "^18.11.18",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@vitest/coverage-c8": "^0.28.4",
"jsdom": "^21.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^4.9.4",
"typescript": "^4.9.5",
"typescript-config-custom": "workspace:^0.0.0",
"vite": "^4.0.4",
"vite-plugin-dts": "^1.7.1",
"vite": "^4.1.1",
"vite-plugin-dts": "^1.7.2",
"vite-tsconfig-paths": "^4.0.5",
"vitest": "^0.28.1"
"vitest": "^0.28.4"
},
"peerDependencies": {
"react": ">=16.8.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"main": "index.json",
"dependencies": {
"prettier-plugin-astro": "^0.7.2"
"prettier-plugin-astro": "^0.8.0"
},
"devDependencies": {
"prettier": "^2.8.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"base.json"
],
"devDependencies": {
"typescript": "^4.9.4"
"typescript": "^4.9.5"
},
"peerDependencies": {
"typescript": "^4.9.4"
Expand Down
Loading

0 comments on commit 0768c38

Please sign in to comment.