Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 1, 2025
1 parent ca9c9a7 commit 9899601
Show file tree
Hide file tree
Showing 13 changed files with 125 additions and 125 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/graphql-commit-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
token: ${{ secrets.PAT }}

- name: setup mongodb
uses: supercharge/mongodb-github-action@v1.10.0
uses: supercharge/mongodb-github-action@1.11.0
with:
mongodb-version: ${{ env.mongodb-version }}
mongodb-port: 27017
Expand Down
38 changes: 19 additions & 19 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,36 +29,36 @@
"apollo:rover": "rover graph publish usa@current --schema ./schema.gql"
},
"dependencies": {
"@apollo/server": "4.9.1",
"@nestjs/apollo": "12.0.7",
"@nestjs/cli": "10.1.12",
"@nestjs/common": "10.1.3",
"@nestjs/config": "3.0.0",
"@nestjs/core": "10.1.3",
"@nestjs/graphql": "12.0.8",
"@nestjs/platform-express": "10.1.3",
"@nestjs/testing": "10.1.3",
"@prisma/client": "5.1.1",
"@apollo/server": "4.11.2",
"@nestjs/apollo": "12.2.2",
"@nestjs/cli": "10.4.9",
"@nestjs/common": "10.4.15",
"@nestjs/config": "3.3.0",
"@nestjs/core": "10.4.15",
"@nestjs/graphql": "12.2.2",
"@nestjs/platform-express": "10.4.15",
"@nestjs/testing": "10.4.15",
"@prisma/client": "5.22.0",
"class-transformer": "0.5.1",
"class-validator": "0.14.0",
"dataloader": "2.2.2",
"dotenv": "16.3.1",
"class-validator": "0.14.1",
"dataloader": "2.2.3",
"dotenv": "16.4.7",
"graphql-subscriptions": "2.0.0",
"graphql-validation-complexity": "0.4.2",
"ts-pattern": "5.0.5",
"uuid": "9.0.0"
"ts-pattern": "5.6.0",
"uuid": "9.0.1"
},
"devDependencies": {
"@apollo/rover": "0.18.0",
"@nestjs/schematics": "10.0.2",
"@types/graphql-validation-complexity": "0.4.0",
"@apollo/rover": "0.26.3",
"@nestjs/schematics": "10.2.3",
"@types/graphql-validation-complexity": "0.4.4",
"@usa/jest": "workspace:*",
"@usa/postcss": "workspace:*",
"@usa/prettier": "workspace:*",
"@usa/stylelint": "workspace:*",
"@usa/tsconfig": "workspace:*",
"@usa/type": "workspace:*",
"eslint-config-usa-node": "workspace:*",
"prisma": "5.1.1"
"prisma": "5.22.0"
}
}
30 changes: 15 additions & 15 deletions apps/catalog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,28 +22,28 @@
"@usa/core": "workspace:*",
"@usa/design-token": "workspace:*",
"@usa/tailwind": "workspace:*",
"dotenv": "16.3.1",
"react": "18.2.0",
"react-dom": "18.2.0"
"dotenv": "16.4.7",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@storybook/addon-a11y": "7.3.2",
"@storybook/addon-essentials": "7.3.2",
"@storybook/addon-styling": "1.3.6",
"@storybook/addon-viewport": "7.3.2",
"@storybook/addons": "7.3.2",
"@storybook/nextjs": "7.3.2",
"@storybook/react": "7.3.2",
"@storybook/theming": "7.3.2",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"@storybook/addon-a11y": "7.6.20",
"@storybook/addon-essentials": "7.6.20",
"@storybook/addon-styling": "1.3.7",
"@storybook/addon-viewport": "7.6.20",
"@storybook/addons": "7.6.17",
"@storybook/nextjs": "7.6.20",
"@storybook/react": "7.6.20",
"@storybook/theming": "7.6.20",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@usa/jest": "workspace:*",
"@usa/postcss": "workspace:*",
"@usa/prettier": "workspace:*",
"@usa/stylelint": "workspace:*",
"@usa/tsconfig": "workspace:*",
"chromatic": "6.22.0",
"chromatic": "6.24.1",
"eslint-config-usa-nextjs": "workspace:*",
"storybook": "7.3.2"
"storybook": "7.6.20"
}
}
52 changes: 26 additions & 26 deletions apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,43 +21,43 @@
"gql:introspect": "graphql-codegen --config codegen-introspect.ts -r dotenv/config"
},
"dependencies": {
"@dnd-kit/core": "6.0.8",
"@dnd-kit/utilities": "3.2.1",
"@graphql-codegen/cli": "5.0.0",
"@graphql-codegen/introspection": "4.0.0",
"@graphql-codegen/typescript": "4.0.1",
"@graphql-codegen/typescript-operations": "4.0.1",
"@dnd-kit/core": "6.3.1",
"@dnd-kit/utilities": "3.2.2",
"@graphql-codegen/cli": "5.0.3",
"@graphql-codegen/introspection": "4.0.3",
"@graphql-codegen/typescript": "4.1.2",
"@graphql-codegen/typescript-operations": "4.4.0",
"@graphql-codegen/typescript-urql": "3.7.3",
"@graphql-codegen/urql-introspection": "2.2.1",
"@hookform/resolvers": "3.2.0",
"@radix-ui/react-dialog": "1.0.4",
"@urql/core": "4.1.1",
"@hookform/resolvers": "3.9.1",
"@radix-ui/react-dialog": "1.1.4",
"@urql/core": "4.3.0",
"@urql/devtools": "2.0.3",
"@urql/next": "1.0.0",
"@urql/next": "1.1.3",
"@usa/core": "workspace:*",
"@usa/design-token": "workspace:*",
"@usa/tailwind": "workspace:*",
"date-fns": "2.30.0",
"dotenv": "16.3.1",
"emoji-picker-react": "4.4.11",
"framer-motion": "10.16.0",
"graphql": "16.8.0",
"dotenv": "16.4.7",
"emoji-picker-react": "4.12.0",
"framer-motion": "10.18.0",
"graphql": "16.10.0",
"graphql-tag": "2.12.6",
"graphql-ws": "5.14.0",
"jotai": "2.3.1",
"next": "13.4.19",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.45.4",
"sharp": "0.32.5",
"urql": "4.0.5",
"graphql-ws": "5.16.0",
"jotai": "2.11.0",
"next": "13.5.8",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "7.54.2",
"sharp": "0.33.5",
"urql": "4.2.1",
"urql-custom-scalars-exchange": "1.0.1",
"zod": "3.22.2"
"zod": "3.24.1"
},
"devDependencies": {
"@storybook/react": "7.3.2",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"@storybook/react": "7.6.20",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@usa/jest": "workspace:*",
"@usa/postcss": "workspace:*",
"@usa/prettier": "workspace:*",
Expand Down
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"node": ">=18.0.0 <19",
"pnpm": ">=8.0.0"
},
"packageManager": "pnpm@8.6.12",
"packageManager": "pnpm@8.15.9",
"volta": {
"node": "18.17.1",
"pnpm": "8.6.12"
"node": "18.20.5",
"pnpm": "8.15.9"
},
"scripts": {
"prepare": "husky install",
Expand All @@ -21,22 +21,22 @@
"website": "pnpm --filter @usa/website"
},
"devDependencies": {
"@types/eslint": "8.44.2",
"@types/jest": "29.5.3",
"@types/node": "20.5.1",
"@types/eslint": "8.56.12",
"@types/jest": "29.5.14",
"@types/node": "20.17.11",
"cross-env": "7.0.3",
"dotenv-cli": "7.3.0",
"eslint": "8.47.0",
"dotenv-cli": "7.4.4",
"eslint": "8.57.1",
"husky": "8.0.3",
"jest": "29.6.2",
"lint-staged": "14.0.0",
"prettier": "3.0.2",
"rimraf": "5.0.1",
"stylelint": "15.10.3",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"turbo": "1.10.12",
"typescript": "5.1.6"
"jest": "29.7.0",
"lint-staged": "14.0.1",
"prettier": "3.4.2",
"rimraf": "5.0.10",
"stylelint": "15.11.0",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"turbo": "1.13.4",
"typescript": "5.7.2"
},
"pnpm": {
"patchedDependencies": {
Expand Down
24 changes: 12 additions & 12 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,22 @@
"test": "jest --silent=false --verbose false --passWithNoTests"
},
"dependencies": {
"@radix-ui/react-dialog": "1.0.4",
"@radix-ui/react-dialog": "1.1.4",
"@usa/design-token": "workspace:*",
"@usa/tailwind": "workspace:*",
"dotenv": "16.3.1",
"framer-motion": "10.16.0",
"next": "13.4.19",
"next-themes": "0.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "4.10.1"
"dotenv": "16.4.7",
"framer-motion": "10.18.0",
"next": "13.5.8",
"next-themes": "0.4.4",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "4.12.0"
},
"devDependencies": {
"@storybook/nextjs": "7.3.2",
"@storybook/react": "7.3.2",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"@storybook/nextjs": "7.6.20",
"@storybook/react": "7.6.20",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@usa/jest": "workspace:*",
"@usa/postcss": "workspace:*",
"@usa/prettier": "workspace:*",
Expand Down
20 changes: 10 additions & 10 deletions packages/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@
"lint:fix": "eslint './**/*.*json' --fix"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "6.4.0",
"@typescript-eslint/parser": "6.4.0",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-airbnb-typescript": "17.1.0",
"eslint-config-next": "13.4.19",
"eslint-config-prettier": "9.0.0",
"eslint-config-next": "13.5.8",
"eslint-config-prettier": "9.1.0",
"eslint-config-usa-base": "workspace:*",
"eslint-import-resolver-typescript": "3.6.0",
"eslint-import-resolver-typescript": "3.7.0",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-storybook": "0.6.13",
"eslint-plugin-tailwindcss": "3.13.0"
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.37.3",
"eslint-plugin-storybook": "0.11.1",
"eslint-plugin-tailwindcss": "3.17.5"
}
}
10 changes: 5 additions & 5 deletions packages/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"fmt:fix": "prettier --write ."
},
"devDependencies": {
"@types/jest": "29.5.3",
"@types/jest": "29.5.14",
"@usa/prettier": "workspace:*",
"@usa/tsconfig": "workspace:*",
"eslint-config-usa-esm": "workspace:*",
"jest": "29.6.2",
"jest-environment-jsdom": "29.6.2",
"next": "13.4.19",
"ts-jest": "29.1.1"
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"next": "13.5.8",
"ts-jest": "29.2.5"
}
}
6 changes: 3 additions & 3 deletions packages/postcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
},
"devDependencies": {
"@usa/prettier": "workspace:*",
"autoprefixer": "10.4.15",
"autoprefixer": "10.4.20",
"eslint-config-usa-base": "workspace:*",
"postcss": "8.4.28",
"postcss": "8.4.49",
"postcss-import": "15.1.0",
"tailwindcss": "3.3.3"
"tailwindcss": "3.4.17"
}
}
4 changes: 2 additions & 2 deletions packages/stylelint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"@usa/prettier": "workspace:*",
"eslint-config-usa-base": "workspace:*",
"stylelint-config-prettier": "9.0.5",
"stylelint-config-recess-order": "4.3.0",
"stylelint-config-recess-order": "4.6.0",
"stylelint-config-standard-scss": "10.0.0",
"stylelint-prettier": "4.0.2"
"stylelint-prettier": "4.1.0"
}
}
16 changes: 8 additions & 8 deletions packages/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"test": "jest --silent=false --verbose false --passWithNoTests"
},
"dependencies": {
"clsx": "2.0.0",
"dotenv": "16.3.1",
"clsx": "2.1.1",
"dotenv": "16.4.7",
"tailwind-merge": "1.14.0",
"tailwind-variants": "0.1.13"
"tailwind-variants": "0.3.0"
},
"devDependencies": {
"@usa/design-token": "workspace:*",
Expand All @@ -27,12 +27,12 @@
"@usa/tsconfig": "workspace:*",
"@usa/type": "workspace:*",
"add": "2.0.6",
"autoprefixer": "10.4.15",
"autoprefixer": "10.4.20",
"eslint-config-usa-esm": "workspace:*",
"postcss": "8.4.28",
"postcss": "8.4.49",
"postcss-import": "15.1.0",
"tailwindcss": "3.3.3",
"tailwindcss-animate": "1.0.6",
"tw-colors": "2.0.3"
"tailwindcss": "3.4.17",
"tailwindcss-animate": "1.0.7",
"tw-colors": "2.2.0"
}
}
10 changes: 5 additions & 5 deletions packages/tsconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"fmt:fix": "prettier --write ."
},
"devDependencies": {
"@tsconfig/create-react-app": "2.0.1",
"@tsconfig/esm": "1.0.4",
"@tsconfig/next": "2.0.0",
"@tsconfig/node-lts": "18.12.3",
"@tsconfig/strictest": "2.0.1",
"@tsconfig/create-react-app": "2.0.5",
"@tsconfig/esm": "1.0.5",
"@tsconfig/next": "2.0.3",
"@tsconfig/node-lts": "18.12.5",
"@tsconfig/strictest": "2.0.5",
"@usa/prettier": "workspace:*",
"eslint-config-usa-base": "workspace:*"
}
Expand Down
Loading

0 comments on commit 9899601

Please sign in to comment.