@openneuro/app 4.33.1 → 4.33.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openneuro/app",
|
|
3
|
-
"version": "4.33.
|
|
3
|
+
"version": "4.33.3",
|
|
4
4
|
"description": "React JS web frontend for the OpenNeuro platform.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "public/client.js",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"@emotion/react": "11.11.1",
|
|
21
21
|
"@emotion/styled": "11.11.0",
|
|
22
22
|
"@niivue/niivue": "0.45.1",
|
|
23
|
-
"@openneuro/components": "^4.33.
|
|
23
|
+
"@openneuro/components": "^4.33.3",
|
|
24
24
|
"@sentry/react": "^8.25.0",
|
|
25
25
|
"@tanstack/react-table": "^8.9.3",
|
|
26
26
|
"buffer": "^6.0.3",
|
|
@@ -74,5 +74,5 @@
|
|
|
74
74
|
"publishConfig": {
|
|
75
75
|
"access": "public"
|
|
76
76
|
},
|
|
77
|
-
"gitHead": "
|
|
77
|
+
"gitHead": "42beef244016a8d64cd843f1d73b11bac88a8bbe"
|
|
78
78
|
}
|
|
@@ -179,6 +179,12 @@ const FrontPageSection = styled.section`
|
|
|
179
179
|
|
|
180
180
|
const FrontPageContainer: React.FC = () => (
|
|
181
181
|
<div className="front-page page">
|
|
182
|
+
<div className="container view-docs">
|
|
183
|
+
<h2>
|
|
184
|
+
This repository is under review for potential modification in compliance
|
|
185
|
+
with Administration directives.
|
|
186
|
+
</h2>
|
|
187
|
+
</div>
|
|
182
188
|
<FrontPageSection>
|
|
183
189
|
<AffiliateBlock />
|
|
184
190
|
</FrontPageSection>
|