|
45 | 45 | ]
|
46 | 46 | },
|
47 | 47 | "resolutions": {
|
48 |
| - "@babel/core": "7.22.9", |
49 |
| - "@types/jest": "29.5.3", |
50 |
| - "@types/node": "20.4.5", |
51 |
| - "@types/react": "18.2.16", |
52 |
| - "@types/react-dom": "18.2.7", |
53 |
| - "@typescript-eslint/parser": "6.2.0", |
54 |
| - "@typescript-eslint/eslint-plugin": "6.2.0" |
| 48 | + "@babel/core": "7.23.9", |
| 49 | + "@types/jest": "29.5.12", |
| 50 | + "@types/node": "20.11.17", |
| 51 | + "@types/react": "18.2.55", |
| 52 | + "@types/react-dom": "18.2.19", |
| 53 | + "@typescript-eslint/parser": "6.21.0", |
| 54 | + "@typescript-eslint/eslint-plugin": "6.21.0" |
55 | 55 | },
|
56 | 56 | "devDependencies": {
|
57 |
| - "@babel/core": "7.22.9", |
| 57 | + "@babel/core": "7.23.9", |
58 | 58 | "@babel/plugin-proposal-class-properties": "7.18.6",
|
59 |
| - "@babel/plugin-proposal-decorators": "7.22.7", |
60 |
| - "@babel/plugin-proposal-export-default-from": "7.22.5", |
| 59 | + "@babel/plugin-proposal-decorators": "7.23.9", |
| 60 | + "@babel/plugin-proposal-export-default-from": "7.23.3", |
61 | 61 | "@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
|
62 | 62 | "@babel/plugin-proposal-object-rest-spread": "7.20.7",
|
63 | 63 | "@babel/plugin-proposal-optional-chaining": "7.21.0",
|
64 | 64 | "@babel/plugin-proposal-private-methods": "7.18.6",
|
65 | 65 | "@babel/plugin-syntax-dynamic-import": "7.8.3",
|
66 |
| - "@babel/plugin-syntax-jsx": "7.22.5", |
67 |
| - "@babel/plugin-syntax-typescript": "7.22.5", |
68 |
| - "@babel/plugin-transform-arrow-functions": "7.22.5", |
69 |
| - "@babel/plugin-transform-classes": "7.22.6", |
70 |
| - "@babel/plugin-transform-destructuring": "7.22.5", |
71 |
| - "@babel/plugin-transform-for-of": "7.22.5", |
72 |
| - "@babel/plugin-transform-parameters": "7.22.5", |
73 |
| - "@babel/plugin-transform-react-jsx": "7.22.5", |
74 |
| - "@babel/plugin-transform-spread": "7.22.5", |
75 |
| - "@babel/plugin-transform-typescript": "7.22.9", |
76 |
| - "@babel/preset-env": "7.22.9", |
77 |
| - "@babel/preset-react": "7.22.5", |
78 |
| - "@babel/preset-typescript": "7.22.5", |
| 66 | + "@babel/plugin-syntax-jsx": "7.23.3", |
| 67 | + "@babel/plugin-syntax-typescript": "7.23.3", |
| 68 | + "@babel/plugin-transform-arrow-functions": "7.23.3", |
| 69 | + "@babel/plugin-transform-classes": "7.23.8", |
| 70 | + "@babel/plugin-transform-destructuring": "7.23.3", |
| 71 | + "@babel/plugin-transform-for-of": "7.23.6", |
| 72 | + "@babel/plugin-transform-parameters": "7.23.3", |
| 73 | + "@babel/plugin-transform-react-jsx": "7.23.4", |
| 74 | + "@babel/plugin-transform-spread": "7.23.3", |
| 75 | + "@babel/plugin-transform-typescript": "7.23.3", |
| 76 | + "@babel/preset-env": "7.23.9", |
| 77 | + "@babel/preset-react": "7.23.3", |
| 78 | + "@babel/preset-typescript": "7.23.3", |
79 | 79 | "@googlemaps/react-wrapper": "1.1.35",
|
80 |
| - "@jest/types": "29.6.1", |
| 80 | + "@jest/types": "29.6.3", |
81 | 81 | "@mdx-js/loader": "1.6.22",
|
82 |
| - "@storybook/addon-actions": "7.1.1", |
83 |
| - "@storybook/addon-essentials": "7.1.1", |
84 |
| - "@storybook/addon-links": "7.1.1", |
85 |
| - "@storybook/builder-webpack5": "7.1.1", |
| 82 | + "@storybook/addon-actions": "7.6.14", |
| 83 | + "@storybook/addon-essentials": "7.6.14", |
| 84 | + "@storybook/addon-links": "7.6.14", |
| 85 | + "@storybook/builder-webpack5": "7.6.14", |
86 | 86 | "@storybook/manager-webpack5": "6.5.16",
|
87 | 87 | "@storybook/react": "7.1.1",
|
88 |
| - "@svgr/webpack": "8.0.1", |
89 |
| - "@testing-library/dom": "9.3.1", |
90 |
| - "@types/google.maps": "3.53.5", |
91 |
| - "@types/invariant": "2.2.35", |
92 |
| - "@types/jest": "29.5.3", |
93 |
| - "@types/node": "20.4.5", |
94 |
| - "@types/react": "18.2.16", |
95 |
| - "@types/react-dom": "18.2.7", |
96 |
| - "@types/supercluster": "7.1.0", |
97 |
| - "@typescript-eslint/parser": "6.2.0", |
98 |
| - "@typescript-eslint/eslint-plugin": "6.2.0", |
| 88 | + "@svgr/webpack": "8.1.0", |
| 89 | + "@testing-library/dom": "9.3.4", |
| 90 | + "@types/google.maps": "3.55.2", |
| 91 | + "@types/invariant": "2.2.37", |
| 92 | + "@types/jest": "29.5.12", |
| 93 | + "@types/node": "20.11.17", |
| 94 | + "@types/react": "18.2.55", |
| 95 | + "@types/react-dom": "18.2.19", |
| 96 | + "@types/supercluster": "7.1.3", |
| 97 | + "@typescript-eslint/parser": "6.21.0", |
| 98 | + "@typescript-eslint/eslint-plugin": "6.21.0", |
99 | 99 | "@typescript/lib-dom": "npm:@types/web",
|
100 |
| - "acorn": "8.10.0", |
| 100 | + "acorn": "8.11.3", |
101 | 101 | "acorn-jsx": "5.3.2",
|
102 |
| - "autoprefixer": "10.4.14", |
| 102 | + "autoprefixer": "10.4.17", |
103 | 103 | "babel-loader": "9.1.3",
|
104 | 104 | "babel-plugin-macros": "3.1.0",
|
105 |
| - "babel-plugin-polyfill-corejs3": "0.8.3", |
106 |
| - "babel-plugin-react-require": "4.0.1", |
| 105 | + "babel-plugin-polyfill-corejs3": "0.9.0", |
| 106 | + "babel-plugin-react-require": "4.0.2", |
107 | 107 | "css-module-builder": "2.0.6",
|
108 |
| - "eslint": "8.45.0", |
109 |
| - "eslint-config-prettier": "8.8.0", |
| 108 | + "eslint": "8.56.0", |
| 109 | + "eslint-config-prettier": "9.1.0", |
110 | 110 | "eslint-config-standard": "17.1.0",
|
111 |
| - "eslint-import-resolver-typescript": "3.5.5", |
112 |
| - "eslint-import-resolver-webpack": "0.13.2", |
| 111 | + "eslint-import-resolver-typescript": "3.6.1", |
| 112 | + "eslint-import-resolver-webpack": "0.13.8", |
113 | 113 | "eslint-plugin-ascii": "1.0.0",
|
114 | 114 | "eslint-plugin-babel": "5.3.1",
|
115 |
| - "eslint-plugin-compat": "4.1.4", |
116 |
| - "eslint-plugin-css-modules": "2.11.0", |
| 115 | + "eslint-plugin-compat": "4.2.0", |
| 116 | + "eslint-plugin-css-modules": "2.12.0", |
117 | 117 | "eslint-plugin-filenames": "1.3.2",
|
118 |
| - "eslint-plugin-html": "7.1.0", |
119 |
| - "eslint-plugin-import": "2.27.5", |
120 |
| - "eslint-plugin-jest": "27.2.3", |
121 |
| - "eslint-plugin-jest-dom": "5.0.1", |
| 118 | + "eslint-plugin-html": "8.0.0", |
| 119 | + "eslint-plugin-import": "2.29.1", |
| 120 | + "eslint-plugin-jest": "27.6.3", |
| 121 | + "eslint-plugin-jest-dom": "5.1.0", |
122 | 122 | "eslint-plugin-json": "3.1.0",
|
123 |
| - "eslint-plugin-jsx-a11y": "6.7.1", |
124 |
| - "eslint-plugin-n": "16.0.1", |
| 123 | + "eslint-plugin-jsx-a11y": "6.8.0", |
| 124 | + "eslint-plugin-n": "16.6.2", |
125 | 125 | "eslint-plugin-no-inferred-method-name": "2.0.0",
|
126 | 126 | "eslint-plugin-node": "11.1.0",
|
127 | 127 | "eslint-plugin-optimize-regex": "1.2.1",
|
128 |
| - "eslint-plugin-prettier": "5.0.0", |
| 128 | + "eslint-plugin-prettier": "5.1.3", |
129 | 129 | "eslint-plugin-promise": "6.1.1",
|
130 | 130 | "eslint-plugin-promiseparams": "1.0.8",
|
131 |
| - "eslint-plugin-react": "7.33.0", |
| 131 | + "eslint-plugin-react": "7.33.2", |
132 | 132 | "eslint-plugin-react-hooks": "4.6.0",
|
133 |
| - "eslint-plugin-react-perf": "3.3.1", |
134 |
| - "eslint-plugin-security-node": "1.1.1", |
135 |
| - "eslint-plugin-you-dont-need-lodash-underscore": "6.12.0", |
136 |
| - "fork-ts-checker-webpack-plugin": "8.0.0", |
| 133 | + "eslint-plugin-react-perf": "3.3.2", |
| 134 | + "eslint-plugin-security-node": "1.1.4", |
| 135 | + "eslint-plugin-you-dont-need-lodash-underscore": "6.13.0", |
| 136 | + "fork-ts-checker-webpack-plugin": "9.0.2", |
137 | 137 | "husky": "8.0.3",
|
138 |
| - "jest": "29.6.1", |
139 |
| - "jest-environment-jsdom": "29.6.1", |
| 138 | + "jest": "29.7.0", |
| 139 | + "jest-environment-jsdom": "29.7.0", |
140 | 140 | "jest-specific-snapshot": "8.0.0",
|
141 |
| - "lerna": "7.1.4", |
142 |
| - "lint-staged": "13.2.3", |
143 |
| - "postcss": "8.4.27", |
| 141 | + "lerna": "8.1.2", |
| 142 | + "lint-staged": "15.2.2", |
| 143 | + "postcss": "8.4.35", |
144 | 144 | "postcss-flexbugs-fixes": "5.0.2",
|
145 |
| - "prettier": "3.0.0", |
| 145 | + "prettier": "3.2.5", |
146 | 146 | "react": "18.2.0",
|
147 | 147 | "react-dom": "18.2.0",
|
148 | 148 | "require-from-string": "2.0.2",
|
149 |
| - "sass-loader": "13.3.2", |
| 149 | + "sass-loader": "14.1.0", |
150 | 150 | "source-map-explorer": "2.5.3",
|
151 |
| - "ts-jest": "29.1.1", |
| 151 | + "ts-jest": "29.1.2", |
152 | 152 | "tsconfig-paths-webpack-plugin": "4.1.0",
|
153 |
| - "typescript": "5.1.6", |
| 153 | + "typescript": "5.3.3", |
154 | 154 | "url-loader": "4.1.1",
|
155 |
| - "webpack": "5.88.2" |
| 155 | + "webpack": "5.90.1" |
156 | 156 | },
|
157 | 157 | "husky": {
|
158 | 158 | "hooks": {
|
|
0 commit comments