|
57 | 57 | "trailingComma": "all"
|
58 | 58 | },
|
59 | 59 | "dependencies": {
|
60 |
| - "@babel/runtime": "^7.13.8", |
| 60 | + "@babel/runtime": "^7.14.0", |
61 | 61 | "@restart/context": "^2.1.4",
|
62 | 62 | "@restart/hooks": "^0.3.26",
|
63 |
| - "@types/classnames": "^2.2.10", |
64 | 63 | "@types/invariant": "^2.2.33",
|
65 | 64 | "@types/prop-types": "^15.7.3",
|
66 | 65 | "@types/react": ">=16.14.4",
|
67 | 66 | "@types/react-transition-group": "^4.4.1",
|
68 | 67 | "@types/warning": "^3.0.0",
|
69 |
| - "classnames": "^2.2.6", |
70 |
| - "dom-helpers": "^5.1.2", |
| 68 | + "classnames": "^2.3.1", |
| 69 | + "dom-helpers": "^5.2.1", |
71 | 70 | "invariant": "^2.2.4",
|
72 | 71 | "prop-types": "^15.7.2",
|
73 | 72 | "prop-types-extra": "^1.1.0",
|
74 |
| - "react-overlays": "^5.0.0", |
| 73 | + "react-overlays": "^5.0.1", |
75 | 74 | "react-transition-group": "^4.4.1",
|
76 | 75 | "uncontrollable": "^7.2.1",
|
77 | 76 | "warning": "^4.0.3"
|
78 | 77 | },
|
79 | 78 | "devDependencies": {
|
80 | 79 | "@4c/rollout": "^2.2.1",
|
81 | 80 | "@4c/tsconfig": "^0.3.1",
|
82 |
| - "@babel/cli": "^7.13.16", |
83 |
| - "@babel/core": "^7.14.0", |
| 81 | + "@babel/cli": "^7.14.3", |
| 82 | + "@babel/core": "^7.14.3", |
84 | 83 | "@babel/preset-typescript": "^7.13.0",
|
85 | 84 | "@babel/register": "^7.13.16",
|
86 | 85 | "@react-bootstrap/babel-preset": "^2.1.0",
|
87 | 86 | "@react-bootstrap/eslint-config": "^2.0.0",
|
88 |
| - "@typescript-eslint/eslint-plugin": "^4.22.1", |
89 |
| - "@typescript-eslint/parser": "^4.22.1", |
| 87 | + "@typescript-eslint/eslint-plugin": "^4.25.0", |
| 88 | + "@typescript-eslint/parser": "^4.25.0", |
90 | 89 | "babel-eslint": "^10.1.0",
|
91 | 90 | "babel-loader": "^8.2.2",
|
92 | 91 | "babel-plugin-istanbul": "^6.0.0",
|
|
97 | 96 | "conventional-changelog-cli": "^2.1.1",
|
98 | 97 | "cpy-cli": "^3.1.1",
|
99 | 98 | "cross-env": "^7.0.3",
|
100 |
| - "dtslint": "^4.0.9", |
| 99 | + "dtslint": "^4.1.0", |
101 | 100 | "enzyme": "^3.11.0",
|
102 | 101 | "enzyme-adapter-react-16": "^1.15.6",
|
103 |
| - "eslint": "^7.26.0", |
| 102 | + "eslint": "^7.27.0", |
104 | 103 | "eslint-config-4catalyzer-typescript": "^3.0.3",
|
105 | 104 | "eslint-import-resolver-node": "^0.3.4",
|
106 |
| - "eslint-import-resolver-webpack": "^0.13.0", |
107 |
| - "eslint-plugin-import": "^2.22.1", |
| 105 | + "eslint-import-resolver-webpack": "^0.13.1", |
| 106 | + "eslint-plugin-import": "^2.23.3", |
108 | 107 | "eslint-plugin-jsx-a11y": "^6.4.1",
|
109 |
| - "eslint-plugin-mocha": "^8.1.0", |
| 108 | + "eslint-plugin-mocha": "^8.2.0", |
110 | 109 | "eslint-plugin-prettier": "^3.4.0",
|
111 | 110 | "eslint-plugin-react": "^7.23.2",
|
112 | 111 | "execa": "^5.0.0",
|
|
126 | 125 | "lodash": "^4.17.21",
|
127 | 126 | "mocha": "^8.4.0",
|
128 | 127 | "prettier": "^2.3.0",
|
| 128 | + "process": "^0.11.10", |
129 | 129 | "react": "^16.14.0",
|
130 | 130 | "react-dom": "^16.14.0",
|
131 | 131 | "react-test-renderer": "^16.14.0",
|
132 | 132 | "simulant": "^0.2.2",
|
133 | 133 | "sinon": "^9.2.4",
|
134 |
| - "sinon-chai": "^3.6.0", |
| 134 | + "sinon-chai": "^3.7.0", |
135 | 135 | "stream-browserify": "^3.0.0",
|
136 |
| - "typescript": "^4.2.4", |
137 |
| - "webpack": "^5.36.2" |
| 136 | + "typescript": "^4.3.2", |
| 137 | + "util": "^0.12.3", |
| 138 | + "webpack": "^5.38.1" |
138 | 139 | },
|
139 | 140 | "peerDependencies": {
|
140 | 141 | "react": ">=16.14.0",
|
|
0 commit comments