update solstice-assets (#214)
Signed-off-by:
Christopher Guindon <chris.guindon@eclipse-foundation.org>
js/main.js
0 → 100644
This diff is collapsed.
... | ... | @@ -23,21 +23,21 @@ |
"test": "jest" | ||
}, | ||
"dependencies": { | ||
"@babel/preset-react": "^7.12.10", | ||
"eclipsefdn-hugo-solstice-theme": "0.0.111", | ||
"@babel/preset-react": "^7.14.5", | ||
"abortcontroller-polyfill": "^1.7.1", | ||
"eclipsefdn-hugo-solstice-theme": "0.0.129", | ||
"promise-polyfill": "^8.2.0", | ||
"prop-types": "^15.7.2", | ||
"react": "^16.13.1", | ||
"react-dom": "^16.13.1", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2", | ||
"unfetch": "^4.2.0" | ||
}, | ||
"devDependencies": { | ||
"@testing-library/jest-dom": "^5.11.4", | ||
"@testing-library/react": "^11.0.4", | ||
"babel-jest": "^26.3.0", | ||
"jest": "^26.4.2", | ||
"react-test-renderer": "^16.13.1" | ||
"@testing-library/jest-dom": "^5.14.1", | ||
"@testing-library/react": "^12.0.0", | ||
"babel-jest": "^27.0.6", | ||
"jest": "^27.0.6", | ||
"react-test-renderer": "^17.0.2" | ||
}, | ||
"development": [ | ||
"ie 11", | ||
... | ... |
96.6 KB
94 KB