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
70 changes: 35 additions & 35 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,73 +39,73 @@
"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/core": "^7.26.8",
"@babel/eslint-parser": "^7.26.8",
"@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",
"@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.4",
"@types/lodash": "^4.14.195",
"@types/lodash": "^4.17.15",
"@types/node": "^20.1.0",
"@types/text-encoding": "^0.0.36",
"@types/webextension-polyfill": "^0.10.0",
"@types/webpack": "^4.41.29",
"@types/text-encoding": "^0.0.40",
"@types/webextension-polyfill": "^0.12.1",
"@types/webpack": "^5.28.5",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"autoprefixer": "^10.2.5",
"autoprefixer": "^10.4.20",
"babel-loader": "^8.3.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^6.4.1",
"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",
"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": "^7.37.4",
"eslint-plugin-react-hooks": "^4.2.0",
"express": "^4.20.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",
"html-webpack-plugin": "^5.6.3",
"http-server": "^14.1.1",
"jest": "^29.4.3",
"jest-environment-jsdom": "^29.5.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jsdom": "^22.0.0",
"json-server": "^0.17.3",
"json-server": "^0.17.4",
"mini-css-extract-plugin": "^1.6.0",
"optimize-css-assets-webpack-plugin": "^6.0.1",
"playwright": "^1.33.0",
"playwright-webextext": "^0.0.3",
"postcss": "^8.4.31",
"playwright-webextext": "^0.0.4",
"postcss": "^8.5.2",
"postcss-loader": "^4.3.0",
"prettier": "^2.3.0",
"resolve-url-loader": "^5.0.0",
"sass": "^1.53.0",
"sass": "^1.84.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",
"ts-jest": "^29.2.5",
"typescript": "^5.7.3",
"webpack": "^5.97.1",
"webpack-cli": "^4.7.0",
"webpack-ext-reloader": "^1.1.9",
"wext-manifest-loader": "^2.3.0",
"wext-manifest-webpack-plugin": "^1.2.1"
"webpack-ext-reloader": "^1.1.13",
"wext-manifest-loader": "^2.4.2",
"wext-manifest-webpack-plugin": "^1.4.1"
}
}
Loading
Loading