|
13 | 13 | "prepublishOnly": "make build",
|
14 | 14 | "validate": "npm ls",
|
15 | 15 | "flow": "flow",
|
16 |
| - "fmt": "prettier --write ./**.{json,js,jsx,yml,md}", |
17 |
| - "fmt:check": "prettier --check ./**.{json,js,jsx,yml,md}" |
| 16 | + "fmt": "prettier --write .", |
| 17 | + "fmt:check": "prettier --check ." |
18 | 18 | },
|
19 | 19 | "repository": {
|
20 | 20 | "type": "git",
|
|
48 | 48 | "fast-equals": "Bug in CRA5 causes fast-equals@5 to fail to import due to .cjs file. See https://github.com/react-grid-layout/react-grid-layout/issues/1904"
|
49 | 49 | },
|
50 | 50 | "devDependencies": {
|
51 |
| - "@babel/cli": "^7.22.15", |
52 |
| - "@babel/core": "^7.22.17", |
53 |
| - "@babel/eslint-parser": "^7.22.15", |
| 51 | + "@babel/cli": "^7.23.4", |
| 52 | + "@babel/core": "^7.23.3", |
| 53 | + "@babel/eslint-parser": "^7.23.3", |
54 | 54 | "@babel/plugin-proposal-class-properties": "^7.18.6",
|
55 |
| - "@babel/plugin-transform-flow-comments": "^7.22.10", |
56 |
| - "@babel/preset-env": "^7.22.15", |
57 |
| - "@babel/preset-flow": "^7.22.15", |
58 |
| - "@babel/preset-react": "^7.22.15", |
| 55 | + "@babel/plugin-transform-flow-comments": "^7.23.3", |
| 56 | + "@babel/preset-env": "^7.23.3", |
| 57 | + "@babel/preset-flow": "^7.23.3", |
| 58 | + "@babel/preset-react": "^7.23.3", |
59 | 59 | "@babel/register": "^7.22.15",
|
60 | 60 | "@webpack-cli/serve": "^2.0.5",
|
61 |
| - "babel-jest": "^29.6.4", |
| 61 | + "babel-jest": "^29.7.0", |
62 | 62 | "babel-loader": "^9.1.3",
|
63 | 63 | "babel-plugin-preval": "^5.1.0",
|
64 | 64 | "css-loader": "^6.8.1",
|
65 | 65 | "ejs": "^3.1.9",
|
66 | 66 | "enzyme": "^3.11.0",
|
67 | 67 | "enzyme-adapter-react-16": "^1.15.7",
|
68 | 68 | "enzyme-to-json": "^3.6.2",
|
69 |
| - "eslint": "^8.49.0", |
| 69 | + "eslint": "^8.54.0", |
70 | 70 | "eslint-plugin-flowtype": "^8.0.3",
|
71 |
| - "eslint-plugin-mocha": "^10.1.0", |
| 71 | + "eslint-plugin-mocha": "^10.2.0", |
72 | 72 | "eslint-plugin-react": "^7.33.2",
|
73 |
| - "eslint-plugin-unicorn": "^48.0.1", |
| 73 | + "eslint-plugin-unicorn": "^49.0.0", |
74 | 74 | "exports-loader": "^4.0.0",
|
75 | 75 | "flow-bin": "^0.172.0",
|
76 | 76 | "husky": "^8.0.3",
|
77 | 77 | "imports-loader": "^4.0.1",
|
78 |
| - "jest": "^29.6.4", |
79 |
| - "jest-environment-jsdom": "^29.6.4", |
80 |
| - "lint-staged": "^14.0.1", |
| 78 | + "jest": "^29.7.0", |
| 79 | + "jest-environment-jsdom": "^29.7.0", |
| 80 | + "lint-staged": "^15.1.0", |
81 | 81 | "lodash": "^4.17.21",
|
82 | 82 | "opener": "^1.5.2",
|
83 |
| - "prettier": "^3.0.3", |
| 83 | + "prettier": "^3.1.0", |
84 | 84 | "react": "^16.13.1",
|
85 | 85 | "react-dom": "^16.13.1",
|
86 | 86 | "react-hot-loader": "^4.13.1",
|
87 | 87 | "react-transform-hmr": "^1.0.2",
|
88 | 88 | "style-loader": "^3.3.3",
|
89 | 89 | "timsort": "^0.3.0",
|
90 |
| - "webpack": "^5.88.2", |
| 90 | + "webpack": "^5.89.0", |
91 | 91 | "webpack-cli": "^5.1.4",
|
92 | 92 | "webpack-dev-server": "^4.15.1"
|
93 | 93 | },
|
|
0 commit comments