|
1 | 1 | {
|
2 |
| - "version": "0.9.1", |
| 2 | + "version": "0.10.0", |
3 | 3 | "name": "@haul-bundler/core",
|
4 | 4 | "description": "Haul core library (legacy)",
|
5 | 5 | "main": "build/index.js",
|
|
19 | 19 | },
|
20 | 20 | "dependencies": {
|
21 | 21 | "@babel/core": "^7.5.5",
|
22 |
| - "@babel/preset-env": "^7.5.5", |
23 |
| - "@babel/preset-typescript": "^7.3.3", |
24 | 22 | "@babel/plugin-proposal-class-properties": "^7.5.5",
|
25 | 23 | "@babel/plugin-transform-flow-strip-types": "^7.4.4",
|
| 24 | + "@babel/preset-env": "^7.5.5", |
| 25 | + "@babel/preset-typescript": "^7.3.3", |
26 | 26 | "@hapi/boom": "^7.4.2",
|
27 | 27 | "@hapi/hapi": "^18.3.1",
|
28 | 28 | "@hapi/inert": "^5.2.0",
|
29 | 29 | "@hapi/joi": "^15.0.3",
|
30 |
| - "@haul-bundler/basic-bundle-webpack-plugin": "^0.9.0", |
31 |
| - "@haul-bundler/core-legacy": "^0.9.0", |
32 |
| - "@haul-bundler/inspector-events": "^0.9.0", |
33 |
| - "@haul-bundler/ram-bundle-webpack-plugin": "^0.9.0", |
| 30 | + "@haul-bundler/basic-bundle-webpack-plugin": "^0.10.0", |
| 31 | + "@haul-bundler/core-legacy": "^0.10.0", |
| 32 | + "@haul-bundler/inspector-events": "^0.10.0", |
| 33 | + "@haul-bundler/ram-bundle-webpack-plugin": "^0.10.0", |
34 | 34 | "ansi-fragments": "^0.2.1",
|
35 | 35 | "dedent": "^0.7.0",
|
36 | 36 | "escape-string-regexp": "^2.0.0",
|
|
0 commit comments