create-digigov-app 0.8.10 → 1.0.0-4e7b7994

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.10",
3
+ "version": "1.0.0-4e7b7994",
4
4
  "description": "Create a DigiGOV App with ease",
5
5
  "bin": "cli.js",
6
6
  "files": [
@@ -27,9 +27,9 @@
27
27
  "publint": "0.1.8"
28
28
  },
29
29
  "devDependencies": {
30
- "@digigov/cli": "0.6.6",
31
- "@digigov/cli-lint": "0.5.36",
32
- "@digigov/cli-test": "0.7.6",
30
+ "@digigov/cli": "1.0.0-4e7b7994",
31
+ "@digigov/cli-lint": "1.0.0-4e7b7994",
32
+ "@digigov/cli-test": "1.0.0-4e7b7994",
33
33
  "typescript": "4.2.3",
34
34
  "publint": "0.1.8"
35
35
  },
@@ -11,10 +11,6 @@
11
11
  "export": "digigov app export"
12
12
  },
13
13
  "dependencies": {
14
- "@material-ui/core": "4.11.3",
15
- "@material-ui/styles": "^4.9.0",
16
- "@material-ui/icons": "4.11.2",
17
- "@material-ui/lab": "^4.0.0-alpha.40",
18
14
  "clsx": "1.1.1",
19
15
  "i18next": "^19.1.0",
20
16
  "next": "10.0.9",
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import Head from 'next/head';
3
- import { useTranslation } from '@digigov/ui/app/i18n';
3
+ import { useTranslation } from '@digigov/ui/i18n';
4
4
  import { useRouter } from 'next/router';
5
5
  import BasicLayout, { Top, Content, Bottom } from '@digigov/ui/layouts/Basic';
6
6
  import Header, {
@@ -1,8 +1,8 @@
1
1
  import React from 'react';
2
- import { useTranslation } from '@digigov/ui/app/i18n';
2
+ import { useTranslation } from '@digigov/ui/i18n';
3
3
  import { Main, Side } from '@digigov/ui/layouts/Basic';
4
4
  import PageTitle, { PageTitleHeading } from '@digigov/ui/app/PageTitle';
5
- import CallToAction from '@digigov/ui/core/Button/CallToAction';
5
+ import CallToAction from '@digigov/ui/form/Button/CallToAction';
6
6
  import Paragraph from '@digigov/ui/typography/Paragraph';
7
7
 
8
8
  import CommonLayout from '<%= name %>/components/CommonLayout';
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import Head from 'next/head';
3
- import { useTranslation } from '@digigov/ui/app/i18n';
3
+ import { useTranslation } from '@digigov/ui/i18n';
4
4
  import { useRouter } from 'next/router';
5
5
  import BasicLayout, { Top, Content, Bottom } from '@digigov/ui/layouts/Basic';
6
6
  import Header, {
@@ -1,8 +1,8 @@
1
1
  import React from 'react';
2
- import { useTranslation } from '@digigov/ui/app/i18n';
2
+ import { useTranslation } from '@digigov/ui/i18n';
3
3
  import { Main, Side } from '@digigov/ui/layouts/Basic';
4
4
  import PageTitle, { PageTitleHeading } from '@digigov/ui/app/PageTitle';
5
- import CallToAction from '@digigov/ui/core/Button/CallToAction';
5
+ import CallToAction from '@digigov/ui/form/Button/CallToAction';
6
6
  import Paragraph from '@digigov/ui/typography/Paragraph';
7
7
 
8
8
  import CommonLayout from '<%= name %>/components/CommonLayout';