|
69 | 69 | "isomorphic-react-dom": "development" |
70 | 70 | }, |
71 | 71 | "pinDependencies": { |
72 | | - "@babel/cli": [ |
73 | | - "7.18.10", |
74 | | - "@babel/*@7.21 is causing out-of-memory (OOM) issues" |
75 | | - ], |
76 | | - "@babel/core": [ |
77 | | - "7.19.1", |
78 | | - "@babel/*@7.21 is causing out-of-memory (OOM) issues" |
79 | | - ], |
80 | | - "@babel/plugin-transform-runtime": [ |
81 | | - "7.19.1", |
82 | | - "@babel/*@7.21 is causing out-of-memory (OOM) issues" |
83 | | - ], |
84 | | - "@babel/preset-env": [ |
85 | | - "7.19.1", |
86 | | - "@babel/*@7.21 is causing out-of-memory (OOM) issues" |
87 | | - ], |
88 | | - "@babel/preset-react": [ |
89 | | - "7.18.6", |
90 | | - "@babel/*@7.21 is causing out-of-memory (OOM) issues" |
91 | | - ], |
92 | | - "@babel/preset-typescript": [ |
93 | | - "7.18.6", |
94 | | - "@babel/*@7.21 is causing out-of-memory (OOM) issues" |
95 | | - ], |
96 | | - "@babel/runtime": [ |
97 | | - "7.19.0", |
98 | | - "@babel/*@7.21 is causing out-of-memory (OOM) issues" |
99 | | - ], |
100 | 72 | "@types/react": [ |
101 | 73 | "16", |
102 | 74 | "react@16.8.6 is our baseline" |
|
115 | 87 | ] |
116 | 88 | }, |
117 | 89 | "dependencies": { |
118 | | - "@babel/runtime": "7.19.0", |
| 90 | + "@babel/runtime": "7.28.2", |
119 | 91 | "adaptivecards": "3.0.2", |
120 | 92 | "botframework-directlinejs": "0.15.6", |
121 | 93 | "botframework-directlinespeech-sdk": "0.0.0-0", |
|
145 | 117 | "whatwg-fetch": "3.6.20" |
146 | 118 | }, |
147 | 119 | "devDependencies": { |
148 | | - "@babel/cli": "^7.18.10", |
149 | | - "@babel/core": "^7.19.1", |
150 | | - "@babel/plugin-transform-runtime": "^7.19.1", |
151 | | - "@babel/preset-env": "^7.19.1", |
152 | | - "@babel/preset-react": "^7.18.6", |
153 | | - "@babel/preset-typescript": "^7.18.6", |
| 120 | + "@babel/cli": "^7.28.0", |
| 121 | + "@babel/core": "^7.28.0", |
| 122 | + "@babel/plugin-transform-runtime": "^7.28.0", |
| 123 | + "@babel/preset-env": "^7.28.0", |
| 124 | + "@babel/preset-react": "^7.27.1", |
| 125 | + "@babel/preset-typescript": "^7.27.1", |
154 | 126 | "@types/dom-speech-recognition": "^0.0.6", |
155 | 127 | "@types/mdast": "^4.0.4", |
156 | 128 | "@types/node": "^24.1.0", |
|
0 commit comments