1
0
Fork 0

🚧 CFP updates

This commit is contained in:
Joost De Cock 2019-05-30 16:03:30 +02:00
parent fc5d389a4b
commit 7ff5651d2f
3 changed files with 22 additions and 22 deletions

View file

@ -18,9 +18,9 @@
"@freesewing/plugin-theme": "beta",
"@freesewing/plugin-validate": "beta",
"@freesewing/utils": "beta",
"@material-ui/core": "^3.9.3",
"@material-ui/icons": "^3.0.2",
"@material-ui/lab": "^3.0.0-alpha.30",
"@material-ui/core": "^4.0.1",
"@material-ui/icons": "^4.0.1",
"@material-ui/lab": "^v4.0.0-alpha.14",
"pattern": "{{#if yarn}}link:..{{else}}file:..{{/if}}",
"prismjs": "1.16.0",
"react": "^16.8",

View file

@ -1,6 +1,6 @@
import React from "react";
import freesewing from "@freesewing/core";
import { Workbench } from "@freesewing/components";
import Workbench from "@freesewing/components/Workbench";
import "typeface-roboto-condensed";
import "@freesewing/css-theme";