|
1 | 1 | { |
2 | 2 | "name": "docs-app", |
3 | 3 | "private": true, |
4 | | - "version": "11.7.3", |
| 4 | + "version": "11.7.4", |
5 | 5 | "description": "Documentation and showcase application for Instructure-UI.", |
6 | 6 | "author": "Instructure, Inc. Engineering and Product Design", |
7 | 7 | "repository": { |
|
27 | 27 | }, |
28 | 28 | "license": "MIT", |
29 | 29 | "dependencies": { |
| 30 | + "@babel/runtime": "^7.29.7", |
| 31 | + "@babel/standalone": "^7.29.3", |
30 | 32 | "@instructure/canvas-high-contrast-theme": "workspace:*", |
31 | 33 | "@instructure/canvas-theme": "workspace:*", |
32 | 34 | "@instructure/console": "workspace:*", |
|
113 | 115 | "@instructure/ui-utils": "workspace:*", |
114 | 116 | "@instructure/ui-view": "workspace:*", |
115 | 117 | "babel-loader": "^10.1.1", |
116 | | - "@babel/runtime": "^7.29.7", |
117 | | - "@babel/standalone": "^7.29.3", |
| 118 | + "buffer": "^6.0.3", |
118 | 119 | "codesandbox-import-utils": "^2.2.3", |
| 120 | + "hoist-non-react-statics": "^3.3.2", |
119 | 121 | "lorem-ipsum": "^3.0.0", |
120 | 122 | "marked-react": "^4.0.0", |
121 | 123 | "moment": "^2.30.1", |
122 | 124 | "react": "18.3.1", |
123 | 125 | "react-dom": "18.3.1", |
124 | 126 | "uuid": "14.0.1", |
125 | | - "webpack-merge": "^6.0.1", |
126 | | - "hoist-non-react-statics": "^3.3.2", |
127 | | - "buffer": "^6.0.3" |
| 127 | + "webpack-merge": "^6.0.1" |
128 | 128 | }, |
129 | 129 | "devDependencies": { |
130 | 130 | "@instructure/ui-babel-preset": "workspace:*", |
131 | 131 | "@instructure/ui-scripts": "workspace:*", |
132 | 132 | "@instructure/ui-webpack-config": "workspace:*", |
| 133 | + "@types/hoist-non-react-statics": "^3.3.7", |
133 | 134 | "chokidar": "^3.6.0", |
134 | 135 | "css-loader": "7.1.4", |
135 | 136 | "globby": "^16.2.0", |
|
139 | 140 | "react-docgen": "8.0.3", |
140 | 141 | "style-loader": "4.0.0", |
141 | 142 | "thread-loader": "^4.0.4", |
142 | | - "webpack-bundle-analyzer": "5.3.0", |
143 | | - "@types/hoist-non-react-statics": "^3.3.7" |
| 143 | + "webpack-bundle-analyzer": "5.3.0" |
144 | 144 | }, |
145 | 145 | "//dependency-comments": { |
146 | 146 | "chokidar": "4.0.1 seems to have issues watching an array of paths. Check later if fixed..." |
|
0 commit comments