Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 3, 2024
1 parent 413c0a7 commit 1950a5c
Show file tree
Hide file tree
Showing 7 changed files with 501 additions and 478 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.15.1
20.16.0
10 changes: 5 additions & 5 deletions apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,16 @@
"@docusaurus/module-type-aliases": "3.4.0",
"@docusaurus/theme-classic": "3.4.0",
"@docusaurus/types": "3.4.0",
"@types/node": "20.14.11",
"@types/node": "20.14.14",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"autoprefixer": "10.4.19",
"autoprefixer": "10.4.20",
"deepmerge": "4.3.1",
"dotenv": "16.4.5",
"eslint-config-prettier": "9.1.0",
"postcss": "8.4.39",
"tailwindcss": "3.4.6",
"typescript": "5.5.3"
"postcss": "8.4.40",
"tailwindcss": "3.4.7",
"typescript": "5.5.4"
},
"browserslist": {
"production": [
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
},
"devDependencies": {
"eslint-config-custom": "workspace:*",
"husky": "9.1.1",
"husky": "9.1.4",
"lint-staged": "15.2.7",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "0.6.5",
"tsconfig": "workspace:*",
"turbo": "2.0.9"
"turbo": "2.0.11"
},
"engines": {
"node": ">=18.0"
Expand All @@ -43,5 +43,5 @@
"eslint --ext .js,.jsx,.ts,.tsx --fix ."
]
},
"packageManager": "pnpm@9.5.0"
"packageManager": "pnpm@9.6.0"
}
8 changes: 4 additions & 4 deletions packages/docusaurus-plugin-tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
},
"devDependencies": {
"@docusaurus/types": "3.4.0",
"@types/node": "20.14.11",
"autoprefixer": "10.4.19",
"@types/node": "20.14.14",
"autoprefixer": "10.4.20",
"eslint": "8.57.0",
"eslint-config-custom": "workspace:*",
"tailwindcss": "3.4.6",
"tailwindcss": "3.4.7",
"tsconfig": "workspace:*",
"typescript": "5.5.3"
"typescript": "5.5.4"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"eslint-plugin-turbo": "2.0.9",
"typescript": "5.5.3"
"typescript": "5.5.4"
},
"publishConfig": {
"access": "public"
Expand Down
12 changes: 6 additions & 6 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
"devDependencies": {
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"autoprefixer": "10.4.19",
"axios": "1.7.2",
"autoprefixer": "10.4.20",
"axios": "1.7.3",
"eslint": "8.57.0",
"eslint-config-custom": "workspace:*",
"postcss": "8.4.39",
"postcss": "8.4.40",
"react": "18.3.1",
"react-dom": "18.3.1",
"tailwindcss": "3.4.6",
"tailwindcss": "3.4.7",
"tsconfig": "workspace:*",
"typescript": "5.5.3"
"typescript": "5.5.4"
},
"dependencies": {
"@heroicons/react": "2.1.5",
Expand All @@ -28,7 +28,7 @@
"@tailwindcss/container-queries": "0.1.1",
"clsx": "2.1.1",
"deepmerge": "4.3.1",
"framer-motion": "11.3.8",
"framer-motion": "11.3.21",
"fuse.js": "7.0.0",
"react-cookie": "7.2.0",
"react-icons": "5.2.1",
Expand Down
Loading

0 comments on commit 1950a5c

Please sign in to comment.