Browse Source

Update dependencies

simov 7 years ago
parent
commit
0a10b41386
1 changed files with 23 additions and 24 deletions
  1. 23 24
      package.json

+ 23 - 24
package.json

@@ -12,16 +12,16 @@
     "url": "https://github.com/simov/markdown-viewer.git"
   },
   "dependencies": {
-    "@material/button": "^0.34.1",
-    "@material/elevation": "^0.34.0",
-    "@material/list": "^0.34.1",
-    "@material/ripple": "^0.34.1",
-    "@material/switch": "^0.34.0",
-    "@material/tabs": "^0.34.1",
-    "@material/textfield": "^0.34.1",
-    "@material/theme": "^0.34.0",
-    "@material/toolbar": "^0.34.1",
-    "@material/typography": "^0.34.0",
+    "@material/button": "^0.35.0",
+    "@material/elevation": "^0.35.0",
+    "@material/list": "^0.35.0",
+    "@material/ripple": "^0.35.0",
+    "@material/switch": "^0.35.2",
+    "@material/tabs": "^0.35.0",
+    "@material/textfield": "^0.35.2",
+    "@material/theme": "^0.35.0",
+    "@material/toolbar": "^0.35.0",
+    "@material/typography": "^0.35.0",
     "marked": "^0.3.12",
     "mithril": "^1.1.6",
     "prismjs": "^1.9.0",
@@ -31,17 +31,17 @@
     "remark-slug": "^5.0.0"
   },
   "devDependencies": {
-    "babel-core": "^6.26.0",
-    "babel-preset-es2015": "^6.24.1",
-    "csso": "^3.4.0",
-    "iconv-lite": "^0.4.21",
-    "mocha": "^4.1.0",
-    "node-sass": "^4.7.2",
-    "puppeteer": "^1.3.0",
-    "rollup": "^0.53.4",
-    "rollup-plugin-commonjs": "^8.2.6",
-    "rollup-plugin-node-resolve": "^3.0.0",
-    "uglify-js": "^3.3.5"
+    "babel-cli": "^6.26.0",
+    "babel-preset-env": "^1.7.0",
+    "csso-cli": "^1.1.0",
+    "iconv-lite": "^0.4.23",
+    "mocha": "^5.2.0",
+    "node-sass": "^4.9.0",
+    "puppeteer": "^1.4.0",
+    "rollup": "^0.59.4",
+    "rollup-plugin-commonjs": "^9.1.3",
+    "rollup-plugin-node-resolve": "^3.3.0",
+    "uglify-js": "^3.3.28"
   },
   "bin": {},
   "main": "",
@@ -49,11 +49,10 @@
   "scripts": {
     "test": "mocha --timeout 100000000 --slow 400",
     "debug": "mocha --inspect-brk --timeout 100000000",
-    "build:mdc": "node build/mdc/",
+    "build:mdc": "./build/mdc/mdc.sh",
     "build:prism": "node build/prism/"
   },
   "engines": {
-    "node": ">=8.0.0",
-    "npm": ">=5.0.0"
+    "node": ">=8.0.0"
   }
 }