|
17 | 17 | "compile:src": "tsc -d --importHelpers",
|
18 | 18 | "compile:test": "tsc -p tsconfig.test.json -d --importHelpers",
|
19 | 19 | "dev": "webpack",
|
20 |
| - "build": "webpack --env.production", |
| 20 | + "build": "webpack --env production", |
21 | 21 | "prepare": "npm run clean-up && npm run compile:src",
|
22 | 22 | "prepublishOnly": "publish-please guard",
|
23 | 23 | "publish-please": "npm run lint && npm run autoformat && npm run clean-up && npm run build && npm run test && publish-please"
|
|
34 | 34 | ".ts"
|
35 | 35 | ],
|
36 | 36 | "require": [
|
37 |
| - "ts-node/register" |
| 37 | + "ts-node/register", |
| 38 | + "source-map-support/register" |
38 | 39 | ],
|
39 | 40 | "reporter": [
|
40 | 41 | "text-summary",
|
|
72 | 73 | "lib": "./lib"
|
73 | 74 | },
|
74 | 75 | "dependencies": {
|
75 |
| - "tslib": "^2.0.3" |
| 76 | + "tslib": "^2.2.0" |
76 | 77 | },
|
77 | 78 | "devDependencies": {
|
78 | 79 | "@istanbuljs/nyc-config-typescript": "^1.0.1",
|
79 |
| - "@types/bluebird": "^3.5.33", |
80 |
| - "@types/chai": "^4.2.14", |
81 |
| - "@types/mocha": "^8.2.0", |
82 |
| - "@types/sinon": "^9.0.9", |
| 80 | + "@types/bluebird": "^3.5.35", |
| 81 | + "@types/chai": "^4.2.18", |
| 82 | + "@types/mocha": "^8.2.2", |
| 83 | + "@types/sinon": "^10.0.0", |
83 | 84 | "@types/webpack-env": "^1.16.0",
|
84 | 85 | "@typescript-eslint/eslint-plugin": "^4.24.0",
|
85 | 86 | "@typescript-eslint/parser": "^4.24.0",
|
86 | 87 | "bluebird": "^3.7.2",
|
87 | 88 | "browserify-versionify": "^1.0.6",
|
88 |
| - "chai": "^4.2.0", |
| 89 | + "chai": "^4.3.4", |
89 | 90 | "es6-map": "^0.1.5",
|
90 | 91 | "es6-symbol": "^3.1.3",
|
91 | 92 | "eslint": "^7.27.0",
|
|
96 | 97 | "eslint-plugin-react": "^7.23.2",
|
97 | 98 | "eslint-plugin-unicorn": "^32.0.1",
|
98 | 99 | "glslify": "^7.1.1",
|
99 |
| - "imports-loader": "^0.8.0", |
| 100 | + "imports-loader": "^3.0.0", |
100 | 101 | "istanbul-instrumenter-loader": "^3.0.1",
|
101 |
| - "karma": "^4.4.1", |
| 102 | + "karma": "^6.3.2", |
102 | 103 | "karma-chai-sinon": "^0.1.5",
|
103 | 104 | "karma-chrome-launcher": "^3.1.0",
|
104 |
| - "karma-coverage-istanbul-reporter": "^2.1.1", |
| 105 | + "karma-coverage-istanbul-reporter": "^3.0.3", |
105 | 106 | "karma-es6-shim": "^1.0.0",
|
106 |
| - "karma-mocha": "^1.3.0", |
| 107 | + "karma-mocha": "^2.0.1", |
107 | 108 | "karma-mocha-reporter": "^2.2.5",
|
108 | 109 | "karma-sinon-chai": "^2.0.2",
|
109 | 110 | "karma-sourcemap-loader": "^0.3.8",
|
110 | 111 | "karma-sourcemap-writer": "^0.1.2",
|
111 |
| - "karma-webpack": "^4.0.2", |
112 |
| - "mocha": "^7.2.0", |
| 112 | + "karma-webpack": "^5.0.0", |
| 113 | + "mocha": "^8.4.0", |
113 | 114 | "nyc": "^15.1.0",
|
114 | 115 | "prettier": "^2.3.0",
|
115 | 116 | "publish-please": "^5.5.2",
|
116 |
| - "puppeteer": "^5.5.0", |
| 117 | + "puppeteer": "^9.1.1", |
117 | 118 | "reflect-metadata": "^0.1.13",
|
118 | 119 | "rimraf": "^3.0.2",
|
119 |
| - "sinon": "^9.2.2", |
120 |
| - "sinon-chai": "^3.5.0", |
| 120 | + "sinon": "^10.0.0", |
| 121 | + "sinon-chai": "^3.6.0", |
121 | 122 | "source-map-support": "^0.5.19",
|
122 |
| - "terser-webpack-plugin": "^2.3.5", |
123 |
| - "ts-loader": "^8.0.12", |
| 123 | + "terser-webpack-plugin": "^5.1.2", |
| 124 | + "ts-loader": "^9.2.1", |
124 | 125 | "ts-node": "^9.1.1",
|
125 |
| - "typescript": "^4.1.3", |
126 |
| - "webpack": "^4.44.2", |
127 |
| - "webpack-cli": "^3.3.12", |
128 |
| - "webpack-dev-server": "^3.11.0" |
| 126 | + "typescript": "^4.2.4", |
| 127 | + "webpack": "^5.37.1", |
| 128 | + "webpack-cli": "^4.7.0", |
| 129 | + "webpack-dev-server": "^3.11.2" |
129 | 130 | }
|
130 | 131 | }
|
0 commit comments