Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"node/no-unpublished-import": "off",
"node/no-unsupported-features/es-syntax": ["error", {
"ignores": ["modules"]
}]
}],
"@typescript-eslint/object-curly-spacing": "off"
},
"env": {
"webextensions": true
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:

- name: Set Node.js environment
uses: actions/setup-node@v4
with:
node-version: '20'

- name: Install dependencies
run: yarn install
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this add-on will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## Unreleased
### Changed
- Bulk update of dependencies.

### Removed
- Clear statements before inputting text, they were not needed and could cause problems.
Expand Down
122 changes: 61 additions & 61 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"license": "MIT",
"engines": {
"node": ">=16.0.0",
"node": ">=20.0.0",
"yarn": ">= 1.0.0"
},
"jest": {
Expand All @@ -32,80 +32,80 @@
"buildAndTest": "yarn run build && yarn test"
},
"dependencies": {
"@babel/runtime": "^7.14.0",
"advanced-css-reset": "^1.2.2",
"@babel/runtime": "^7.26.7",
"advanced-css-reset": "^2.1.3",
"emoji-log": "^1.0.2",
"i18next": "^24.2.2",
"i18next-browser-languagedetector": "^8.0.2",
"lodash": "^4.17.21",
"webext-base-css": "^2.1.0",
"webextension-polyfill": "0.10.0"
"webextension-polyfill": "0.12.0"
},
"devDependencies": {
"4.5": "^0.5.0",
"@abhijithvijayan/eslint-config": "2.6.3",
"@abhijithvijayan/eslint-config-airbnb": "^1.0.2",
"@abhijithvijayan/eslint-config": "2.8.1",
"@abhijithvijayan/eslint-config-airbnb": "^1.1.0",
"@abhijithvijayan/tsconfig": "^1.3.0",
"@babel/core": "^7.14.3",
"@babel/eslint-parser": "^7.12.16",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-object-rest-spread": "^7.14.2",
"@babel/plugin-transform-destructuring": "^7.13.17",
"@babel/plugin-transform-runtime": "^7.14.3",
"@babel/preset-env": "^7.14.2",
"@babel/preset-react": "^7.13.13",
"@babel/preset-typescript": "^7.21.5",
"@jest/globals": "^29.4.3",
"@playwright/test": "^1.33.0",
"@types/jest": "^29.4.0",
"@types/json-server": "^0.14.4",
"@types/lodash": "^4.14.195",
"@types/node": "^20.1.0",
"@types/text-encoding": "^0.0.36",
"@types/webextension-polyfill": "^0.10.0",
"@types/webpack": "^4.41.29",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"autoprefixer": "^10.2.5",
"babel-loader": "^8.3.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^6.4.1",
"@babel/core": "^7.26.8",
"@babel/eslint-parser": "^7.26.8",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-transform-destructuring": "^7.25.9",
"@babel/plugin-transform-runtime": "^7.26.8",
"@babel/preset-env": "^7.26.8",
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@jest/globals": "^29.7.0",
"@playwright/test": "^1.50.1",
"@types/jest": "^29.5.14",
"@types/json-server": "^0.14.7",
"@types/lodash": "^4.17.15",
"@types/node": "^22.13.2",
"@types/text-encoding": "^0.0.40",
"@types/webextension-polyfill": "^0.12.1",
"@types/webpack": "^5.28.5",
"@typescript-eslint/eslint-plugin": "^8.24.0",
"@typescript-eslint/parser": "^8.24.0",
"autoprefixer": "^10.4.20",
"babel-loader": "^9.2.1",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^12.0.2",
"cross-env": "^7.0.3",
"css-loader": "^6.8.1",
"eslint": "^7.27.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-import": "^2.23.3",
"eslint-plugin-jsx-a11y": "^6.4.1",
"css-loader": "^7.1.2",
"eslint": "^9.20.1",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"express": "^4.20.0",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.1.0",
"express": "^4.21.2",
"filemanager-webpack-plugin": "^8.0.0",
"fork-ts-checker-webpack-plugin": "^6.2.10",
"html-webpack-plugin": "^5.5.0",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"html-webpack-plugin": "^5.6.3",
"http-server": "^14.1.1",
"jest": "^29.4.3",
"jest-environment-jsdom": "^29.5.0",
"jsdom": "^22.0.0",
"json-server": "^0.17.3",
"mini-css-extract-plugin": "^1.6.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jsdom": "^26.0.0",
"json-server": "^0.17.4",
"mini-css-extract-plugin": "^2.9.2",
"optimize-css-assets-webpack-plugin": "^6.0.1",
"playwright": "^1.33.0",
"playwright-webextext": "^0.0.3",
"postcss": "^8.4.31",
"postcss-loader": "^4.3.0",
"prettier": "^2.3.0",
"playwright": "^1.50.1",
"playwright-webextext": "^0.0.4",
"postcss": "^8.5.2",
"postcss-loader": "^8.1.1",
"prettier": "^3.5.0",
"resolve-url-loader": "^5.0.0",
"sass": "^1.53.0",
"sass-loader": "^10.2.0",
"terser-webpack-plugin": "^4.2.3",
"ts-jest": "^29.1.0",
"typescript": "^5.0.4",
"webpack": "^5.94.0",
"webpack-cli": "^4.7.0",
"webpack-ext-reloader": "^1.1.9",
"wext-manifest-loader": "^2.3.0",
"wext-manifest-webpack-plugin": "^1.2.1"
"sass": "^1.84.0",
"sass-loader": "^16.0.4",
"terser-webpack-plugin": "^5.3.11",
"ts-jest": "^29.2.5",
"typescript": "^5.7.3",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1",
"webpack-ext-reloader": "^1.1.13",
"wext-manifest-loader": "^2.4.2",
"wext-manifest-webpack-plugin": "^1.4.1"
}
}
Loading
Loading