Skip to content

Commit

Permalink
Merge pull request #32 from JohnBra/feat/upgrade-deps
Browse files Browse the repository at this point in the history
[MOD] update deps, bump version to 1.2.0
  • Loading branch information
JohnBra authored May 11, 2024
2 parents 2297111 + b460f79 commit f02778b
Show file tree
Hide file tree
Showing 2 changed files with 2,193 additions and 1,605 deletions.
54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-web-extension",
"version": "1.1.0",
"version": "1.2.0",
"description": "A simple chrome extension template with Vite, React, TypeScript and Tailwind CSS.",
"license": "MIT",
"repository": {
Expand All @@ -13,33 +13,33 @@
},
"type": "module",
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"webextension-polyfill": "^0.10.0"
"react": "^18.3.1",
"react-dom": "^18.3.1",
"webextension-polyfill": "^0.11.0"
},
"devDependencies": {
"@crxjs/vite-plugin": "^1.0.14",
"@types/chrome": "^0.0.253",
"@types/node": "^18.17.1",
"@types/react": "^18.2.39",
"@types/react-dom": "^18.2.17",
"@types/webextension-polyfill": "^0.10.0",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"@vitejs/plugin-react-swc": "^3.0.1",
"autoprefixer": "^10.4.16",
"eslint": "^8.32.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.1",
"eslint-plugin-react-hooks": "^4.3.0",
"fs-extra": "^11.1.0",
"nodemon": "^2.0.20",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5",
"ts-node": "^10.9.1",
"typescript": "^4.9.4",
"vite": "^4.5.0"
"@crxjs/vite-plugin": "^2.0.0-beta.23",
"@types/chrome": "^0.0.268",
"@types/node": "^20.12.11",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@types/webextension-polyfill": "^0.10.7",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@vitejs/plugin-react-swc": "^3.6.0",
"autoprefixer": "^10.4.19",
"eslint": "^9.2.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.2",
"fs-extra": "^11.2.0",
"nodemon": "^3.1.0",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"vite": "^5.2.11"
}
}
Loading

0 comments on commit f02778b

Please sign in to comment.