|
27 | 27 | }, |
28 | 28 | "license": "MIT", |
29 | 29 | "dependencies": { |
30 | | - "@babel/standalone": "^7.29.3", |
31 | 30 | "@instructure/canvas-high-contrast-theme": "workspace:*", |
32 | 31 | "@instructure/canvas-theme": "workspace:*", |
33 | 32 | "@instructure/console": "workspace:*", |
|
114 | 113 | "@instructure/ui-utils": "workspace:*", |
115 | 114 | "@instructure/ui-view": "workspace:*", |
116 | 115 | "babel-loader": "^10.1.1", |
| 116 | + "@babel/runtime": "^7.29.2", |
| 117 | + "@babel/standalone": "^7.29.3", |
117 | 118 | "codesandbox": "^2.2.3", |
118 | 119 | "lorem-ipsum": "^3.0.0", |
119 | 120 | "marked-react": "^4.0.0", |
120 | 121 | "moment": "^2.30.1", |
121 | 122 | "react": "18.3.1", |
122 | 123 | "react-dom": "18.3.1", |
123 | 124 | "uuid": "^14.0.0", |
124 | | - "webpack-merge": "^6.0.1" |
| 125 | + "webpack-merge": "^6.0.1", |
| 126 | + "hoist-non-react-statics": "^3.3.2", |
| 127 | + "buffer": "^6.0.3" |
125 | 128 | }, |
126 | 129 | "devDependencies": { |
127 | 130 | "@instructure/ui-babel-preset": "workspace:*", |
|
135 | 138 | "mkdirp": "3.0.1", |
136 | 139 | "react-docgen": "8.0.3", |
137 | 140 | "style-loader": "4.0.0", |
138 | | - "webpack-bundle-analyzer": "5.3.0" |
| 141 | + "thread-loader": "^4.0.4", |
| 142 | + "webpack-bundle-analyzer": "5.3.0", |
| 143 | + "@types/hoist-non-react-statics": "^3.3.7" |
139 | 144 | }, |
140 | 145 | "//dependency-comments": { |
141 | 146 | "chokidar": "4.0.1 seems to have issues watching an array of paths. Check later if fixed..." |
|
0 commit comments