|
8 | 8 | "start": "webpack-dev-server --config ./webpack.example.config.js", |
9 | 9 | "test": "node --max-old-space-size=2048 node_modules/.bin/karma start --single-run", |
10 | 10 | "mocha": "mocha test/**/*.test.ts --require ts-node/register", |
11 | | - "autoformat": "prettier --config .prettierrc --write {src,test,example}/**/*.ts", |
| 11 | + "autoformat": "prettier --config .prettierrc --write --list-different \"{src,static,test,example,definitions}{/**/,/}*.{html,css,js,json,ts}\"", |
12 | 12 | "tslint-check:src": "tslint-config-prettier-check ./tslint.json", |
13 | 13 | "tslint-check:test": "tslint-config-prettier-check ./tslint.test.json", |
14 | 14 | "tslint-check:example": "tslint-config-prettier-check ./tslint.example.json", |
|
65 | 65 | "reflect-metadata": "^0.1.12" |
66 | 66 | }, |
67 | 67 | "devDependencies": { |
68 | | - "@types/bluebird": "^3.5.25", |
| 68 | + "@types/bluebird": "^3.5.26", |
69 | 69 | "@types/chai": "^4.1.7", |
70 | 70 | "@types/easeljs": "^1.0.0", |
71 | | - "@types/mocha": "^5.2.5", |
72 | | - "@types/sinon": "^7.0.2", |
73 | | - "@types/webpack-env": "^1.13.6", |
| 71 | + "@types/mocha": "^5.2.6", |
| 72 | + "@types/sinon": "^7.0.10", |
| 73 | + "@types/webpack-env": "^1.13.9", |
74 | 74 | "bluebird": "^3.5.3", |
75 | 75 | "browserify-versionify": "^1.0.6", |
76 | 76 | "chai": "^4.2.0", |
77 | | - "clean-webpack-plugin": "^1.0.0", |
78 | | - "copy-webpack-plugin": "^4.6.0", |
| 77 | + "clean-webpack-plugin": "^2.0.1", |
| 78 | + "copy-webpack-plugin": "^5.0.1", |
79 | 79 | "easeljs": "^1.0.2", |
80 | 80 | "es6-map": "^0.1.5", |
81 | 81 | "es6-symbol": "^3.1.1", |
|
84 | 84 | "imports-loader": "^0.8.0", |
85 | 85 | "istanbul": "^0.4.5", |
86 | 86 | "istanbul-instrumenter-loader": "^3.0.1", |
87 | | - "karma": "^3.1.4", |
| 87 | + "karma": "^4.0.1", |
88 | 88 | "karma-chrome-launcher": "^2.2.0", |
89 | | - "karma-coverage-istanbul-reporter": "^2.0.4", |
| 89 | + "karma-coverage-istanbul-reporter": "^2.0.5", |
90 | 90 | "karma-es6-shim": "^1.0.0", |
91 | 91 | "karma-mocha": "^1.3.0", |
92 | 92 | "karma-mocha-reporter": "^2.2.5", |
|
95 | 95 | "karma-sourcemap-loader": "^0.3.7", |
96 | 96 | "karma-sourcemap-writer": "^0.1.2", |
97 | 97 | "karma-webpack": "^3.0.5", |
98 | | - "mocha": "^5.2.0", |
| 98 | + "mocha": "^6.0.2", |
99 | 99 | "open-browser-webpack-plugin": "^0.0.5", |
100 | | - "prettier": "^1.15.3", |
| 100 | + "prettier": "^1.16.4", |
101 | 101 | "publish-please": "^5.4.3", |
102 | | - "puppeteer": "^1.11.0", |
103 | | - "reflect-metadata": "^0.1.12", |
104 | | - "remap-istanbul": "^0.12.0", |
105 | | - "rimraf": "^2.6.2", |
106 | | - "sinon": "^7.2.2", |
| 102 | + "puppeteer": "^1.13.0", |
| 103 | + "reflect-metadata": "^0.1.13", |
| 104 | + "remap-istanbul": "^0.13.0", |
| 105 | + "rimraf": "^2.6.3", |
| 106 | + "sinon": "^7.3.0", |
107 | 107 | "sinon-chai": "^3.3.0", |
108 | | - "ts-loader": "^5.3.2", |
109 | | - "ts-node": "^7.0.1", |
110 | | - "tslint": "^5.12.0", |
111 | | - "tslint-config-prettier": "^1.17.0", |
112 | | - "typescript": "^3.2.2", |
113 | | - "uglifyjs-webpack-plugin": "^2.1.0", |
114 | | - "webpack": "^4.28.2", |
115 | | - "webpack-cli": "^3.1.2", |
| 108 | + "ts-loader": "^5.3.3", |
| 109 | + "ts-node": "^8.0.3", |
| 110 | + "tslint": "^5.14.0", |
| 111 | + "tslint-config-prettier": "^1.18.0", |
| 112 | + "typescript": "^3.3.4000", |
| 113 | + "uglifyjs-webpack-plugin": "^2.1.2", |
| 114 | + "webpack": "^4.29.6", |
| 115 | + "webpack-cli": "^3.3.0", |
116 | 116 | "webpack-concat-plugin": "^3.0.0", |
117 | | - "webpack-dev-server": "^3.1.13", |
| 117 | + "webpack-dev-server": "^3.2.1", |
118 | 118 | "webpack-simple-progress-plugin": "^0.0.4" |
119 | 119 | } |
120 | 120 | } |
0 commit comments