|
16 | 16 | "translations": "node ./scripts/translations.js"
|
17 | 17 | },
|
18 | 18 | "dependencies": {
|
19 |
| - "@sentry/browser": "^6.18.1", |
20 |
| - "core-js": "^3.21.1", |
21 |
| - "date-fns": "^2.28.0", |
22 |
| - "date-fns-tz": "^1.3.0", |
23 |
| - "feather-icons": "^4.28.0", |
24 |
| - "github-calendar": "^2.3.1", |
| 19 | + "@sentry/browser": "^7.93.0", |
| 20 | + "core-js": "^3.35.0", |
| 21 | + "date-fns": "^2.30.0", |
| 22 | + "date-fns-tz": "^1.3.8", |
| 23 | + "feather-icons": "^4.29.1", |
| 24 | + "github-calendar": "^2.3.2", |
25 | 25 | "in-browser-language": "^1.0.3",
|
26 |
| - "nanoid": "^3.2.0", |
| 26 | + "nanoid": "^3.3.7", |
27 | 27 | "normalize.css": "^8.0.1",
|
28 |
| - "react": "^18.0.0", |
29 |
| - "react-dom": "^18.0.0", |
30 |
| - "react-error-boundary": "^3.1.4", |
31 |
| - "react-intl": "^5.25.0", |
32 |
| - "tlds": "^1.228.0", |
33 |
| - "webextension-polyfill": "^0.9.0" |
| 28 | + "react": "^18.2.0", |
| 29 | + "react-dom": "^18.2.0", |
| 30 | + "react-error-boundary": "^4.0.12", |
| 31 | + "react-intl": "^6.6.0", |
| 32 | + "tlds": "^1.248.0", |
| 33 | + "webextension-polyfill": "^0.10.0" |
34 | 34 | },
|
35 | 35 | "devDependencies": {
|
36 |
| - "@types/jest": "^27.4.0", |
37 |
| - "@types/react": "^18.0.6", |
38 |
| - "@types/react-dom": "^18.0.2", |
39 |
| - "@types/webextension-polyfill": "^0.8.2", |
| 36 | + "@types/jest": "^29.5.11", |
| 37 | + "@types/react": "^18.2.48", |
| 38 | + "@types/react-dom": "^18.2.18", |
| 39 | + "@types/webextension-polyfill": "^0.10.7", |
40 | 40 | "clean-webpack-plugin": "^4.0.0",
|
41 |
| - "copy-webpack-plugin": "^10.2.0", |
42 |
| - "css-loader": "^6.5.1", |
43 |
| - "dotenv": "^16.0.0", |
| 41 | + "copy-webpack-plugin": "^12.0.1", |
| 42 | + "css-loader": "^6.9.0", |
| 43 | + "dotenv": "^16.3.1", |
44 | 44 | "file-loader": "^6.2.0",
|
45 |
| - "html-webpack-plugin": "^5.5.0", |
46 |
| - "jest": "^27.4.7", |
47 |
| - "mini-css-extract-plugin": "^2.4.6", |
48 |
| - "node-sass": "^7.0.1", |
49 |
| - "prettier": "2.5.1", |
| 45 | + "html-webpack-plugin": "^5.6.0", |
| 46 | + "jest": "^29.7.0", |
| 47 | + "mini-css-extract-plugin": "^2.7.7", |
| 48 | + "node-sass": "^9.0.0", |
| 49 | + "prettier": "3.2.2", |
50 | 50 | "raw-loader": "^4.0.2",
|
51 | 51 | "react-intl-translations-manager": "^5.0.3",
|
52 |
| - "sass-loader": "^12.4.0", |
53 |
| - "ts-loader": "^9.2.6", |
54 |
| - "typescript": "^4.6.2", |
| 52 | + "sass-loader": "^14.0.0", |
| 53 | + "ts-loader": "^9.5.1", |
| 54 | + "typescript": "^5.3.3", |
55 | 55 | "typescript-react-intl": "^0.4.1",
|
56 | 56 | "url-loader": "^4.1.1",
|
57 |
| - "webpack": "^5.65.0", |
58 |
| - "webpack-cli": "^4.9.1", |
59 |
| - "webpack-dev-server": "^4.7.4", |
60 |
| - "webpack-ext-reloader": "^1.1.9", |
61 |
| - "workbox-webpack-plugin": "^6.4.2" |
| 57 | + "webpack": "^5.89.0", |
| 58 | + "webpack-cli": "^5.1.4", |
| 59 | + "webpack-dev-server": "^4.15.1", |
| 60 | + "webpack-ext-reloader": "^1.1.12", |
| 61 | + "workbox-webpack-plugin": "^7.0.0" |
62 | 62 | }
|
63 | 63 | }
|
0 commit comments