|
38 | 38 | }, |
39 | 39 | "devDependencies": { |
40 | 40 | "@ampproject/filesize": "4.3.0", |
41 | | - "@ampproject/rollup-plugin-closure-compiler": "0.26.0", |
| 41 | + "@ampproject/rollup-plugin-closure-compiler": "0.27.0", |
42 | 42 | "@babel/cli": "7.14.8", |
43 | 43 | "@babel/core": "7.15.0", |
44 | 44 | "@babel/preset-env": "7.15.0", |
45 | 45 | "@rollup/plugin-babel": "5.3.0", |
46 | 46 | "@rollup/plugin-replace": "3.0.0", |
47 | | - "@types/node": "14.17.7", |
| 47 | + "@types/node": "14.17.15", |
48 | 48 | "@types/sinon": "10.0.2", |
49 | | - "acorn": "8.4.1", |
50 | | - "acorn-walk": "8.1.1", |
| 49 | + "acorn": "8.5.0", |
| 50 | + "acorn-walk": "8.2.0", |
51 | 51 | "ava": "3.15.0", |
52 | 52 | "babel-plugin-minify-replace": "0.5.0", |
53 | 53 | "babel-plugin-transform-remove-console": "6.9.4", |
54 | 54 | "cross-env": "7.0.3", |
55 | 55 | "esm": "3.2.25", |
56 | | - "husky": "7.0.1", |
| 56 | + "husky": "7.0.2", |
57 | 57 | "jsdom": "17.0.0", |
58 | | - "lint-staged": "11.1.1", |
| 58 | + "lint-staged": "11.1.2", |
59 | 59 | "magic-string": "0.25.7", |
60 | 60 | "np": "7.5.0", |
61 | 61 | "npm-run-all": "4.1.5", |
62 | 62 | "polka": "0.5.2", |
63 | | - "prettier": "2.3.2", |
| 63 | + "prettier": "2.4.0", |
64 | 64 | "rimraf": "3.0.2", |
65 | | - "rollup": "2.55.1", |
| 65 | + "rollup": "2.56.3", |
66 | 66 | "rollup-plugin-analyzer": "4.0.0", |
67 | 67 | "rollup-plugin-babel": "4.4.0", |
68 | 68 | "rollup-plugin-terser": "7.0.2", |
69 | 69 | "sinon": "11.1.2", |
70 | | - "sirv": "1.0.12", |
| 70 | + "sirv": "1.0.17", |
71 | 71 | "tslint": "6.1.3", |
72 | | - "typescript": "4.3.5" |
| 72 | + "typescript": "4.4.2" |
73 | 73 | }, |
74 | 74 | "lint-staged": { |
75 | 75 | "*.{js,ts}": [ |
|
95 | 95 | "brotli": "5 kB" |
96 | 96 | }, |
97 | 97 | "./dist/worker/worker.mjs": { |
98 | | - "brotli": "12 kB" |
| 98 | + "brotli": "13 kB" |
99 | 99 | }, |
100 | 100 | "./dist/worker/worker.js": { |
101 | 101 | "brotli": "14 kB" |
|
122 | 122 | ] |
123 | 123 | }, |
124 | 124 | "volta": { |
125 | | - "node": "14.17.4", |
| 125 | + "node": "14.17.6", |
126 | 126 | "yarn": "1.22.11" |
127 | 127 | }, |
128 | 128 | "publishConfig": { |
|
0 commit comments