|
26 | 26 | ], |
27 | 27 | "scripts": { |
28 | 28 | "clean": "shx rm -rf dist", |
29 | | - "start": "npm run sass && run-p sass:watch build:watch serve watch", |
30 | | - "serve": "owc-dev-server --port 3333", |
31 | | - "watch": "browser-sync start --no-notify --proxy localhost:3333 --files 'dist/**/*.js, index.html'", |
| 29 | + "start": "npm run sass && run-p sass:watch build:watch serve", |
| 30 | + "serve": "es-dev-server --port 3000 --node-resolve --open --watch --app-index index.html", |
32 | 31 | "sass": "gulp sass", |
33 | 32 | "sass:watch": "gulp watchSass", |
34 | 33 | "setVersion": "gulp setVersion", |
|
49 | 48 | }, |
50 | 49 | "dependencies": { |
51 | 50 | "@microsoft/microsoft-graph-client": "^2.0.0", |
52 | | - "@microsoft/microsoft-graph-types": "^1.10.0", |
| 51 | + "@microsoft/microsoft-graph-types": "^1.12.0", |
53 | 52 | "@microsoft/microsoft-graph-types-beta": "microsoftgraph/msgraph-typescript-typings#beta", |
54 | 53 | "lit-element": "^2.2.1", |
55 | 54 | "msal": "1.1.3", |
56 | 55 | "office-ui-fabric-core": "10.1.0" |
57 | 56 | }, |
58 | 57 | "devDependencies": { |
59 | | - "@babel/core": "^7.4.3", |
60 | | - "@babel/plugin-proposal-class-properties": "^7.4.0", |
61 | | - "@babel/plugin-proposal-decorators": "^7.4.0", |
62 | | - "@babel/plugin-proposal-object-rest-spread": "^7.4.3", |
63 | | - "@babel/preset-env": "^7.4.3", |
64 | | - "@babel/preset-typescript": "^7.3.3", |
| 58 | + "@babel/core": "^7.7.5", |
| 59 | + "@babel/plugin-proposal-class-properties": "^7.7.4", |
| 60 | + "@babel/plugin-proposal-decorators": "^7.7.4", |
| 61 | + "@babel/plugin-proposal-object-rest-spread": "^7.7.4", |
| 62 | + "@babel/preset-env": "^7.7.6", |
| 63 | + "@babel/preset-typescript": "^7.7.4", |
65 | 64 | "@types/jest": "^24.0.11", |
66 | | - "@webcomponents/webcomponentsjs": "^2.2.10", |
67 | | - "babel-polyfill": "6.5.0", |
68 | | - "browser-sync": "^2.26.7", |
| 65 | + "@webcomponents/webcomponentsjs": "^2.4.0", |
| 66 | + "babel-polyfill": "6.26.0", |
69 | 67 | "cpx": "^1.5.0", |
70 | | - "gulp": "^4.0.0", |
71 | | - "gulp-append-prepend": "^1.0.6", |
| 68 | + "gulp": "^4.0.2", |
| 69 | + "gulp-append-prepend": "^1.0.8", |
72 | 70 | "gulp-header-license": "^1.0.9", |
73 | | - "gulp-rename": "^1.4.0", |
| 71 | + "gulp-rename": "^2.0.0", |
74 | 72 | "gulp-sass": "^4.0.2", |
75 | 73 | "gulp-util": "^3.0.8", |
76 | | - "husky": "^1.3.1", |
| 74 | + "husky": "^3.1.0", |
77 | 75 | "jest": "^24.5.0", |
78 | 76 | "jest-junit": "^6.3.0", |
79 | 77 | "npm-run-all": "^4.1.5", |
80 | | - "owc-dev-server": "^0.2.1", |
| 78 | + "es-dev-server": "^1.31.1", |
81 | 79 | "prettier": "1.17.0", |
82 | | - "rollup": "^1.7.3", |
83 | | - "rollup-plugin-babel": "^4.3.2", |
84 | | - "rollup-plugin-babel-minify": "^8.0.0", |
85 | | - "rollup-plugin-commonjs": "^9.2.2", |
| 80 | + "rollup": "^1.27.10", |
| 81 | + "rollup-plugin-babel": "^4.3.3", |
| 82 | + "rollup-plugin-babel-minify": "^9.1.1", |
| 83 | + "rollup-plugin-commonjs": "^10.1.0", |
86 | 84 | "rollup-plugin-json": "^4.0.0", |
87 | | - "rollup-plugin-node-resolve": "^4.0.1", |
| 85 | + "rollup-plugin-node-resolve": "^5.2.0", |
88 | 86 | "rollup-plugin-postcss": "^2.0.3", |
89 | | - "rollup-plugin-terser": "^4.0.4", |
| 87 | + "rollup-plugin-terser": "^5.1.3", |
90 | 88 | "rollup-plugin-typescript": "^1.0.1", |
91 | | - "sass": "^1.17.3", |
| 89 | + "sass": "^1.23.7", |
92 | 90 | "shx": "^0.3.2", |
93 | 91 | "ts-jest": "^24.0.1", |
94 | | - "tslint": "^5.18.0", |
| 92 | + "tslint": "^5.20.1", |
95 | 93 | "tslint-config-prettier": "^1.18.0", |
96 | 94 | "typescript": "^3.4.4", |
97 | 95 | "whatwg-fetch": "^3.0.0" |
|
106 | 104 | }, |
107 | 105 | "husky": { |
108 | 106 | "hooks": { |
109 | | - "pre-commit": "npm run prettier:write" |
| 107 | + "pre-commit": "npm run prettier:check" |
110 | 108 | } |
111 | 109 | }, |
112 | 110 | "prettier": { |
|
0 commit comments