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 Dec 8, 2023
1 parent 191bcbd commit 0b88daa
Show file tree
Hide file tree
Showing 6 changed files with 368 additions and 391 deletions.
8 changes: 4 additions & 4 deletions apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@
"@docusaurus/theme-classic": "2.4.3",
"@docusaurus/types": "2.4.3",
"@tsconfig/docusaurus": "2.0.2",
"@types/node": "20.10.3",
"@types/react": "18.2.41",
"@types/node": "20.10.4",
"@types/react": "18.2.42",
"@types/react-dom": "18.2.17",
"autoprefixer": "10.4.16",
"deepmerge": "4.3.1",
"dotenv": "16.3.1",
"postcss": "8.4.32",
"tailwindcss": "3.3.5",
"typescript": "5.3.2"
"tailwindcss": "3.3.6",
"typescript": "5.3.3"
},
"browserslist": {
"production": [
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"husky": "8.0.3",
"lint-staged": "15.2.0",
"prettier": "3.1.0",
"prettier-plugin-tailwindcss": "0.5.7",
"prettier-plugin-tailwindcss": "0.5.9",
"tsconfig": "workspace:*",
"turbo": "1.10.16"
"turbo": "1.11.0"
},
"engines": {
"node": ">=14.0.0"
Expand Down
6 changes: 3 additions & 3 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": "2.4.3",
"@types/node": "20.10.3",
"@types/node": "20.10.4",
"autoprefixer": "10.4.16",
"eslint": "8.55.0",
"eslint-config-custom": "workspace:*",
"tailwindcss": "3.3.5",
"tailwindcss": "3.3.6",
"tsconfig": "workspace:*",
"typescript": "5.3.2"
"typescript": "5.3.3"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"tsconfig": "workspace:*"
},
"devDependencies": {
"typescript": "5.3.2"
"typescript": "5.3.3"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"devDependencies": {
"@types/react": "18.2.41",
"@types/react": "18.2.42",
"@types/react-dom": "18.2.17",
"autoprefixer": "10.4.16",
"axios": "1.6.2",
Expand All @@ -15,9 +15,9 @@
"postcss": "8.4.32",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "3.3.5",
"tailwindcss": "3.3.6",
"tsconfig": "workspace:*",
"typescript": "5.3.2"
"typescript": "5.3.3"
},
"dependencies": {
"@heroicons/react": "2.0.18",
Expand All @@ -28,7 +28,7 @@
"@tailwindcss/container-queries": "0.1.1",
"clsx": "2.0.0",
"deepmerge": "4.3.1",
"framer-motion": "10.16.12",
"framer-motion": "10.16.15",
"fuse.js": "7.0.0",
"react-cookie": "6.1.1",
"react-icons": "4.12.0",
Expand Down
Loading

0 comments on commit 0b88daa

Please sign in to comment.