|
56 | 56 | "@babel/cli": "^7.27.2", |
57 | 57 | "@babel/core": "^7.26.10", |
58 | 58 | "@babel/node": "^7.27.1", |
59 | | - |
60 | 59 | "@types/i18n": "^0.13.12", |
61 | 60 | "@types/jest": "^29.5.13", |
62 | 61 | "@types/lodash": "^4.17.20", |
|
65 | 64 | "@types/pg": "^8.15.2", |
66 | 65 | "@types/tough-cookie": "^4.0.5", |
67 | 66 | "@typescript-eslint/eslint-plugin": "^8.31.0", |
68 | | - |
69 | 67 | "babel-plugin-transform-rewrite-imports": "^1.5.3", |
70 | 68 | "benny": "^3.7.1", |
71 | 69 | "copyfiles": "^2.4.1", |
|
128 | 126 | "pg": "^8.16.0" |
129 | 127 | }, |
130 | 128 | "peerDependenciesMeta": { |
131 | | - "@aws-sdk/client-rds": { "optional": true }, |
132 | | - "@aws-sdk/client-secrets-manager": { "optional": true }, |
133 | | - "@aws-sdk/client-sts": { "optional": true }, |
134 | | - "@aws-sdk/client-xray": { "optional": true }, |
135 | | - "@aws-sdk/credential-providers": { "optional": true }, |
136 | | - "@aws-sdk/rds-signer": { "optional": true }, |
137 | | - "@opentelemetry/exporter-metrics-otlp-grpc": { "optional": true }, |
138 | | - "@opentelemetry/exporter-trace-otlp-grpc": { "optional": true }, |
139 | | - "@opentelemetry/id-generator-aws-xray": { "optional": true }, |
140 | | - "@opentelemetry/instrumentation-aws-sdk": { "optional": true }, |
141 | | - "@opentelemetry/instrumentation-http": { "optional": true }, |
142 | | - "@opentelemetry/propagator-aws-xray": { "optional": true }, |
143 | | - "@opentelemetry/sdk-metrics": { "optional": true }, |
144 | | - "@opentelemetry/sdk-node": { "optional": true }, |
145 | | - "aws-xray-sdk": { "optional": true }, |
146 | | - "axios": { "optional": true }, |
147 | | - "axios-cookiejar-support": { "optional": true }, |
148 | | - "entities": { "optional": true }, |
149 | | - "mysql2": { "optional": true }, |
150 | | - "node-fetch": { "optional": true }, |
151 | | - "pg": { "optional": true } |
| 129 | + "@aws-sdk/client-rds": { |
| 130 | + "optional": true |
| 131 | + }, |
| 132 | + "@aws-sdk/client-secrets-manager": { |
| 133 | + "optional": true |
| 134 | + }, |
| 135 | + "@aws-sdk/client-sts": { |
| 136 | + "optional": true |
| 137 | + }, |
| 138 | + "@aws-sdk/client-xray": { |
| 139 | + "optional": true |
| 140 | + }, |
| 141 | + "@aws-sdk/credential-providers": { |
| 142 | + "optional": true |
| 143 | + }, |
| 144 | + "@aws-sdk/rds-signer": { |
| 145 | + "optional": true |
| 146 | + }, |
| 147 | + "@opentelemetry/exporter-metrics-otlp-grpc": { |
| 148 | + "optional": true |
| 149 | + }, |
| 150 | + "@opentelemetry/exporter-trace-otlp-grpc": { |
| 151 | + "optional": true |
| 152 | + }, |
| 153 | + "@opentelemetry/id-generator-aws-xray": { |
| 154 | + "optional": true |
| 155 | + }, |
| 156 | + "@opentelemetry/instrumentation-aws-sdk": { |
| 157 | + "optional": true |
| 158 | + }, |
| 159 | + "@opentelemetry/instrumentation-http": { |
| 160 | + "optional": true |
| 161 | + }, |
| 162 | + "@opentelemetry/propagator-aws-xray": { |
| 163 | + "optional": true |
| 164 | + }, |
| 165 | + "@opentelemetry/sdk-metrics": { |
| 166 | + "optional": true |
| 167 | + }, |
| 168 | + "@opentelemetry/sdk-node": { |
| 169 | + "optional": true |
| 170 | + }, |
| 171 | + "aws-xray-sdk": { |
| 172 | + "optional": true |
| 173 | + }, |
| 174 | + "axios": { |
| 175 | + "optional": true |
| 176 | + }, |
| 177 | + "axios-cookiejar-support": { |
| 178 | + "optional": true |
| 179 | + }, |
| 180 | + "entities": { |
| 181 | + "optional": true |
| 182 | + }, |
| 183 | + "mysql2": { |
| 184 | + "optional": true |
| 185 | + }, |
| 186 | + "node-fetch": { |
| 187 | + "optional": true |
| 188 | + }, |
| 189 | + "pg": { |
| 190 | + "optional": true |
| 191 | + } |
152 | 192 | }, |
153 | 193 | "overrides": { |
154 | 194 | "braces": "^3.0.3", |
|
0 commit comments