|
1 | 1 | {
|
2 | 2 | "name": "@amendable/core",
|
3 |
| - "version": "0.0.5", |
| 3 | + "version": "0.0.6", |
4 | 4 | "main": "dist/commonjs/index.js",
|
5 | 5 | "module": "dist/esm/index.js",
|
6 | 6 | "files": [
|
|
14 | 14 | },
|
15 | 15 | "repository": "amendable/core",
|
16 | 16 | "devDependencies": {
|
17 |
| - "@babel/cli": "^7.4.4", |
18 |
| - "@babel/core": "^7.4.5", |
19 |
| - "@babel/plugin-proposal-class-properties": "^7.4.4", |
20 |
| - "@babel/plugin-proposal-object-rest-spread": "^7.4.4", |
21 |
| - "@babel/plugin-transform-runtime": "^7.4.4", |
22 |
| - "@babel/preset-env": "^7.4.5", |
| 17 | + "@babel/cli": "^7.5.5", |
| 18 | + "@babel/core": "^7.5.5", |
| 19 | + "@babel/plugin-proposal-class-properties": "^7.5.5", |
| 20 | + "@babel/plugin-proposal-object-rest-spread": "^7.5.5", |
| 21 | + "@babel/plugin-transform-runtime": "^7.5.5", |
| 22 | + "@babel/preset-env": "^7.5.5", |
23 | 23 | "@babel/preset-react": "^7.0.0",
|
24 |
| - "@babel/runtime": "^7.4.5", |
| 24 | + "@babel/runtime": "^7.5.5", |
25 | 25 | "babel-plugin-lodash": "^3.3.4",
|
26 | 26 | "jest": "^24.8.0"
|
27 | 27 | },
|
|
38 | 38 | "dependencies": {
|
39 | 39 | "@amendable/hash": "^0.1.0",
|
40 | 40 | "classnames": "^2.2.6",
|
41 |
| - "lodash": "^4.17.11", |
| 41 | + "lodash": "^4.17.15", |
42 | 42 | "stylis": "^3.5.4"
|
43 | 43 | }
|
44 | 44 | }
|
0 commit comments