Skip to content

Commit

Permalink
Pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 18, 2024
1 parent f52d557 commit 515af37
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 25 deletions.
20 changes: 10 additions & 10 deletions apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@
"@fortawesome/free-solid-svg-icons": "6.5.1",
"@fortawesome/react-fontawesome": "0.2.0",
"@headlessui/react": "1.7.18",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@t3-oss/env-nextjs": "^0.7.1",
"@radix-ui/react-dropdown-menu": "2.0.6",
"@radix-ui/react-icons": "1.3.0",
"@t3-oss/env-nextjs": "0.7.3",
"@tailwindcss/line-clamp": "0.4.4",
"@tatsutakeinjp/core-ui": "workspace:*",
"@types/react-syntax-highlighter": "15.5.11",
"@vercel/analytics": "^1.1.1",
"@vercel/analytics": "1.2.0",
"clsx": "2.1.0",
"date-fns": "3.2.0",
"date-fns-tz": "2.0.0",
"graphql": "16.8.1",
"graphql-request": "^6.1.0",
"graphql-request": "6.1.0",
"next": "14.0.4",
"react": "18.2.0",
"react-copy-to-clipboard": "5.1.0",
Expand All @@ -41,17 +41,17 @@
"react-markdown": "9.0.1",
"react-syntax-highlighter": "15.5.0",
"recoil": "0.7.7",
"zod": "^3.22.4"
"zod": "3.22.4"
},
"devDependencies": {
"@babel/core": "7.23.7",
"@graphql-codegen/cli": "5.0.0",
"@graphql-codegen/client-preset": "4.1.0",
"@graphql-codegen/introspection": "4.0.0",
"@graphql-typed-document-node/core": "3.2.0",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/line-clamp": "0.4.4",
"@tatsutakeinjp/tailwind-config": "workspace:*",
"@types/gtag.js": "^0.0.18",
"@types/gtag.js": "0.0.18",
"@types/jest": "29.5.11",
"@types/node": "20.11.1",
"@types/react": "18.2.48",
Expand All @@ -61,7 +61,7 @@
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"postcss": "8.4.33",
"tailwindcss": "^3.3.5",
"typescript": "^5.2.2"
"tailwindcss": "3.4.1",
"typescript": "5.3.3"
}
}
Binary file modified bun.lockb
Binary file not shown.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
"ncu": "npx npm-check-updates --deep"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"@manypkg/cli": "^0.21.0",
"@types/prettier": "^3.0.0",
"@ianvs/prettier-plugin-sort-imports": "4.1.1",
"@manypkg/cli": "0.21.2",
"@types/prettier": "3.0.0",
"eslint": "^8.52.0",
"prettier": "^3.1.0",
"prettier-plugin-tailwindcss": "^0.5.6",
"prettier": "3.2.5",
"prettier-plugin-tailwindcss": "0.5.11",
"turbo": "1.11.3",
"typescript": "^5.2.2"
"typescript": "5.3.3"
},
"engines": {
"node": ">=20.0.0"
"node": "21.6.2"
}
}
4 changes: 2 additions & 2 deletions packages/config/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "index.js",
"license": "MIT",
"dependencies": {
"@types/eslint": "^8.44.6",
"@types/eslint": "8.56.2",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"eslint-config-next": "^14.0.0",
Expand All @@ -14,6 +14,6 @@
},
"devDependencies": {
"eslint": "^8.52.0",
"typescript": "^5.2.2"
"typescript": "5.3.3"
}
}
6 changes: 3 additions & 3 deletions packages/config/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"postcss.js"
],
"devDependencies": {
"autoprefixer": "^10.4.16",
"postcss": "^8.4.33",
"tailwindcss": "^3.3.5"
"autoprefixer": "10.4.17",
"postcss": "8.4.35",
"tailwindcss": "3.4.1"
}
}
6 changes: 3 additions & 3 deletions packages/core/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"@tatsutakeinjp/tailwind-config": "^0.1.0",
"@types/react": "^18.2.48",
"eslint": "^8.52.0",
"postcss": "^8.4.33",
"postcss": "8.4.35",
"react": "^18.2.0",
"tsup": "^8.0.0",
"typescript": "^5.2.2"
"tsup": "8.0.2",
"typescript": "5.3.3"
}
}

0 comments on commit 515af37

Please sign in to comment.