mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-08 01:13:27 +01:00
update npm dependencies fix breaking changes
This commit is contained in:
parent
0ce714b814
commit
3e1948fb5b
15 changed files with 4056 additions and 4390 deletions
|
|
@ -1,5 +1,4 @@
|
|||
import Bus from '../bus';
|
||||
import {observable} from 'mobx';
|
||||
|
||||
export default {
|
||||
services: {},
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
@import "~ui/styles/theme";
|
||||
@import "~ui/styles/theme.less";
|
||||
|
||||
.root {
|
||||
background-color: @bg-color-alt;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
@import '../styles/theme';
|
||||
@import '../styles/theme.less';
|
||||
|
||||
.root {
|
||||
padding: 0.5rem 0;
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
@import '../styles/theme';
|
||||
@import '../styles/mixins';
|
||||
@import '../styles/theme.less';
|
||||
@import '../styles/mixins.less';
|
||||
|
||||
.root > * {
|
||||
border-bottom: 1px solid @border-color;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
@import "../styles/theme";
|
||||
@import "../styles/theme.less";
|
||||
|
||||
.root {
|
||||
color: @font-color-suppressed;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
@import "../styles/theme";
|
||||
@import "../styles/theme.less";
|
||||
|
||||
.root {
|
||||
background-color: rgba(255, 255, 255, 0.5);
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
@import '../styles/theme';
|
||||
@import '../styles/mixins';
|
||||
@import '../styles/theme.less';
|
||||
@import '../styles/mixins.less';
|
||||
|
||||
.root {
|
||||
position: absolute;
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
@import '../../styles/theme';
|
||||
@import '../../styles/mixins';
|
||||
@import '../../styles/theme.less';
|
||||
@import '../../styles/mixins.less';
|
||||
|
||||
.neutral, .accent, .danger {
|
||||
background-color: darken(@color-neutral, 10%);
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
@import '../../styles/theme';
|
||||
@import '../../styles/theme.less';
|
||||
|
||||
.number input {
|
||||
.colorStyling(@control-color-number, @control-bg);
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
@import "../theme";
|
||||
@import "../mixins";
|
||||
@import "../theme.less";
|
||||
@import "../mixins.less";
|
||||
|
||||
html {
|
||||
font: 10px 'Lucida Grande', sans-serif;
|
||||
|
|
|
|||
8407
package-lock.json
generated
8407
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -39,7 +39,7 @@
|
|||
"eslint-plugin-babel": "4.1.2",
|
||||
"eslint-plugin-import": "2.8.0",
|
||||
"eslint-plugin-react": "7.5.1",
|
||||
"grunt": "1.0.1",
|
||||
"grunt": "^1.0.3",
|
||||
"grunt-contrib-copy": "1.0.0",
|
||||
"less-loader": "4.0.5",
|
||||
"style-loader": "0.13.1",
|
||||
|
|
@ -53,9 +53,9 @@
|
|||
"earcut": "2.1.1",
|
||||
"handlebars": "4.0.11",
|
||||
"handlebars-loader": "1.6.0",
|
||||
"jquery": "2.1.0",
|
||||
"jquery": "^3.3.1",
|
||||
"json-loader": "0.5.4 ",
|
||||
"less": "2.7.3",
|
||||
"less": "^3.0.4",
|
||||
"libtess": "1.2.2",
|
||||
"mousetrap": "1.6.1",
|
||||
"numeric": "1.2.6",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
@import "~ui/styles/theme";
|
||||
@import "~ui/styles/theme.less";
|
||||
|
||||
.root {
|
||||
display: flex;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
@import "~ui/styles/theme";
|
||||
@import "~ui/styles/theme.less";
|
||||
|
||||
.root {
|
||||
height: 100%;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
@import "~ui/styles/theme";
|
||||
@import "~ui/styles/theme.less";
|
||||
|
||||
.root {
|
||||
position: absolute;
|
||||
|
|
|
|||
Loading…
Reference in a new issue