|
45 | 45 | "redux-thunk": "^2.4.1"
|
46 | 46 | },
|
47 | 47 | "devDependencies": {
|
48 |
| - "@babel/core": "^7.18.6", |
49 |
| - "@babel/plugin-syntax-flow": "^7.18.6", |
50 |
| - "@babel/plugin-transform-react-jsx": "^7.18.6", |
51 |
| - "@babel/preset-env": "^7.18.6", |
52 |
| - "@babel/preset-react": "^7.18.6", |
53 |
| - "@formatjs/cli": "^5.0.2", |
54 |
| - "@mavrin/stylelint-declaration-use-css-custom-properties": "^2.0.0", |
55 |
| - "@prefresh/babel-plugin": "^0.4.3", |
56 |
| - "@prefresh/core": "^1.3.4", |
57 |
| - "@prefresh/webpack": "^3.3.4", |
58 |
| - "@size-limit/file": "^7.0.8", |
59 |
| - "@swc/core": "1.2.205", |
60 |
| - "@swc/jest": "^0.2.21", |
61 |
| - "@testing-library/jest-dom": "^5.16.4", |
62 |
| - "@testing-library/preact": "^3.2.2", |
| 48 | + "@babel/core": "^7.26.0", |
| 49 | + "@babel/plugin-syntax-flow": "^7.26.0", |
| 50 | + "@babel/plugin-transform-react-jsx": "^7.25.9", |
| 51 | + "@babel/preset-env": "^7.26.0", |
| 52 | + "@babel/preset-react": "^7.26.3", |
| 53 | + "@formatjs/cli": "^6.3.14", |
| 54 | + "@mavrin/stylelint-declaration-use-css-custom-properties": "^3.0.1", |
| 55 | + "@prefresh/babel-plugin": "^0.5.1", |
| 56 | + "@prefresh/core": "^1.5.3", |
| 57 | + "@prefresh/webpack": "^4.0.1", |
| 58 | + "@size-limit/file": "^11.1.6", |
| 59 | + "@swc/core": "1.10.4", |
| 60 | + "@swc/jest": "^0.2.37", |
| 61 | + "@testing-library/jest-dom": "^6.6.3", |
| 62 | + "@testing-library/preact": "^3.2.4", |
63 | 63 | "@testing-library/preact-hooks": "^1.1.0",
|
64 |
| - "@types/enzyme": "^3.10.12", |
65 |
| - "@types/eslint": "^8.4.5", |
66 |
| - "@types/jest": "^28.1.4", |
67 |
| - "@types/lodash-es": "^4.17.6", |
68 |
| - "@types/node": "^18.0.1", |
| 64 | + "@types/enzyme": "^3.10.18", |
| 65 | + "@types/eslint": "^9.6.1", |
| 66 | + "@types/jest": "^29.5.14", |
| 67 | + "@types/lodash-es": "^4.17.12", |
| 68 | + "@types/node": "^22.10.3", |
69 | 69 | "@types/node-emoji": "^1.8.1",
|
70 | 70 | "@types/react-redux": "^7.1.24",
|
71 |
| - "@types/redux-mock-store": "^1.0.3", |
72 |
| - "@types/testing-library__jest-dom": "^5.14.5", |
73 |
| - "@types/webpack-env": "^1.17.0", |
74 |
| - "@typescript-eslint/eslint-plugin": "^5.30.3", |
75 |
| - "@typescript-eslint/parser": "^5.30.3", |
76 |
| - "babel-loader": "^8.2.5", |
| 71 | + "@types/redux-mock-store": "^1.5.0", |
| 72 | + "@types/testing-library__jest-dom": "^6.0.0", |
| 73 | + "@types/webpack-env": "^1.18.5", |
| 74 | + "@typescript-eslint/eslint-plugin": "^8.19.0", |
| 75 | + "@typescript-eslint/parser": "^8.19.0", |
| 76 | + "babel-loader": "^9.2.1", |
77 | 77 | "babel-plugin-jsx-remove-data-test-id": "^3.0.0",
|
78 | 78 | "clean-webpack-plugin": "^4.0.0",
|
79 | 79 | "copy-webpack-plugin": "^12.0.2",
|
80 | 80 | "cross-env": "^7.0.3",
|
81 |
| - "css-loader": "^6.7.1", |
82 |
| - "css-minimizer-webpack-plugin": "^4.0.0", |
83 |
| - "cssnano": "^5.1.12", |
84 |
| - "dotenv": "^16.0.1", |
| 81 | + "css-loader": "^7.1.2", |
| 82 | + "css-minimizer-webpack-plugin": "^7.0.0", |
| 83 | + "cssnano": "^7.0.6", |
| 84 | + "dotenv": "^16.4.7", |
85 | 85 | "enzyme": "^3.11.0",
|
86 |
| - "enzyme-adapter-preact-pure": "^4.0.1", |
87 |
| - "eslint": "^8.18.0", |
88 |
| - "eslint-config-preact": "^1.3.0", |
89 |
| - "eslint-config-prettier": "^8.5.0", |
| 86 | + "enzyme-adapter-preact-pure": "^4.1.0", |
| 87 | + "eslint": "^9.17.0", |
| 88 | + "eslint-config-preact": "^1.5.0", |
| 89 | + "eslint-config-prettier": "^9.1.0", |
90 | 90 | "eslint-config-react-app": "^7.0.1",
|
91 | 91 | "eslint-plugin-flowtype": "^8.0.3",
|
92 |
| - "eslint-plugin-import": "^2.26.0", |
93 |
| - "eslint-plugin-jsx-a11y": "^6.6.0", |
94 |
| - "eslint-plugin-prettier": "^4.2.1", |
95 |
| - "eslint-plugin-react": "^7.30.1", |
96 |
| - "eslint-plugin-react-hooks": "^4.6.0", |
97 |
| - "eslint-plugin-testing-library": "^5.5.1", |
| 92 | + "eslint-plugin-import": "^2.31.0", |
| 93 | + "eslint-plugin-jsx-a11y": "^6.10.2", |
| 94 | + "eslint-plugin-prettier": "^5.2.1", |
| 95 | + "eslint-plugin-react": "^7.37.3", |
| 96 | + "eslint-plugin-react-hooks": "^5.1.0", |
| 97 | + "eslint-plugin-testing-library": "^7.1.1", |
98 | 98 | "fast-async": "^6.3.8",
|
99 | 99 | "file-loader": "^6.2.0",
|
100 |
| - "fork-ts-checker-webpack-plugin": "^7.2.11", |
101 |
| - "html-webpack-plugin": "^5.5.0", |
| 100 | + "fork-ts-checker-webpack-plugin": "^9.0.2", |
| 101 | + "html-webpack-plugin": "^5.6.3", |
102 | 102 | "identity-obj-proxy": "^3.0.0",
|
103 | 103 | "incstr": "^1.2.3",
|
104 |
| - "jest": "^28.1.2", |
105 |
| - "jest-environment-jsdom": "^28.1.2", |
| 104 | + "jest": "^29.7.0", |
| 105 | + "jest-environment-jsdom": "^29.7.0", |
106 | 106 | "jest-fetch-mock": "^3.0.3",
|
107 |
| - "jest-localstorage-mock": "^2.4.21", |
108 |
| - "mini-css-extract-plugin": "^2.6.1", |
| 107 | + "jest-localstorage-mock": "^2.4.26", |
| 108 | + "mini-css-extract-plugin": "^2.9.2", |
109 | 109 | "npm-run-all": "^4.1.5",
|
110 |
| - "postcss": "^8.4.14", |
111 |
| - "postcss-html": "^1.4.1", |
112 |
| - "postcss-loader": "^7.0.0", |
113 |
| - "postcss-preset-env": "^7.7.2", |
114 |
| - "prettier": "^2.7.1", |
115 |
| - "redux-mock-store": "^1.5.4", |
116 |
| - "size-limit": "^7.0.8", |
117 |
| - "style-loader": "^3.3.1", |
118 |
| - "stylelint": "^14.9.1", |
119 |
| - "stylelint-config-prettier": "^9.0.3", |
120 |
| - "stylelint-config-standard": "^26.0.0", |
121 |
| - "stylelint-value-no-unknown-custom-properties": "^4.0.0", |
122 |
| - "ts-loader": "^9.3.1", |
123 |
| - "ts-node": "^10.8.1", |
124 |
| - "tsconfig-paths-webpack-plugin": "^3.5.2", |
125 |
| - "typescript": "^4.7.4", |
| 110 | + "postcss": "^8.4.49", |
| 111 | + "postcss-html": "^1.7.0", |
| 112 | + "postcss-loader": "^8.1.1", |
| 113 | + "postcss-preset-env": "^10.1.3", |
| 114 | + "prettier": "^3.4.2", |
| 115 | + "redux-mock-store": "^1.5.5", |
| 116 | + "size-limit": "^11.1.6", |
| 117 | + "style-loader": "^4.0.0", |
| 118 | + "stylelint": "^16.12.0", |
| 119 | + "stylelint-config-prettier": "^9.0.5", |
| 120 | + "stylelint-config-standard": "^36.0.1", |
| 121 | + "stylelint-value-no-unknown-custom-properties": "^6.0.1", |
| 122 | + "ts-loader": "^9.5.1", |
| 123 | + "ts-node": "^10.9.2", |
| 124 | + "tsconfig-paths-webpack-plugin": "^4.2.0", |
| 125 | + "typescript": "^5.7.2", |
126 | 126 | "url-loader": "^4.1.1",
|
127 |
| - "webpack": "^5.73.0", |
128 |
| - "webpack-bundle-analyzer": "^4.5.0", |
129 |
| - "webpack-cli": "^4.10.0", |
130 |
| - "webpack-dev-server": "^4.9.3" |
| 127 | + "webpack": "^5.97.1", |
| 128 | + "webpack-bundle-analyzer": "^4.10.2", |
| 129 | + "webpack-cli": "^6.0.1", |
| 130 | + "webpack-dev-server": "^5.2.0" |
131 | 131 | }
|
132 | 132 | }
|
0 commit comments