Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 4, 2023
1 parent ca9c9a7 commit 95ccc7e
Show file tree
Hide file tree
Showing 11 changed files with 81 additions and 81 deletions.
28 changes: 14 additions & 14 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.9.3",
"@nestjs/apollo": "12.0.9",
"@nestjs/cli": "10.1.18",
"@nestjs/common": "10.2.6",
"@nestjs/config": "3.1.1",
"@nestjs/core": "10.2.6",
"@nestjs/graphql": "12.0.9",
"@nestjs/platform-express": "10.2.6",
"@nestjs/testing": "10.2.6",
"@prisma/client": "5.4.0",
"class-transformer": "0.5.1",
"class-validator": "0.14.0",
"dataloader": "2.2.2",
"dotenv": "16.3.1",
"graphql-subscriptions": "2.0.0",
"graphql-validation-complexity": "0.4.2",
"ts-pattern": "5.0.5",
"uuid": "9.0.0"
"uuid": "9.0.1"
},
"devDependencies": {
"@apollo/rover": "0.18.0",
"@apollo/rover": "0.19.1",
"@nestjs/schematics": "10.0.2",
"@types/graphql-validation-complexity": "0.4.0",
"@types/graphql-validation-complexity": "0.4.1",
"@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.4.0"
}
}
24 changes: 12 additions & 12 deletions apps/catalog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,23 +27,23 @@
"react-dom": "18.2.0"
},
"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.4.6",
"@storybook/addon-essentials": "7.4.6",
"@storybook/addon-styling": "1.3.7",
"@storybook/addon-viewport": "7.4.6",
"@storybook/addons": "7.4.6",
"@storybook/nextjs": "7.4.6",
"@storybook/react": "7.4.6",
"@storybook/theming": "7.4.6",
"@types/react": "18.2.24",
"@types/react-dom": "18.2.9",
"@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.4.6"
}
}
30 changes: 15 additions & 15 deletions apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,35 +29,35 @@
"@graphql-codegen/typescript-operations": "4.0.1",
"@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.3.1",
"@radix-ui/react-dialog": "1.0.5",
"@urql/core": "4.1.3",
"@urql/devtools": "2.0.3",
"@urql/next": "1.0.0",
"@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",
"emoji-picker-react": "4.5.2",
"framer-motion": "10.16.4",
"graphql": "16.8.1",
"graphql-tag": "2.12.6",
"graphql-ws": "5.14.0",
"jotai": "2.3.1",
"next": "13.4.19",
"graphql-ws": "5.14.1",
"jotai": "2.4.3",
"next": "13.5.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.45.4",
"sharp": "0.32.5",
"react-hook-form": "7.47.0",
"sharp": "0.32.6",
"urql": "4.0.5",
"urql-custom-scalars-exchange": "1.0.1",
"zod": "3.22.2"
"zod": "3.22.3"
},
"devDependencies": {
"@storybook/react": "7.3.2",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"@storybook/react": "7.4.6",
"@types/react": "18.2.24",
"@types/react-dom": "18.2.9",
"@usa/jest": "workspace:*",
"@usa/postcss": "workspace:*",
"@usa/prettier": "workspace:*",
Expand Down
26 changes: 13 additions & 13 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.8.0",
"volta": {
"node": "18.17.1",
"pnpm": "8.6.12"
"node": "18.18.0",
"pnpm": "8.8.0"
},
"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.44.3",
"@types/jest": "29.5.5",
"@types/node": "20.8.2",
"cross-env": "7.0.3",
"dotenv-cli": "7.3.0",
"eslint": "8.47.0",
"eslint": "8.50.0",
"husky": "8.0.3",
"jest": "29.6.2",
"lint-staged": "14.0.0",
"prettier": "3.0.2",
"rimraf": "5.0.1",
"jest": "29.7.0",
"lint-staged": "14.0.1",
"prettier": "3.0.3",
"rimraf": "5.0.5",
"stylelint": "15.10.3",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"turbo": "1.10.12",
"typescript": "5.1.6"
"turbo": "1.10.14",
"typescript": "5.2.2"
},
"pnpm": {
"patchedDependencies": {
Expand Down
16 changes: 8 additions & 8 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.0.5",
"@usa/design-token": "workspace:*",
"@usa/tailwind": "workspace:*",
"dotenv": "16.3.1",
"framer-motion": "10.16.0",
"next": "13.4.19",
"framer-motion": "10.16.4",
"next": "13.5.4",
"next-themes": "0.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "4.10.1"
"react-icons": "4.11.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.4.6",
"@storybook/react": "7.4.6",
"@types/react": "18.2.24",
"@types/react-dom": "18.2.9",
"@usa/jest": "workspace:*",
"@usa/postcss": "workspace:*",
"@usa/prettier": "workspace:*",
Expand Down
10 changes: 5 additions & 5 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.7.4",
"@typescript-eslint/parser": "6.7.4",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-airbnb-typescript": "17.1.0",
"eslint-config-next": "13.4.19",
"eslint-config-next": "13.5.4",
"eslint-config-prettier": "9.0.0",
"eslint-config-usa-base": "workspace:*",
"eslint-import-resolver-typescript": "3.6.0",
"eslint-import-resolver-typescript": "3.6.1",
"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-storybook": "0.6.14",
"eslint-plugin-tailwindcss": "3.13.0"
}
}
8 changes: 4 additions & 4 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.5",
"@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",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"next": "13.5.4",
"ts-jest": "29.1.1"
}
}
4 changes: 2 additions & 2 deletions packages/postcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
},
"devDependencies": {
"@usa/prettier": "workspace:*",
"autoprefixer": "10.4.15",
"autoprefixer": "10.4.16",
"eslint-config-usa-base": "workspace:*",
"postcss": "8.4.28",
"postcss": "8.4.31",
"postcss-import": "15.1.0",
"tailwindcss": "3.3.3"
}
Expand Down
10 changes: 5 additions & 5 deletions packages/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"clsx": "2.0.0",
"dotenv": "16.3.1",
"tailwind-merge": "1.14.0",
"tailwind-variants": "0.1.13"
"tailwind-variants": "0.1.14"
},
"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.16",
"eslint-config-usa-esm": "workspace:*",
"postcss": "8.4.28",
"postcss": "8.4.31",
"postcss-import": "15.1.0",
"tailwindcss": "3.3.3",
"tailwindcss-animate": "1.0.6",
"tw-colors": "2.0.3"
"tailwindcss-animate": "1.0.7",
"tw-colors": "2.2.0"
}
}
4 changes: 2 additions & 2 deletions packages/tsconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"@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/node-lts": "18.12.5",
"@tsconfig/strictest": "2.0.2",
"@usa/prettier": "workspace:*",
"eslint-config-usa-base": "workspace:*"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/type/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"@usa/tsconfig": "workspace:*",
"add": "2.0.6",
"eslint-config-usa-esm": "workspace:*",
"ts-essentials": "9.3.2"
"ts-essentials": "9.4.0"
}
}

0 comments on commit 95ccc7e

Please sign in to comment.