diff --git a/README.md b/README.md index 3ecc350..4bb14df 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,6 @@

🚀 web-extension-starter

Web Extension starter to build "Write Once Run on Any Browser" extension

- - Travis Build - - - - DEPENDENCIES - LICENSE @@ -77,7 +70,7 @@ curl -fsSL https://github.com/abhijithvijayan/web-extension-starter/archive/reac Ensure you have -- [Node.js](https://nodejs.org) 10 or later installed +- [Node.js](https://nodejs.org) 20 or later installed Then run the following: diff --git a/package-lock.json b/package-lock.json index 37c8334..c23b37c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,27 +10,27 @@ "license": "MIT", "dependencies": { "advanced-css-reset": "2.1.3", - "react": "19.1.0", - "react-dom": "19.1.0", - "webextension-polyfill": "0.12.0" + "react": "^19.1.0", + "react-dom": "^19.1.0", + "webextension-polyfill": "^0.12.0" }, "devDependencies": { "@abhijithvijayan/tsconfig": "^1.5.1", "@types/node": "^24.0.7", - "@types/react": "19.1.8", - "@types/react-dom": "19.1.6", - "@types/webextension-polyfill": "0.12.3", - "@vitejs/plugin-react": "4.5.2", - "autoprefixer": "10.4.21", - "cross-env": "7.0.3", - "postcss": "8.5.6", - "sass": "1.89.2", - "typescript": "5.8.3", - "vite": "6.3.5", - "vite-plugin-checker": "0.9.3", - "vite-plugin-clean": "2.0.1", + "@types/react": "^19.1.8", + "@types/react-dom": "^19.1.6", + "@types/webextension-polyfill": "^0.12.3", + "@vitejs/plugin-react": "^4.5.2", + "autoprefixer": "^10.4.21", + "cross-env": "^7.0.3", + "postcss": "^8.5.6", + "sass": "^1.89.2", + "typescript": "^5.8.3", + "vite": "^6.3.5", + "vite-plugin-checker": "^0.9.3", + "vite-plugin-clean": "^2.0.1", "vite-plugin-wext-manifest": "^1.1.0", - "vite-plugin-zip-pack": "1.2.4" + "vite-plugin-zip-pack": "^1.2.4" }, "engines": { "node": ">=20" diff --git a/package.json b/package.json index db069bf..34a4d8d 100644 --- a/package.json +++ b/package.json @@ -25,26 +25,26 @@ }, "dependencies": { "advanced-css-reset": "2.1.3", - "react": "19.1.0", - "react-dom": "19.1.0", - "webextension-polyfill": "0.12.0" + "react": "^19.1.0", + "react-dom": "^19.1.0", + "webextension-polyfill": "^0.12.0" }, "devDependencies": { "@abhijithvijayan/tsconfig": "^1.5.1", "@types/node": "^24.0.7", - "@types/react": "19.1.8", - "@types/react-dom": "19.1.6", - "@types/webextension-polyfill": "0.12.3", - "@vitejs/plugin-react": "4.5.2", - "autoprefixer": "10.4.21", - "cross-env": "7.0.3", - "postcss": "8.5.6", - "sass": "1.89.2", - "typescript": "5.8.3", - "vite": "6.3.5", - "vite-plugin-checker": "0.9.3", - "vite-plugin-clean": "2.0.1", + "@types/react": "^19.1.8", + "@types/react-dom": "^19.1.6", + "@types/webextension-polyfill": "^0.12.3", + "@vitejs/plugin-react": "^4.5.2", + "autoprefixer": "^10.4.21", + "cross-env": "^7.0.3", + "postcss": "^8.5.6", + "sass": "^1.89.2", + "typescript": "^5.8.3", + "vite": "^6.3.5", + "vite-plugin-checker": "^0.9.3", + "vite-plugin-clean": "^2.0.1", "vite-plugin-wext-manifest": "^1.1.0", - "vite-plugin-zip-pack": "1.2.4" + "vite-plugin-zip-pack": "^1.2.4" } }