|
40 | 40 | "start": "yarn --cwd www start",
|
41 | 41 | "tdd": "cross-env NODE_ENV=test karma start",
|
42 | 42 | "test": "yarn lint && yarn testonly",
|
43 |
| - "testonly": "yarn tdd --single-run" |
44 |
| - }, |
45 |
| - "husky": { |
46 |
| - "hooks": { |
47 |
| - "pre-commit": "lint-staged" |
48 |
| - } |
| 43 | + "testonly": "yarn tdd --single-run", |
| 44 | + "prepare": "husky install" |
49 | 45 | },
|
50 | 46 | "lint-staged": {
|
51 | 47 | "*.js,*.tsx": "eslint --fix --ext .js,.ts,.tsx"
|
|
61 | 57 | "conventionalCommits": true
|
62 | 58 | },
|
63 | 59 | "dependencies": {
|
64 |
| - "@babel/runtime": "^7.12.1", |
65 |
| - "@popperjs/core": "^2.5.3", |
66 |
| - "@restart/hooks": "^0.3.25", |
| 60 | + "@babel/runtime": "^7.13.8", |
| 61 | + "@popperjs/core": "^2.8.6", |
| 62 | + "@restart/hooks": "^0.3.26", |
67 | 63 | "@types/warning": "^3.0.0",
|
68 | 64 | "dom-helpers": "^5.2.0",
|
69 | 65 | "prop-types": "^15.7.2",
|
70 |
| - "uncontrollable": "^7.0.0", |
| 66 | + "uncontrollable": "^7.2.1", |
71 | 67 | "warning": "^4.0.3"
|
72 | 68 | },
|
73 | 69 | "peerDependencies": {
|
|
79 | 75 | "@4c/rollout": "^2.2.0",
|
80 | 76 | "@4c/tsconfig": "^0.3.1",
|
81 | 77 | "@babel/cli": "^7.13.0",
|
82 |
| - "@babel/core": "^7.13.1", |
| 78 | + "@babel/core": "^7.13.8", |
83 | 79 | "@babel/plugin-proposal-class-properties": "^7.13.0",
|
84 |
| - "@babel/plugin-transform-runtime": "^7.13.6", |
| 80 | + "@babel/plugin-transform-runtime": "^7.13.8", |
85 | 81 | "@babel/polyfill": "^7.12.1",
|
86 |
| - "@babel/preset-env": "^7.13.5", |
| 82 | + "@babel/preset-env": "^7.13.8", |
87 | 83 | "@babel/preset-react": "^7.12.13",
|
88 | 84 | "@babel/preset-typescript": "^7.13.0",
|
89 | 85 | "@react-bootstrap/eslint-config": "^1.3.2",
|
90 |
| - "@rollup/plugin-node-resolve": "^9.0.0", |
| 86 | + "@rollup/plugin-node-resolve": "^11.2.0", |
91 | 87 | "@types/classnames": "^2.2.11",
|
92 |
| - "@types/react": "^16.14.4", |
93 |
| - "@types/react-dom": "^16.9.11", |
94 |
| - "@typescript-eslint/eslint-plugin": "^4.15.2", |
95 |
| - "@typescript-eslint/parser": "^4.15.2", |
| 88 | + "@types/react": "^17.0.2", |
| 89 | + "@types/react-dom": "^17.0.1", |
| 90 | + "@typescript-eslint/eslint-plugin": "^4.16.1", |
| 91 | + "@typescript-eslint/parser": "^4.16.1", |
96 | 92 | "babel-eslint": "^10.1.0",
|
97 | 93 | "babel-plugin-add-module-exports": "^1.0.4",
|
98 | 94 | "babel-plugin-istanbul": "^6.0.0",
|
|
101 | 97 | "cross-env": "^7.0.3",
|
102 | 98 | "enzyme": "^3.11.0",
|
103 | 99 | "enzyme-adapter-react-16": "^1.15.6",
|
104 |
| - "eslint": "^7.20.0", |
| 100 | + "eslint": "^7.21.0", |
105 | 101 | "eslint-config-4catalyzer-typescript": "^3.0.3",
|
106 |
| - "eslint-config-prettier": "^6.15.0", |
| 102 | + "eslint-config-prettier": "^8.1.0", |
107 | 103 | "eslint-plugin-import": "^2.22.1",
|
108 | 104 | "eslint-plugin-jsx-a11y": "^6.4.1",
|
109 | 105 | "eslint-plugin-mocha": "^8.0.0",
|
110 | 106 | "eslint-plugin-prettier": "^3.3.1",
|
111 | 107 | "eslint-plugin-react": "^7.22.0",
|
112 | 108 | "eslint-plugin-react-hooks": "^4.2.0",
|
113 | 109 | "gh-pages": "^3.1.0",
|
114 |
| - "husky": "^4.3.8", |
| 110 | + "husky": "^5.1.2", |
115 | 111 | "jquery": "^3.5.1",
|
116 |
| - "karma": "^5.2.3", |
| 112 | + "karma": "^6.1.1", |
117 | 113 | "karma-chrome-launcher": "^3.1.0",
|
118 | 114 | "karma-coverage": "^2.0.3",
|
119 | 115 | "karma-firefox-launcher": "^2.1.0",
|
120 | 116 | "karma-mocha": "^2.0.1",
|
121 | 117 | "karma-mocha-reporter": "^2.2.5",
|
122 | 118 | "karma-sinon-chai": "^2.0.2",
|
123 | 119 | "karma-sourcemap-loader": "^0.3.8",
|
124 |
| - "karma-webpack": "4.0.2", |
| 120 | + "karma-webpack": "5.0.0", |
125 | 121 | "lint-staged": "^10.5.4",
|
126 | 122 | "mocha": "^8.3.0",
|
127 | 123 | "prettier": "^2.2.1",
|
| 124 | + "process": "^0.11.10", |
128 | 125 | "react": "^16.14.0",
|
129 | 126 | "react-dom": "^16.14.0",
|
130 | 127 | "react-transition-group": "^4.4.1",
|
131 | 128 | "rimraf": "^3.0.2",
|
132 |
| - "rollup": "^2.39.1", |
| 129 | + "rollup": "^2.40.0", |
133 | 130 | "simulant": "^0.2.2",
|
134 | 131 | "sinon": "^9.2.4",
|
135 | 132 | "sinon-chai": "^3.5.0",
|
136 |
| - "typescript": "^4.1.5", |
137 |
| - "webpack": "^4.46.0", |
138 |
| - "webpack-atoms": "^14.0.0", |
139 |
| - "webpack-cli": "^3.3.12" |
| 133 | + "stream-browserify": "^3.0.0", |
| 134 | + "typescript": "^4.2.2", |
| 135 | + "util": "^0.12.3", |
| 136 | + "webpack": "^5.24.2", |
| 137 | + "webpack-atoms": "^16.0.1", |
| 138 | + "webpack-cli": "^4.5.0" |
140 | 139 | },
|
141 | 140 | "bugs": {
|
142 | 141 | "url": "https://github.com/react-bootstrap/react-overlays/issues"
|
143 |
| - }, |
144 |
| - "readme": "ERROR: No README data found!", |
145 |
| - "homepage": "https://github.com/react-bootstrap/react-overlays#readme", |
146 |
| - |
| 142 | + } |
147 | 143 | }
|
0 commit comments