|
1 | 1 | {
|
2 | 2 | "name": "react-router-breadcrumbs-hoc",
|
3 |
| - "version": "4.0.0", |
| 3 | + "version": "4.0.1", |
4 | 4 | "description": "small, flexible, higher order component for rendering breadcrumbs with react-router 4.x",
|
5 | 5 | "repository": "icd2k3/react-router-breadcrumbs-hoc",
|
6 | 6 | "main": "dist/cjs/index.js",
|
|
9 | 9 | "types": "dist/index.d.ts",
|
10 | 10 | "scripts": {
|
11 | 11 | "prepublishOnly": "npm run build && pinst --disable",
|
12 |
| - "build": "rollup -c", |
| 12 | + "build": "rollup -c && yarn types", |
13 | 13 | "test": "jest",
|
14 | 14 | "test-build": "sh ./scripts/test-build.sh",
|
15 |
| - "types": "tsc -p tsconfig.json", |
| 15 | + "types": "tsc -p tsconfig.json --declaration --emitDeclarationOnly", |
16 | 16 | "lint": "eslint ./src/**",
|
17 | 17 | "postpublish": "pinst --enable",
|
18 | 18 | "prepare": "husky install"
|
|
24 | 24 | "react-router": ">=5"
|
25 | 25 | },
|
26 | 26 | "devDependencies": {
|
27 |
| - "@babel/cli": "^7.14.3", |
28 |
| - "@babel/core": "^7.14.3", |
29 |
| - "@babel/plugin-transform-runtime": "^7.14.3", |
30 |
| - "@babel/preset-env": "^7.14.4", |
31 |
| - "@babel/preset-react": "^7.13.13", |
32 |
| - "@babel/preset-typescript": "^7.13.0", |
| 27 | + "@babel/cli": "^7.14.5", |
| 28 | + "@babel/core": "^7.14.5", |
| 29 | + "@babel/plugin-transform-runtime": "^7.14.5", |
| 30 | + "@babel/preset-env": "^7.14.5", |
| 31 | + "@babel/preset-react": "^7.14.5", |
| 32 | + "@babel/preset-typescript": "^7.14.5", |
33 | 33 | "@commitlint/cli": "^12.1.4",
|
34 | 34 | "@commitlint/config-conventional": "^12.1.4",
|
35 | 35 | "@rollup/plugin-babel": "^5.3.0",
|
36 | 36 | "@rollup/plugin-typescript": "^8.2.1",
|
37 |
| - "@types/react": "^17.0.9", |
38 |
| - "@types/react-dom": "^17.0.6", |
| 37 | + "@types/react": "^17.0.11", |
| 38 | + "@types/react-dom": "^17.0.7", |
39 | 39 | "@types/react-router": "^5.1.15",
|
40 | 40 | "@typescript-eslint/eslint-plugin": "^4.26.1",
|
41 | 41 | "@typescript-eslint/parser": "^4.26.1",
|
|
0 commit comments