Skip to content

Commit c94d645

Browse files
fix(deps): update all non-major dependencies
1 parent 0ae1167 commit c94d645

File tree

5 files changed

+3561
-2977
lines changed

5 files changed

+3561
-2977
lines changed

.github/workflows/submit.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
1818
restore-keys: |
1919
${{ runner.os }}-
20-
- uses: pnpm/action-setup@v2.2.4
20+
- uses: pnpm/action-setup@v2.4.1
2121
with:
2222
version: latest
2323
run_install: true
2424
- name: Use Node.js 16.x
25-
uses: actions/setup-node@v3.4.1
25+
uses: actions/setup-node@v3.8.2
2626
with:
2727
node-version: 16.x
2828
cache: "pnpm"

apps/web-extension/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -13,27 +13,27 @@
1313
},
1414
"dependencies": {
1515
"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"
1919
},
2020
"devDependencies": {
2121
"@tailwindcss/typography": "^0.5.9",
2222
"@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",
2626
"autoprefixer": "^10.4.13",
2727
"daisyui": "^2.51.3",
2828
"eslint": "^8.35.0",
2929
"postcss": "^8.4.21",
3030
"prettier": "2.8.3",
3131
"prettier-plugin-packagejson": "^2.4.3",
32-
"prettier-plugin-tailwindcss": "^0.2.4",
32+
"prettier-plugin-tailwindcss": "^0.6.0",
3333
"tailwindcss": "^3.2.7",
3434
"typescript": "4.9.4"
3535
},
36-
"packageManager": "pnpm@7.28.0",
36+
"packageManager": "pnpm@7.33.7",
3737
"engines": {
3838
"node": ">=16.0.0",
3939
"pnpm": ">=7.20.0"

0 commit comments

Comments
 (0)