|
21 | 21 | "build:prod:main": "rollup -c scripts/prod.js",
|
22 | 22 | "build:prod:es5": "rollup -c scripts/prod.es5.js",
|
23 | 23 | "build": "npm-run-all --serial build:prod:* copy:flow",
|
24 |
| - "test": "cross-env NODE_ENV='test' tsc && avaron lib/index.test.js --renderer", |
| 24 | + "test": "cross-env NODE_ENV='test' npm run tsc && avaron lib/index.test.js --renderer", |
25 | 25 | "copy:flow": "cpy src/index.js.flow lib && cpy src/index.js.flow lib --rename index.es5.js.flow",
|
26 | 26 | "test:ci": "npm run flow && npm run build",
|
27 | 27 | "prepublish": "npm run build",
|
|
40 | 40 | },
|
41 | 41 | "homepage": "https://github.com/bokuweb/react-rnd",
|
42 | 42 | "devDependencies": {
|
43 |
| - "@babel/cli": "7.8.0", |
44 |
| - "@babel/core": "7.8.0", |
45 |
| - "@babel/plugin-proposal-class-properties": "7.8.0", |
46 |
| - "@babel/plugin-transform-modules-commonjs": "7.8.0", |
47 |
| - "@babel/preset-react": "7.8.0", |
48 |
| - "@babel/preset-typescript": "7.8.0", |
49 |
| - "@babel/traverse": "7.8.0", |
50 |
| - "@babel/types": "7.8.0", |
| 43 | + "@babel/cli": "7.8.4", |
| 44 | + "@babel/core": "7.8.4", |
| 45 | + "@babel/plugin-proposal-class-properties": "7.8.3", |
| 46 | + "@babel/plugin-transform-modules-commonjs": "7.8.3", |
| 47 | + "@babel/preset-react": "7.8.3", |
| 48 | + "@babel/preset-typescript": "7.8.3", |
| 49 | + "@babel/traverse": "7.8.4", |
| 50 | + "@babel/types": "7.8.3", |
51 | 51 | "@emotion/core": "10.0.27",
|
52 |
| - "@storybook/addon-actions": "5.3.1", |
53 |
| - "@storybook/addon-info": "5.3.1", |
54 |
| - "@storybook/addon-links": "5.3.1", |
55 |
| - "@storybook/addon-options": "5.3.1", |
56 |
| - "@storybook/react": "5.3.1", |
| 52 | + "@storybook/addon-actions": "5.3.12", |
| 53 | + "@storybook/addon-info": "5.3.12", |
| 54 | + "@storybook/addon-links": "5.3.12", |
| 55 | + "@storybook/addon-options": "5.3.12", |
| 56 | + "@storybook/react": "5.3.12", |
57 | 57 | "@types/enzyme": "3.1.16",
|
58 | 58 | "@types/enzyme-adapter-react-16": "1.0.5",
|
59 | 59 | "@types/node": "^12.0.10",
|
|
68 | 68 | "babel-loader": "8.0.6",
|
69 | 69 | "cpy-cli": "2.0.0",
|
70 | 70 | "cross-env": "6.0.3",
|
71 |
| - "enzyme": "3.8.0", |
| 71 | + "enzyme": "3.11.0", |
72 | 72 | "enzyme-adapter-react-16": "1.9.1",
|
73 | 73 | "gh-pages": "2.0.1",
|
74 | 74 | "light-ts-loader": "1.1.2",
|
|
77 | 77 | "react": "16.12.0",
|
78 | 78 | "react-dom": "16.12.0",
|
79 | 79 | "react-test-renderer": "16.12.0",
|
80 |
| - "rollup": "1.17.0", |
| 80 | + "rollup": "1.31.0", |
81 | 81 | "rollup-plugin-babel": "4.3.3",
|
82 |
| - "rollup-plugin-commonjs": "10.0.1", |
| 82 | + "rollup-plugin-commonjs": "10.1.0", |
83 | 83 | "rollup-plugin-node-globals": "1.4.0",
|
84 | 84 | "rollup-plugin-node-resolve": "5.2.0",
|
85 | 85 | "rollup-plugin-replace": "2.2.0",
|
86 | 86 | "rollup-plugin-typescript2": "0.22.0",
|
87 | 87 | "rollup-watch": "4.3.1",
|
88 |
| - "sinon": "8.0.4", |
| 88 | + "sinon": "8.1.1", |
89 | 89 | "tslint": "5.20.1",
|
90 | 90 | "tslint-eslint-rules": "5.4.0",
|
91 | 91 | "tslint-plugin-prettier": "2.1.0",
|
92 |
| - "tslint-react": "4.1.0", |
93 |
| - "typescript": "3.7.4" |
| 92 | + "tslint-react": "4.2.0", |
| 93 | + "typescript": "3.7.5" |
94 | 94 | },
|
95 | 95 | "files": [
|
96 | 96 | "lib"
|
|
99 | 99 | "fixture": "./fixture.html"
|
100 | 100 | },
|
101 | 101 | "dependencies": {
|
102 |
| - "re-resizable": "6.1.1", |
| 102 | + "re-resizable": "6.2.0", |
103 | 103 | "react-draggable": "4.2.0",
|
104 | 104 | "tslib": "1.10.0"
|
105 | 105 | }
|
|
0 commit comments