File tree Expand file tree Collapse file tree 19 files changed +2110
-3274
lines changed
template-lib-monorepo/packages Expand file tree Collapse file tree 19 files changed +2110
-3274
lines changed Original file line number Diff line number Diff line change 14
14
runs-on : ${{ matrix.os }}
15
15
steps :
16
16
- uses : actions/checkout@v2
17
- - uses : pnpm/action-setup@v2.0.1
17
+ - uses : pnpm/action-setup@v2.2.4
18
18
with :
19
19
version : ' 7'
20
20
- name : Setup Node
Original file line number Diff line number Diff line change 23
23
# ref: https://playwright.dev/docs/ci#github-actions
24
24
steps :
25
25
- uses : actions/checkout@v2
26
- - uses : pnpm/action-setup@v2.0.1
26
+ - uses : pnpm/action-setup@v2.2.4
27
27
with :
28
28
version : ' 7'
29
29
- name : Setup Node
Original file line number Diff line number Diff line change 22
22
"react-router-dom" : " ^6.10.0"
23
23
},
24
24
"devDependencies" : {
25
- "@types/react" : " ^18.0.33 " ,
25
+ "@types/react" : " ^18.0.38 " ,
26
26
"@vitejs/plugin-react" : " ^3.1.0" ,
27
27
"cross-env" : " ^7.0.3" ,
28
28
"gh-pages" : " ^5.0.0" ,
Original file line number Diff line number Diff line change 35
35
]
36
36
},
37
37
"devDependencies" : {
38
- "@playwright/test" : " ~1.32.2 " ,
38
+ "@playwright/test" : " ~1.32.3 " ,
39
39
"@pnpm/link-bins" : " ^9.0.0" ,
40
40
"@pnpm/logger" : " ^5.0.0" ,
41
- "@types/node" : " ^18.15.11 " ,
41
+ "@types/node" : " ^18.15.13 " ,
42
42
"@types/wait-on" : " ^5.3.1" ,
43
43
"cross-env" : " ^7.0.3" ,
44
44
"execa" : " ^5.1.1" ,
Original file line number Diff line number Diff line change 18
18
},
19
19
"devDependencies" : {
20
20
"@mdx-js/react" : " ^2.3.0" ,
21
- "@types/node" : " ^18.15.11 " ,
22
- "@types/react" : " ^18.0.33 " ,
21
+ "@types/node" : " ^18.15.13 " ,
22
+ "@types/react" : " ^18.0.38 " ,
23
23
"@vitejs/plugin-react" : " ^3.1.0" ,
24
24
"rimraf" : " ^4.4.1" ,
25
25
"serve" : " ^14.2.0" ,
26
26
"vite" : " ^4.2.1" ,
27
- "vite-pages-theme-doc" : " ^4.0.0 " ,
28
- "vite-plugin-react-pages" : " ^4.0.0 "
27
+ "vite-pages-theme-doc" : " ^4.1.4 " ,
28
+ "vite-plugin-react-pages" : " ^4.1.1 "
29
29
}
30
30
}
Original file line number Diff line number Diff line change 9
9
"author" : " " ,
10
10
"license" : " ISC" ,
11
11
"devDependencies" : {
12
- "@types/react" : " ^18.0.33 " ,
12
+ "@types/react" : " ^18.0.38 " ,
13
13
"react" : " ^18.2.0" ,
14
14
"rimraf" : " ^4.4.1" ,
15
15
"typescript" : " ^5.0.4"
Original file line number Diff line number Diff line change 9
9
"author" : " " ,
10
10
"license" : " ISC" ,
11
11
"devDependencies" : {
12
- "@types/react" : " ^18.0.33 " ,
12
+ "@types/react" : " ^18.0.38 " ,
13
13
"react" : " ^18.2.0" ,
14
14
"rimraf" : " ^4.4.1" ,
15
15
"typescript" : " ^5.0.4"
Original file line number Diff line number Diff line change 18
18
},
19
19
"devDependencies" : {
20
20
"@mdx-js/react" : " ^2.3.0" ,
21
- "@types/node" : " ^18.15.11 " ,
22
- "@types/react" : " ^18.0.33 " ,
21
+ "@types/node" : " ^18.15.13 " ,
22
+ "@types/react" : " ^18.0.38 " ,
23
23
"@vitejs/plugin-react" : " ^3.1.0" ,
24
- "globby" : " ^13.1.3 " ,
24
+ "globby" : " ^13.1.4 " ,
25
25
"my-button" : " *" ,
26
26
"my-card" : " *" ,
27
27
"rimraf" : " ^4.4.1" ,
28
28
"serve" : " ^14.2.0" ,
29
29
"vite" : " ^4.2.1" ,
30
- "vite-pages-theme-doc" : " ^4.0.0 " ,
31
- "vite-plugin-react-pages" : " ^4.0.0 "
30
+ "vite-pages-theme-doc" : " ^4.1.4 " ,
31
+ "vite-plugin-react-pages" : " ^4.1.1 "
32
32
}
33
33
}
Original file line number Diff line number Diff line change 17
17
"devDependencies" : {
18
18
"@mdx-js/react" : " ^2.3.0" ,
19
19
"@rollup/plugin-typescript" : " ^11.1.0" ,
20
- "@types/node" : " ^18.15.11 " ,
21
- "@types/react" : " ^18.0.33 " ,
20
+ "@types/node" : " ^18.15.13 " ,
21
+ "@types/react" : " ^18.0.38 " ,
22
22
"@vitejs/plugin-react" : " ^3.1.0" ,
23
23
"rimraf" : " ^4.4.1" ,
24
24
"serve" : " ^14.2.0" ,
25
25
"vite" : " ^4.2.1" ,
26
- "vite-pages-theme-doc" : " ^4.0.0 " ,
27
- "vite-plugin-react-pages" : " ^4.0.0 "
26
+ "vite-pages-theme-doc" : " ^4.1.4 " ,
27
+ "vite-plugin-react-pages" : " ^4.1.1 "
28
28
}
29
29
}
Original file line number Diff line number Diff line change 18
18
},
19
19
"devDependencies" : {
20
20
"@mdx-js/mdx" : " ^2.3.0" ,
21
- "@types/react" : " ^18.0.33 " ,
21
+ "@types/react" : " ^18.0.38 " ,
22
22
"@vitejs/plugin-react" : " ^3.1.0" ,
23
23
"rimraf" : " ^4.4.1" ,
24
- "sass" : " ^1.61 .0" ,
24
+ "sass" : " ^1.62 .0" ,
25
25
"serve" : " ^14.2.0" ,
26
26
"vite" : " ^4.2.1" ,
27
27
"vite-plugin-react-pages" : " workspace:*"
You can’t perform that action at this time.
0 commit comments