Skip to content

Commit a004638

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

File tree

5 files changed

+280
-578
lines changed

5 files changed

+280
-578
lines changed

.github/workflows/submit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
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.6.0
2626
with:
2727
node-version: 16.x
2828
cache: "pnpm"

apps/web-extension/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
},
1414
"dependencies": {
1515
"clsx": "^1.2.1",
16-
"plasmo": "0.65.3",
16+
"plasmo": "0.67.3",
1717
"react": "18.2.0",
1818
"react-dom": "18.2.0"
1919
},
2020
"devDependencies": {
2121
"@tailwindcss/typography": "^0.5.9",
2222
"@types/chrome": "0.0.210",
23-
"@types/node": "18.11.18",
23+
"@types/node": "18.15.2",
2424
"@types/react": "18.0.27",
2525
"@types/react-dom": "18.0.10",
2626
"autoprefixer": "^10.4.13",
@@ -33,7 +33,7 @@
3333
"tailwindcss": "^3.2.7",
3434
"typescript": "4.9.4"
3535
},
36-
"packageManager": "pnpm@7.28.0",
36+
"packageManager": "pnpm@7.29.2",
3737
"engines": {
3838
"node": ">=16.0.0",
3939
"pnpm": ">=7.20.0"

0 commit comments

Comments
 (0)