File tree 5 files changed +6
-6
lines changed
turborepo-next-monorepo-demo
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 9
9
steps :
10
10
- name : Generate token
11
11
id : generate_token
12
- uses : tibdex/github-app-token@v1.5.2
12
+ uses : tibdex/github-app-token@v1.8.0
13
13
with :
14
14
app_id : ${{ secrets.TOKENS_APP_ID }}
15
15
private_key : ${{ secrets.TOKENS_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 30
30
"@testing-library/react" : " 13.4.0" ,
31
31
"@types/jest" : " 28.1.8" ,
32
32
"@types/node" : " 16.18.36" ,
33
- "@types/react" : " 18.0.38 " ,
34
- "@types/react-dom" : " 18.0.11 " ,
33
+ "@types/react" : " 18.2.14 " ,
34
+ "@types/react-dom" : " 18.2.6 " ,
35
35
"@typescript-eslint/eslint-plugin" : " ^5.36.1" ,
36
36
"@typescript-eslint/parser" : " ^5.36.1" ,
37
37
"babel-jest" : " 28.1.3" ,
Original file line number Diff line number Diff line change 17
17
"devDependencies" : {
18
18
"@babel/core" : " ^7.0.0" ,
19
19
"@types/node" : " ^17.0.12" ,
20
- "@types/react" : " 18.0.38 " ,
20
+ "@types/react" : " 18.2.14 " ,
21
21
"eslint" : " 7.32.0" ,
22
22
"eslint-config-custom" : " *" ,
23
23
"next-transpile-modules" : " 9.0.0" ,
Original file line number Diff line number Diff line change 17
17
"devDependencies" : {
18
18
"@babel/core" : " ^7.0.0" ,
19
19
"@types/node" : " ^17.0.12" ,
20
- "@types/react" : " 18.0.38 " ,
20
+ "@types/react" : " 18.2.14 " ,
21
21
"eslint" : " 7.32.0" ,
22
22
"eslint-config-custom" : " *" ,
23
23
"next-transpile-modules" : " 9.0.0" ,
Original file line number Diff line number Diff line change 27
27
"react" : " ^18.2.0" ,
28
28
"react-dom" : " ^18.2.0"
29
29
},
30
- "packageManager" : " npm@8.11.0 "
30
+ "packageManager" : " npm@8.19.4 "
31
31
}
You can’t perform that action at this time.
0 commit comments