|
9 | 9 | "unit": "jest --watch --verbose", |
10 | 10 | "build": "bash build.sh", |
11 | 11 | "build-example": "webpack", |
12 | | - "dev": "webpack-dev-server --open --open-page=examples/1.html", |
13 | | - "watch": "webpack --progress --watch", |
| 12 | + "dev": "webpack serve --open", |
14 | 13 | "prepublishOnly": "npm run build", |
15 | 14 | "validate": "yarn check", |
16 | 15 | "preversion": "npm run lint", |
|
34 | 33 | }, |
35 | 34 | "homepage": "https://github.com/react-grid-layout/react-resizable", |
36 | 35 | "devDependencies": { |
37 | | - "@babel/cli": "^7.14.3", |
38 | | - "@babel/core": "^7.14.3", |
39 | | - "@babel/eslint-parser": "^7.14.4", |
40 | | - "@babel/plugin-proposal-class-properties": "^7.10.4", |
41 | | - "@babel/plugin-proposal-object-rest-spread": "^7.14.4", |
42 | | - "@babel/preset-env": "^7.14.4", |
43 | | - "@babel/preset-flow": "^7.10.4", |
44 | | - "@babel/preset-react": "^7.10.4", |
| 36 | + "@babel/cli": "^7.14.5", |
| 37 | + "@babel/core": "^7.14.6", |
| 38 | + "@babel/eslint-parser": "^7.14.5", |
| 39 | + "@babel/plugin-proposal-class-properties": "^7.14.5", |
| 40 | + "@babel/plugin-proposal-object-rest-spread": "^7.14.5", |
| 41 | + "@babel/preset-env": "^7.14.5", |
| 42 | + "@babel/preset-flow": "^7.14.5", |
| 43 | + "@babel/preset-react": "^7.14.5", |
45 | 44 | "babel-loader": "^8.0.6", |
46 | 45 | "cross-env": "^7.0.2", |
47 | | - "css-loader": "^4.2.2", |
| 46 | + "css-loader": "^5.2.6", |
48 | 47 | "enzyme": "^3.11.0", |
49 | 48 | "enzyme-adapter-react-16": "^1.15.4", |
50 | 49 | "eslint": "^7.28.0", |
51 | 50 | "eslint-plugin-jest": "^24.3.6", |
52 | 51 | "eslint-plugin-react": "^7.24.0", |
53 | | - "flow-bin": "^0.150.1", |
| 52 | + "flow-bin": "^0.153.0", |
54 | 53 | "jest": "^27.0.4", |
55 | 54 | "lodash": "^4.17.20", |
56 | 55 | "pre-commit": "^1.1.2", |
57 | 56 | "react": "^16.10.2", |
58 | 57 | "react-dom": "^16.10.2", |
59 | 58 | "react-test-renderer": "^16.11.0", |
60 | | - "style-loader": "^1.0.0", |
61 | | - "webpack": "^4.44.1", |
62 | | - "webpack-cli": "^3.3.12", |
| 59 | + "style-loader": "^2.0.0", |
| 60 | + "webpack": "^5.39.0", |
| 61 | + "webpack-cli": "^4.7.2", |
63 | 62 | "webpack-dev-server": "^3.8.2" |
64 | 63 | }, |
65 | 64 | "dependencies": { |
|
0 commit comments