Skip to content

Commit f741ed5

Browse files
author
soleilzhao
committed
Update dependencies and align README image alignment
Upgraded React, React DOM, TypeScript, Prettier, WXT, and related type packages to their latest versions in package.json. Updated the README to align the logo image to the left instead of center. Updated pnpm-lock.yaml to reflect new dependency versions.
1 parent e1656cb commit f741ed5

2 files changed

Lines changed: 1787 additions & 3860 deletions

File tree

package.json

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,16 @@
1616
"postinstall": "wxt prepare"
1717
},
1818
"dependencies": {
19-
"react": "^19.0.0",
20-
"react-dom": "^19.0.0"
19+
"react": "^19.1.1",
20+
"react-dom": "^19.1.1"
2121
},
2222
"devDependencies": {
23-
"@types/chrome": "^0.0.280",
24-
"@types/react": "^19.0.1",
25-
"@types/react-dom": "^19.0.2",
26-
"@wxt-dev/module-react": "^1.1.2",
27-
"prettier": "3.5.3",
28-
"typescript": "^5.6.3",
29-
"wxt": "^0.19.29"
30-
},
31-
"packageManager": "pnpm@9.15.4+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0"
23+
"@types/chrome": "^0.1.4",
24+
"@types/react": "^19.1.11",
25+
"@types/react-dom": "^19.1.8",
26+
"@wxt-dev/module-react": "^1.1.3",
27+
"prettier": "3.6.2",
28+
"typescript": "^5.9.2",
29+
"wxt": "^0.20.8"
30+
}
3231
}

0 commit comments

Comments
 (0)