|
4 | 4 | "description": "Declarative router component for React",
|
5 | 5 | "main": "index.js",
|
6 | 6 | "dependencies": {
|
7 |
| - "create-react-class": "15.x", |
| 7 | + "create-react-class": "^15.7.0", |
8 | 8 | "is-equal-shallow": "^0.1.3",
|
9 | 9 | "object-assign": "^4.1.0",
|
10 | 10 | "object.omit": "^3.0.0",
|
11 |
| - "prop-types": "15.x", |
12 |
| - "qs": "6.x", |
13 |
| - "url-pattern": "~1.0.1", |
14 |
| - "urllite": "~0.5.0" |
| 11 | + "prop-types": "^15.8.1", |
| 12 | + "qs": "^6.11.1", |
| 13 | + "url-pattern": "^1.0.1", |
| 14 | + "urllite": "^0.5.0" |
15 | 15 | },
|
16 | 16 | "devDependencies": {
|
17 |
| - "@babel/cli": "^7.0.0", |
18 |
| - "@babel/core": "^7.0.0", |
19 |
| - "@babel/preset-env": "^7.0.0", |
20 |
| - "@babel/preset-react": "^7.7.4", |
21 |
| - "@babel/register": "^7.7.7", |
22 |
| - "babel-eslint": "^10.0.3", |
| 17 | + "@babel/cli": "^7.21.0", |
| 18 | + "@babel/core": "^7.21.4", |
| 19 | + "@babel/eslint-parser": "^7.21.3", |
| 20 | + "@babel/preset-env": "^7.21.4", |
| 21 | + "@babel/preset-react": "^7.18.6", |
| 22 | + "@babel/register": "^7.21.0", |
23 | 23 | "babel-plugin-espower": "^3.0.1",
|
24 | 24 | "envify": "^4.1.0",
|
25 |
| - "eslint": "^6.8.0", |
26 |
| - "eslint-plugin-react": "^7.17.0", |
27 |
| - "mocha": "^6.2.2", |
| 25 | + "eslint": "^8.38.0", |
| 26 | + "eslint-plugin-react": "^7.32.2", |
| 27 | + "mocha": "^10.2.0", |
28 | 28 | "power-assert": "^1.6.1",
|
29 | 29 | "pre-commit": "^1.2.2",
|
30 | 30 | "react": "^16.12.0",
|
31 | 31 | "react-dom": "^16.12.0",
|
32 | 32 | "react-test-renderer": "^16.12.0",
|
33 |
| - "semver": "^5.4.1", |
| 33 | + "semver": "^7.4.0", |
34 | 34 | "zuul": "^3.12.0"
|
35 | 35 | },
|
36 | 36 | "browserify": {
|
|
0 commit comments