create-digigov-app 0.8.6 → 0.8.7
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": "create-digigov-app",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.7",
|
|
4
4
|
"description": "Create a DigiGOV App with ease",
|
|
5
5
|
"bin": "cli.js",
|
|
6
6
|
"files": [
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@digigov/cli": "0.6.4",
|
|
29
|
-
"@digigov/cli-lint": "0.5.
|
|
30
|
-
"@digigov/cli-test": "0.7.
|
|
29
|
+
"@digigov/cli-lint": "0.5.34",
|
|
30
|
+
"@digigov/cli-test": "0.7.4",
|
|
31
31
|
"typescript": "4.2.3"
|
|
32
32
|
},
|
|
33
33
|
"license": "BSD-2-Clause",
|
|
@@ -8,7 +8,7 @@ import Header, {
|
|
|
8
8
|
HeaderContent,
|
|
9
9
|
HeaderSection,
|
|
10
10
|
} from '@digigov/ui/app/Header';
|
|
11
|
-
import GovGRLogo from '@digigov/ui/govgr/
|
|
11
|
+
import GovGRLogo from '@digigov/ui/govgr/GovGRLogo';
|
|
12
12
|
import GovGRFooter from '@digigov/ui/govgr/Footer';
|
|
13
13
|
|
|
14
14
|
const CommonLayout = ({ children }) => {
|
|
@@ -8,7 +8,7 @@ import Header, {
|
|
|
8
8
|
HeaderContent,
|
|
9
9
|
HeaderSection,
|
|
10
10
|
} from '@digigov/ui/app/Header';
|
|
11
|
-
import GovGRLogo from '@digigov/ui/govgr/
|
|
11
|
+
import GovGRLogo from '@digigov/ui/govgr/GovGRLogo';
|
|
12
12
|
import GovGRFooter from '@digigov/ui/govgr/Footer';
|
|
13
13
|
|
|
14
14
|
const CommonLayout: React.FC = ({ children }) => {
|