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

Commit c95b2d1

Browse files
committed
chore(deps): update all dependencies
1 parent 9ff51b9 commit c95b2d1

File tree

8 files changed

+440
-326
lines changed

8 files changed

+440
-326
lines changed

.github/workflows/pull-request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v2
13-
- uses: amannn/[email protected].2
13+
- uses: amannn/[email protected].5
1414
with:
1515
scopes: |
1616
api

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"packages/*"
66
],
77
"engines": {
8-
"yarn": "3.0.2",
8+
"yarn": "3.1.0",
99
"node": "14.x"
1010
},
1111
"license": "GPL-3.0-only",
@@ -33,8 +33,8 @@
3333
"@coderscamp/eslint-plugin": "0.0.1",
3434
"@types/jest": "27.0.2",
3535
"@types/shelljs": "0.8.9",
36-
"@typescript-eslint/eslint-plugin": "5.1.0",
37-
"@typescript-eslint/parser": "5.1.0",
36+
"@typescript-eslint/eslint-plugin": "5.2.0",
37+
"@typescript-eslint/parser": "5.2.0",
3838
"concurrently": "6.3.0",
3939
"cross-env": "7.0.3",
4040
"del": "6.0.0",
@@ -53,7 +53,7 @@
5353
"eslint-plugin-react": "7.26.1",
5454
"eslint-plugin-react-hooks": "4.2.0",
5555
"eslint-plugin-simple-import-sort": "7.0.0",
56-
"eslint-plugin-testing-library": "4.12.4",
56+
"eslint-plugin-testing-library": "5.0.0",
5757
"jest": "27.3.1",
5858
"jest-transform-stub": "2.0.0",
5959
"prettier": "2.4.1",

packages/api/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
},
2121
"dependencies": {
2222
"@coderscamp/shared": "0.0.1",
23-
"@nestjs/common": "8.1.1",
24-
"@nestjs/core": "8.1.1",
23+
"@nestjs/common": "8.1.2",
24+
"@nestjs/core": "8.1.2",
2525
"@nestjs/cqrs": "8.0.0",
2626
"@nestjs/event-emitter": "1.0.0",
2727
"@nestjs/jwt": "8.0.0",
2828
"@nestjs/passport": "8.0.1",
29-
"@nestjs/platform-express": "8.1.1",
29+
"@nestjs/platform-express": "8.1.2",
3030
"@nestjs/serve-static": "2.2.2",
3131
"@nestjs/swagger": "5.1.4",
3232
"@prisma/client": "3.3.0",
@@ -49,19 +49,19 @@
4949
"rxjs": "7.4.0",
5050
"swagger-ui-express": "4.1.6",
5151
"ts-retry-promise": "0.6.0",
52-
"type-fest": "2.5.1",
52+
"type-fest": "2.5.2",
5353
"uuid": "8.3.2",
5454
"yamljs": "0.3.0"
5555
},
5656
"devDependencies": {
5757
"@nestjs/cli": "8.1.4",
5858
"@nestjs/schematics": "8.0.4",
59-
"@nestjs/testing": "8.1.1",
59+
"@nestjs/testing": "8.1.2",
6060
"@types/app-root-path": "1.2.4",
6161
"@types/cookie-parser": "1.4.2",
6262
"@types/dotenv": "8.2.0",
6363
"@types/express": "4.17.13",
64-
"@types/node": "16.11.4",
64+
"@types/node": "16.11.6",
6565
"@types/passport-github2": "1.2.5",
6666
"@types/passport-jwt": "3.0.6",
6767
"@types/passport-local": "1.0.34",

packages/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"invoke": "rimraf dist && tsc && node dist/cli/src/index.js"
77
},
88
"dependencies": {
9-
"@supabase/supabase-js": "1.25.0",
9+
"@supabase/supabase-js": "1.25.2",
1010
"class-transformer": "0.4.0",
1111
"class-validator": "0.13.1",
1212
"commander": "8.3.0",

packages/panel/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -17,27 +17,27 @@
1717
"@hookform/resolvers": "2.8.2",
1818
"@reduxjs/toolkit": "1.6.2",
1919
"@toast-ui/react-calendar": "1.0.5",
20-
"axios": "0.23.0",
20+
"axios": "0.24.0",
2121
"class-transformer": "0.4.0",
2222
"class-validator": "0.13.1",
2323
"dotenv": "10.0.0",
2424
"react": "17.0.2",
2525
"react-dom": "17.0.2",
26-
"react-hook-form": "7.17.5",
27-
"react-redux": "7.2.5",
26+
"react-hook-form": "7.18.0",
27+
"react-redux": "7.2.6",
2828
"react-router-dom": "5.3.0",
2929
"react-use": "17.3.1",
3030
"redux-saga": "1.1.3",
3131
"reflect-metadata": "0.1.13",
3232
"tui-calendar": "1.15.0"
3333
},
3434
"devDependencies": {
35-
"@types/react": "17.0.31",
35+
"@types/react": "17.0.33",
3636
"@types/react-dom": "17.0.10",
37-
"@types/react-router-dom": "5.3.1",
37+
"@types/react-router-dom": "5.3.2",
3838
"@vitejs/plugin-react-refresh": "1.3.6",
3939
"msw": "0.35.0",
40-
"vite": "2.6.10",
40+
"vite": "2.6.13",
4141
"vite-tsconfig-paths": "3.3.17"
4242
}
4343
}

packages/ui/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
"@chakra-ui/theme-tools": "1.2.2",
2222
"@emotion/react": "11.5.0",
2323
"@emotion/styled": "11.3.0",
24-
"@types/react-router-dom": "5.3.1",
24+
"@types/react-router-dom": "5.3.2",
2525
"@types/storybook-react-router": "1.0.1",
26-
"framer-motion": "4.1.17",
26+
"framer-motion": "5.0.0",
2727
"react-router-dom": "5.3.0"
2828
},
2929
"devDependencies": {
@@ -39,7 +39,7 @@
3939
"@testing-library/react": "12.1.2",
4040
"@testing-library/react-hooks": "7.0.2",
4141
"@testing-library/user-event": "13.5.0",
42-
"@types/react": "17.0.31",
42+
"@types/react": "17.0.33",
4343
"@types/react-dom": "17.0.10",
4444
"react": "17.0.2",
4545
"storybook-react-router": "1.0.8"

packages/website/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,22 @@
1111
},
1212
"dependencies": {
1313
"@coderscamp/ui": "0.0.1",
14-
"@next/bundle-analyzer": "11.1.2",
15-
"@supabase/supabase-js": "1.25.0",
16-
"next": "11.1.2",
14+
"@next/bundle-analyzer": "12.0.1",
15+
"@supabase/supabase-js": "1.25.2",
16+
"next": "12.0.1",
1717
"nodemailer": "6.7.0",
1818
"preact": "10.5.15",
1919
"react": "17.0.2",
2020
"react-dom": "17.0.2",
2121
"react-headroom": "3.2.0",
22-
"react-hook-form": "7.17.5",
23-
"swiper": "7.0.9"
22+
"react-hook-form": "7.18.0",
23+
"swiper": "7.2.0"
2424
},
2525
"devDependencies": {
2626
"@types/nodemailer": "6.4.4",
27-
"@types/react": "17.0.31",
27+
"@types/react": "17.0.33",
2828
"@types/react-headroom": "2.2.2",
2929
"next-compose-plugins": "2.2.1",
30-
"next-transpile-modules": "8.0.0"
30+
"next-transpile-modules": "9.0.0"
3131
}
3232
}

0 commit comments

Comments
 (0)