|
39 | 39 | "buildAndTest": "yarn run build && yarn test" |
40 | 40 | }, |
41 | 41 | "dependencies": { |
42 | | - "@babel/runtime": "^7.27.0", |
| 42 | + "@babel/runtime": "^7.27.3", |
43 | 43 | "advanced-css-reset": "^2.1.3", |
44 | 44 | "emoji-log": "^1.0.2", |
45 | | - "i18next": "^25.0.1", |
46 | | - "i18next-browser-languagedetector": "^8.0.5", |
| 45 | + "i18next": "^25.2.1", |
| 46 | + "i18next-browser-languagedetector": "^8.1.0", |
47 | 47 | "lodash": "^4.17.21", |
48 | 48 | "webext-base-css": "^2.1.0", |
49 | 49 | "webextension-polyfill": "0.12.0" |
|
53 | 53 | "@abhijithvijayan/eslint-config": "2.8.1", |
54 | 54 | "@abhijithvijayan/eslint-config-airbnb": "^1.0.2", |
55 | 55 | "@abhijithvijayan/tsconfig": "^1.3.0", |
56 | | - "@babel/core": "^7.26.10", |
57 | | - "@babel/eslint-parser": "^7.27.0", |
| 56 | + "@babel/core": "^7.27.3", |
| 57 | + "@babel/eslint-parser": "^7.27.1", |
58 | 58 | "@babel/plugin-proposal-class-properties": "^7.13.0", |
59 | 59 | "@babel/plugin-proposal-object-rest-spread": "^7.14.2", |
60 | | - "@babel/plugin-transform-destructuring": "^7.13.17", |
61 | | - "@babel/plugin-transform-runtime": "^7.26.10", |
62 | | - "@babel/preset-env": "^7.14.2", |
63 | | - "@babel/preset-react": "^7.13.13", |
64 | | - "@babel/preset-typescript": "^7.27.0", |
| 60 | + "@babel/plugin-transform-destructuring": "^7.27.3", |
| 61 | + "@babel/plugin-transform-runtime": "^7.27.3", |
| 62 | + "@babel/preset-env": "^7.27.2", |
| 63 | + "@babel/preset-react": "^7.27.1", |
| 64 | + "@babel/preset-typescript": "^7.27.1", |
65 | 65 | "@jest/globals": "^29.4.3", |
66 | 66 | "@playwright/test": "^1.52.0", |
67 | 67 | "@types/jest": "^29.4.0", |
68 | 68 | "@types/json-server": "^0.14.8", |
69 | | - "@types/lodash": "^4.17.16", |
70 | | - "@types/node": "^22.15.3", |
| 69 | + "@types/lodash": "^4.17.17", |
| 70 | + "@types/node": "^22.15.21", |
71 | 71 | "@types/text-encoding": "^0.0.40", |
72 | 72 | "@types/webextension-polyfill": "^0.12.3", |
73 | 73 | "@types/webpack": "^5.28.5", |
|
80 | 80 | "cross-env": "^7.0.3", |
81 | 81 | "css-loader": "^7.1.2", |
82 | 82 | "eslint": "^7.27.0", |
83 | | - "eslint-config-prettier": "^10.1.2", |
| 83 | + "eslint-config-prettier": "^10.1.5", |
84 | 84 | "eslint-plugin-import": "^2.23.3", |
85 | 85 | "eslint-plugin-jsx-a11y": "^6.4.1", |
86 | 86 | "eslint-plugin-node": "^11.1.0", |
|
104 | 104 | "postcss-loader": "^8.1.1", |
105 | 105 | "prettier": "^2.3.0", |
106 | 106 | "resolve-url-loader": "^5.0.0", |
107 | | - "sass": "^1.87.0", |
| 107 | + "sass": "^1.89.0", |
108 | 108 | "sass-loader": "^16.0.5", |
109 | 109 | "terser-webpack-plugin": "^5.3.14", |
110 | | - "ts-jest": "^29.3.2", |
| 110 | + "ts-jest": "^29.3.4", |
111 | 111 | "typescript": "^5.8.3", |
112 | | - "webpack": "^5.99.7", |
| 112 | + "webpack": "^5.99.9", |
113 | 113 | "webpack-cli": "^6.0.1", |
114 | 114 | "webpack-ext-reloader": "^1.1.9", |
115 | 115 | "wext-manifest-loader": "^2.3.0", |
|
0 commit comments