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 Nov 8, 2024
1 parent 0ae1167 commit 6586f7b
Show file tree
Hide file tree
Showing 5 changed files with 3,517 additions and 3,003 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/submit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-
- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2.4.1
with:
version: latest
run_install: true
- name: Use Node.js 16.x
uses: actions/setup-node@v3.4.1
uses: actions/setup-node@v3.8.2
with:
node-version: 16.x
cache: "pnpm"
Expand Down
16 changes: 8 additions & 8 deletions apps/web-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,27 @@
},
"dependencies": {
"clsx": "^1.2.1",
"plasmo": "0.65.3",
"react": "18.2.0",
"react-dom": "18.2.0"
"plasmo": "0.89.4",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@types/chrome": "0.0.210",
"@types/node": "18.11.18",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"@types/node": "18.19.64",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"autoprefixer": "^10.4.13",
"daisyui": "^2.51.3",
"eslint": "^8.35.0",
"postcss": "^8.4.21",
"prettier": "2.8.3",
"prettier-plugin-packagejson": "^2.4.3",
"prettier-plugin-tailwindcss": "^0.2.4",
"prettier-plugin-tailwindcss": "^0.6.0",
"tailwindcss": "^3.2.7",
"typescript": "4.9.4"
},
"packageManager": "pnpm@7.28.0",
"packageManager": "pnpm@7.33.7",
"engines": {
"node": ">=16.0.0",
"pnpm": ">=7.20.0"
Expand Down
Loading

0 comments on commit 6586f7b

Please sign in to comment.