File tree 5 files changed +3561
-2977
lines changed
5 files changed +3561
-2977
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ jobs:
17
17
key : ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
18
18
restore-keys : |
19
19
${{ runner.os }}-
20
- - uses : pnpm/action-setup@v2.2.4
20
+ - uses : pnpm/action-setup@v2.4.1
21
21
with :
22
22
version : latest
23
23
run_install : true
24
24
- name : Use Node.js 16.x
25
- uses : actions/setup-node@v3.4.1
25
+ uses : actions/setup-node@v3.8.2
26
26
with :
27
27
node-version : 16.x
28
28
cache : " pnpm"
Original file line number Diff line number Diff line change 13
13
},
14
14
"dependencies" : {
15
15
"clsx" : " ^1.2.1" ,
16
- "plasmo" : " 0.65 .3" ,
17
- "react" : " 18.2.0 " ,
18
- "react-dom" : " 18.2.0 "
16
+ "plasmo" : " 0.89 .3" ,
17
+ "react" : " 18.3.1 " ,
18
+ "react-dom" : " 18.3.1 "
19
19
},
20
20
"devDependencies" : {
21
21
"@tailwindcss/typography" : " ^0.5.9" ,
22
22
"@types/chrome" : " 0.0.210" ,
23
- "@types/node" : " 18.11.18 " ,
24
- "@types/react" : " 18.0.27 " ,
25
- "@types/react-dom" : " 18.0.10 " ,
23
+ "@types/node" : " 18.19.56 " ,
24
+ "@types/react" : " 18.3.11 " ,
25
+ "@types/react-dom" : " 18.3.1 " ,
26
26
"autoprefixer" : " ^10.4.13" ,
27
27
"daisyui" : " ^2.51.3" ,
28
28
"eslint" : " ^8.35.0" ,
29
29
"postcss" : " ^8.4.21" ,
30
30
"prettier" : " 2.8.3" ,
31
31
"prettier-plugin-packagejson" : " ^2.4.3" ,
32
- "prettier-plugin-tailwindcss" : " ^0.2.4 " ,
32
+ "prettier-plugin-tailwindcss" : " ^0.6.0 " ,
33
33
"tailwindcss" : " ^3.2.7" ,
34
34
"typescript" : " 4.9.4"
35
35
},
36
- "packageManager" : " pnpm@7.28.0 " ,
36
+ "packageManager" : " pnpm@7.33.7 " ,
37
37
"engines" : {
38
38
"node" : " >=16.0.0" ,
39
39
"pnpm" : " >=7.20.0"
You can’t perform that action at this time.
0 commit comments