Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 1, 2021
1 parent 9ff51b9 commit aee8057
Show file tree
Hide file tree
Showing 8 changed files with 421 additions and 334 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: amannn/[email protected].2
- uses: amannn/[email protected].6
with:
scopes: |
api
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"packages/*"
],
"engines": {
"yarn": "3.0.2",
"yarn": "3.1.0",
"node": "14.x"
},
"license": "GPL-3.0-only",
Expand Down Expand Up @@ -33,8 +33,8 @@
"@coderscamp/eslint-plugin": "0.0.1",
"@types/jest": "27.0.2",
"@types/shelljs": "0.8.9",
"@typescript-eslint/eslint-plugin": "5.1.0",
"@typescript-eslint/parser": "5.1.0",
"@typescript-eslint/eslint-plugin": "5.3.0",
"@typescript-eslint/parser": "5.3.0",
"concurrently": "6.3.0",
"cross-env": "7.0.3",
"del": "6.0.0",
Expand All @@ -53,7 +53,7 @@
"eslint-plugin-react": "7.26.1",
"eslint-plugin-react-hooks": "4.2.0",
"eslint-plugin-simple-import-sort": "7.0.0",
"eslint-plugin-testing-library": "4.12.4",
"eslint-plugin-testing-library": "5.0.0",
"jest": "27.3.1",
"jest-transform-stub": "2.0.0",
"prettier": "2.4.1",
Expand Down
12 changes: 6 additions & 6 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
},
"dependencies": {
"@coderscamp/shared": "0.0.1",
"@nestjs/common": "8.1.1",
"@nestjs/core": "8.1.1",
"@nestjs/common": "8.1.2",
"@nestjs/core": "8.1.2",
"@nestjs/cqrs": "8.0.0",
"@nestjs/event-emitter": "1.0.0",
"@nestjs/jwt": "8.0.0",
"@nestjs/passport": "8.0.1",
"@nestjs/platform-express": "8.1.1",
"@nestjs/platform-express": "8.1.2",
"@nestjs/serve-static": "2.2.2",
"@nestjs/swagger": "5.1.4",
"@prisma/client": "3.3.0",
Expand All @@ -49,19 +49,19 @@
"rxjs": "7.4.0",
"swagger-ui-express": "4.1.6",
"ts-retry-promise": "0.6.0",
"type-fest": "2.5.1",
"type-fest": "2.5.2",
"uuid": "8.3.2",
"yamljs": "0.3.0"
},
"devDependencies": {
"@nestjs/cli": "8.1.4",
"@nestjs/schematics": "8.0.4",
"@nestjs/testing": "8.1.1",
"@nestjs/testing": "8.1.2",
"@types/app-root-path": "1.2.4",
"@types/cookie-parser": "1.4.2",
"@types/dotenv": "8.2.0",
"@types/express": "4.17.13",
"@types/node": "16.11.4",
"@types/node": "16.11.6",
"@types/passport-github2": "1.2.5",
"@types/passport-jwt": "3.0.6",
"@types/passport-local": "1.0.34",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"invoke": "rimraf dist && tsc && node dist/cli/src/index.js"
},
"dependencies": {
"@supabase/supabase-js": "1.25.0",
"@supabase/supabase-js": "1.25.2",
"class-transformer": "0.4.0",
"class-validator": "0.13.1",
"commander": "8.3.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/panel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,27 +17,27 @@
"@hookform/resolvers": "2.8.2",
"@reduxjs/toolkit": "1.6.2",
"@toast-ui/react-calendar": "1.0.5",
"axios": "0.23.0",
"axios": "0.24.0",
"class-transformer": "0.4.0",
"class-validator": "0.13.1",
"dotenv": "10.0.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "7.17.5",
"react-redux": "7.2.5",
"react-hook-form": "7.18.0",
"react-redux": "7.2.6",
"react-router-dom": "5.3.0",
"react-use": "17.3.1",
"redux-saga": "1.1.3",
"reflect-metadata": "0.1.13",
"tui-calendar": "1.15.0"
},
"devDependencies": {
"@types/react": "17.0.31",
"@types/react": "17.0.33",
"@types/react-dom": "17.0.10",
"@types/react-router-dom": "5.3.1",
"@types/react-router-dom": "5.3.2",
"@vitejs/plugin-react-refresh": "1.3.6",
"msw": "0.35.0",
"vite": "2.6.10",
"vite": "2.6.13",
"vite-tsconfig-paths": "3.3.17"
}
}
6 changes: 3 additions & 3 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"@chakra-ui/theme-tools": "1.2.2",
"@emotion/react": "11.5.0",
"@emotion/styled": "11.3.0",
"@types/react-router-dom": "5.3.1",
"@types/react-router-dom": "5.3.2",
"@types/storybook-react-router": "1.0.1",
"framer-motion": "4.1.17",
"framer-motion": "5.0.1",
"react-router-dom": "5.3.0"
},
"devDependencies": {
Expand All @@ -39,7 +39,7 @@
"@testing-library/react": "12.1.2",
"@testing-library/react-hooks": "7.0.2",
"@testing-library/user-event": "13.5.0",
"@types/react": "17.0.31",
"@types/react": "17.0.33",
"@types/react-dom": "17.0.10",
"react": "17.0.2",
"storybook-react-router": "1.0.8"
Expand Down
14 changes: 7 additions & 7 deletions packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,22 @@
},
"dependencies": {
"@coderscamp/ui": "0.0.1",
"@next/bundle-analyzer": "11.1.2",
"@supabase/supabase-js": "1.25.0",
"next": "11.1.2",
"@next/bundle-analyzer": "12.0.2",
"@supabase/supabase-js": "1.25.2",
"next": "12.0.2",
"nodemailer": "6.7.0",
"preact": "10.5.15",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-headroom": "3.2.0",
"react-hook-form": "7.17.5",
"swiper": "7.0.9"
"react-hook-form": "7.18.0",
"swiper": "7.2.0"
},
"devDependencies": {
"@types/nodemailer": "6.4.4",
"@types/react": "17.0.31",
"@types/react": "17.0.33",
"@types/react-headroom": "2.2.2",
"next-compose-plugins": "2.2.1",
"next-transpile-modules": "8.0.0"
"next-transpile-modules": "9.0.0"
}
}
Loading

0 comments on commit aee8057

Please sign in to comment.