Skip to content

Commit

Permalink
fix(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] committed Jun 19, 2024
1 parent 4b102a7 commit 7c38adc
Show file tree
Hide file tree
Showing 7 changed files with 1,264 additions and 1,203 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.11.1
20.14.0
38 changes: 19 additions & 19 deletions apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,36 +15,36 @@
"tsc": "tsc"
},
"dependencies": {
"@docusaurus/core": "3.1.1",
"@docusaurus/plugin-google-gtag": "3.1.1",
"@docusaurus/preset-classic": "3.1.1",
"@docusaurus/tsconfig": "3.1.1",
"@docusaurus/core": "3.4.0",
"@docusaurus/plugin-google-gtag": "3.4.0",
"@docusaurus/preset-classic": "3.4.0",
"@docusaurus/tsconfig": "3.4.0",
"@mdx-js/react": "3.0.1",
"clsx": "2.1.0",
"clsx": "2.1.1",
"docusaurus-plugin-remote-content": "4.0.0",
"docusaurus-plugin-tailwind": "workspace:*",
"fuse.js": "7.0.0",
"prism-react-renderer": "2.3.1",
"react": "18.2.0",
"react-cookie": "7.1.0",
"react-dom": "18.2.0",
"react-icons": "5.0.1",
"react": "18.3.1",
"react-cookie": "7.1.4",
"react-dom": "18.3.1",
"react-icons": "5.2.1",
"ui": "workspace:*",
"use-query-params": "2.2.1"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.1.1",
"@docusaurus/theme-classic": "3.1.1",
"@docusaurus/types": "3.1.1",
"@types/node": "20.11.20",
"@types/react": "18.2.60",
"@types/react-dom": "18.2.19",
"autoprefixer": "10.4.17",
"@docusaurus/module-type-aliases": "3.4.0",
"@docusaurus/theme-classic": "3.4.0",
"@docusaurus/types": "3.4.0",
"@types/node": "20.14.5",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"autoprefixer": "10.4.19",
"deepmerge": "4.3.1",
"dotenv": "16.4.5",
"postcss": "8.4.35",
"tailwindcss": "3.4.1",
"typescript": "5.3.3"
"postcss": "8.4.38",
"tailwindcss": "3.4.4",
"typescript": "5.4.5"
},
"browserslist": {
"production": [
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
"devDependencies": {
"eslint-config-custom": "workspace:*",
"husky": "8.0.3",
"lint-staged": "15.2.2",
"lint-staged": "15.2.7",
"prettier": "3.2.4",
"prettier-plugin-tailwindcss": "0.5.11",
"prettier-plugin-tailwindcss": "0.6.5",
"tsconfig": "workspace:*",
"turbo": "1.12.4"
"turbo": "1.13.4"
},
"engines": {
"node": ">=18.0"
Expand All @@ -35,5 +35,5 @@
"*": "turbo run prettier:fix --",
"*.{js,jsx,ts,tsx,mjs,cjs}": "turbo run lint -- --fix"
},
"packageManager": "pnpm@8.15.4"
"packageManager": "pnpm@8.15.8"
}
10 changes: 5 additions & 5 deletions packages/docusaurus-plugin-tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"devDependencies": {
"@docusaurus/types": "3.1.1",
"@types/node": "20.11.20",
"autoprefixer": "10.4.17",
"@docusaurus/types": "3.4.0",
"@types/node": "20.14.5",
"autoprefixer": "10.4.19",
"eslint": "8.56.0",
"eslint-config-custom": "workspace:*",
"tailwindcss": "3.4.1",
"tailwindcss": "3.4.4",
"tsconfig": "workspace:*",
"typescript": "5.3.3"
"typescript": "5.4.5"
}
}
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.3"
"typescript": "5.4.5"
},
"publishConfig": {
"access": "public"
Expand Down
30 changes: 15 additions & 15 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,32 +6,32 @@
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"devDependencies": {
"@types/react": "18.2.60",
"@types/react-dom": "18.2.19",
"autoprefixer": "10.4.17",
"axios": "1.6.7",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"autoprefixer": "10.4.19",
"axios": "1.7.2",
"eslint": "8.56.0",
"eslint-config-custom": "workspace:*",
"postcss": "8.4.35",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "3.4.1",
"postcss": "8.4.38",
"react": "18.3.1",
"react-dom": "18.3.1",
"tailwindcss": "3.4.4",
"tsconfig": "workspace:*",
"typescript": "5.3.3"
"typescript": "5.4.5"
},
"dependencies": {
"@heroicons/react": "2.1.1",
"@heroicons/react": "2.1.4",
"@radix-ui/react-dropdown-menu": "2.0.6",
"@radix-ui/react-form": "0.0.3",
"@radix-ui/react-tooltip": "1.0.7",
"@segment/analytics-next": "1.64.0",
"@segment/analytics-next": "1.70.0",
"@tailwindcss/container-queries": "0.1.1",
"clsx": "2.1.0",
"clsx": "2.1.1",
"deepmerge": "4.3.1",
"framer-motion": "11.0.6",
"framer-motion": "11.2.10",
"fuse.js": "7.0.0",
"react-cookie": "7.1.0",
"react-icons": "5.0.1",
"react-cookie": "7.1.4",
"react-icons": "5.2.1",
"use-query-params": "2.2.1"
}
}
Loading

0 comments on commit 7c38adc

Please sign in to comment.