|
53 | 53 | "homepage": "https://github.com/Lodin/react-vtree#readme", |
54 | 54 | "devDependencies": { |
55 | 55 | "@babel/cli": "^7.10.5", |
56 | | - "@babel/core": "^7.10.5", |
| 56 | + "@babel/core": "^7.11.0", |
57 | 57 | "@babel/plugin-proposal-class-properties": "^7.10.4", |
58 | 58 | "@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.4", |
59 | | - "@babel/plugin-proposal-object-rest-spread": "^7.10.4", |
60 | | - "@babel/plugin-proposal-optional-chaining": "^7.10.4", |
61 | | - "@babel/plugin-transform-runtime": "^7.10.5", |
62 | | - "@babel/preset-env": "^7.10.4", |
| 59 | + "@babel/plugin-proposal-object-rest-spread": "^7.11.0", |
| 60 | + "@babel/plugin-proposal-optional-chaining": "^7.11.0", |
| 61 | + "@babel/plugin-transform-runtime": "^7.11.0", |
| 62 | + "@babel/preset-env": "^7.11.0", |
63 | 63 | "@babel/preset-react": "^7.10.4", |
64 | 64 | "@babel/preset-typescript": "^7.10.4", |
65 | 65 | "@storybook/addon-knobs": "^5.3.19", |
66 | 66 | "@storybook/addon-options": "^5.3.19", |
67 | 67 | "@storybook/react": "^5.3.19", |
68 | 68 | "@types/classnames": "^2.2.10", |
69 | 69 | "@types/enzyme": "^3.10.5", |
70 | | - "@types/jest": "^26.0.7", |
71 | | - "@types/react": "^16.9.43", |
| 70 | + "@types/jest": "^26.0.8", |
| 71 | + "@types/react": "^16.9.44", |
72 | 72 | "@types/react-dom": "^16.9.8", |
73 | 73 | "@types/react-virtualized-auto-sizer": "^1.0.0", |
74 | 74 | "@types/react-window": "^1.8.2", |
75 | | - "babel-jest": "^26.2.1", |
| 75 | + "babel-jest": "^26.2.2", |
76 | 76 | "babel-loader": "^8.1.0", |
77 | | - "babel-plugin-transform-async-to-promises": "^0.8.15", |
78 | 77 | "codecov": "^3.7.2", |
79 | 78 | "cross-env": "^7.0.2", |
80 | 79 | "cssnano": "^4.1.10", |
81 | 80 | "enzyme": "^3.11.0", |
82 | 81 | "enzyme-adapter-react-16": "^1.15.2", |
83 | | - "eslint": "^7.5.0", |
84 | | - "eslint-config-poetez": "git+https://github.com/Lodin/eslint-config-poetez.git#fix/small-improvements", |
| 82 | + "eslint": "^7.6.0", |
| 83 | + "eslint-config-poetez": "^1.0.0", |
85 | 84 | "eslint-config-prettier": "^6.11.0", |
86 | 85 | "eslint-plugin-prettier": "^3.1.4", |
87 | 86 | "husky": "^4.2.5", |
88 | | - "jest": "^26.2.1", |
| 87 | + "jest": "^26.2.2", |
89 | 88 | "jest-enzyme": "^7.1.2", |
90 | 89 | "lint-staged": "^10.2.11", |
91 | 90 | "npm-run-all": "^4.1.5", |
|
105 | 104 | "react-window": "^1.8.5" |
106 | 105 | }, |
107 | 106 | "dependencies": { |
108 | | - "@babel/runtime": "^7.10.5" |
| 107 | + "@babel/runtime": "^7.11.0" |
109 | 108 | } |
110 | 109 | } |
0 commit comments