Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 14, 2023
1 parent 0ae1167 commit a004638
Show file tree
Hide file tree
Showing 5 changed files with 280 additions and 578 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/submit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
version: latest
run_install: true
- name: Use Node.js 16.x
uses: actions/setup-node@v3.4.1
uses: actions/setup-node@v3.6.0
with:
node-version: 16.x
cache: "pnpm"
Expand Down
6 changes: 3 additions & 3 deletions apps/web-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
},
"dependencies": {
"clsx": "^1.2.1",
"plasmo": "0.65.3",
"plasmo": "0.67.3",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@types/chrome": "0.0.210",
"@types/node": "18.11.18",
"@types/node": "18.15.2",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"autoprefixer": "^10.4.13",
Expand All @@ -33,7 +33,7 @@
"tailwindcss": "^3.2.7",
"typescript": "4.9.4"
},
"packageManager": "pnpm@7.28.0",
"packageManager": "pnpm@7.29.2",
"engines": {
"node": ">=16.0.0",
"pnpm": ">=7.20.0"
Expand Down
Loading

0 comments on commit a004638

Please sign in to comment.