Skip to content

Commit

Permalink
chore(deps): bumps package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ajyey committed Jun 24, 2024
1 parent b59bcde commit c12f321
Show file tree
Hide file tree
Showing 2 changed files with 3,210 additions and 3,380 deletions.
58 changes: 29 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,32 +22,32 @@
"update-version": "node utils/update-version.js"
},
"dependencies": {
"fastmail-masked-email": "^2.1.0",
"fuse.js": "^6.6.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"fastmail-masked-email": "^2.1.9",
"fuse.js": "^7.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.4.1",
"vite-plugin-css-injected-by-js": "^3.2.0",
"webextension-polyfill": "^0.10.0"
"vite-plugin-css-injected-by-js": "^3.5.1",
"webextension-polyfill": "^0.12.0"
},
"devDependencies": {
"@commitlint/cli": "^18.2.0",
"@commitlint/config-conventional": "^17.7.0",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^10.0.1",
"@semantic-release/commit-analyzer": "^13.0.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.0.5",
"@semantic-release/npm": "^11.0.1",
"@semantic-release/release-notes-generator": "^11.0.4",
"@types/chrome": "^0.0.241",
"@types/node": "^20.9.0",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.19",
"@types/webextension-polyfill": "^0.10.2",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.6.0",
"@semantic-release/github": "^10.0.6",
"@semantic-release/npm": "^12.0.1",
"@semantic-release/release-notes-generator": "^14.0.1",
"@types/chrome": "^0.0.268",
"@types/node": "^20.14.8",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/webextension-polyfill": "^0.10.7",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@vitejs/plugin-react-swc": "^3.7.0",
"autoprefixer": "^10.4.16",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.28.1",
Expand All @@ -56,19 +56,19 @@
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"fs-extra": "^11.1.1",
"husky": "^8.0.3",
"nodemon": "^3.0.1",
"fs-extra": "^11.2.0",
"husky": "^9.0.11",
"nodemon": "^3.1.4",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.38",
"prettier": "^3.0.3",
"rimraf": "^5.0.5",
"prettier": "^3.3.2",
"rimraf": "^5.0.7",
"run-script-os": "^1.1.6",
"semantic-release": "^21.0.7",
"semantic-release": "^24.0.0",
"semantic-release-chrome": "^3.2.0",
"tailwindcss": "^3.4.3",
"tailwindcss": "^3.4.4",
"ts-node": "^10.9.2",
"typescript": "^5.2.2",
"vite": "^4.5.3"
"typescript": "^5.5.2",
"vite": "^5.3.1"
}
}
Loading

0 comments on commit c12f321

Please sign in to comment.