|
1 | 1 | {
|
2 | 2 | "name": "@technote-space/use-material-table-icons",
|
3 |
| - "version": "0.1.18", |
| 3 | + "version": "0.1.19", |
4 | 4 | "description": "React hook to get icons for material table.",
|
5 | 5 | "keywords": [
|
6 | 6 | "github",
|
|
29 | 29 | "build": "tsc",
|
30 | 30 | "cover": "jest --coverage",
|
31 | 31 | "cover:update": "jest --coverage -u",
|
| 32 | + "postinstall": "[ -n \"$CI\" ] || [ ! -f node_modules/.bin/husky ] || husky install", |
32 | 33 | "lint": "eslint 'src/**/*.tsx' '__tests__/**/*.tsx' --cache",
|
33 | 34 | "lint:fix": "eslint --fix 'src/**/*.tsx' '__tests__/**/*.tsx'",
|
34 |
| - "test": "yarn lint && yarn cover", |
35 |
| - "update": "npx npm-check-updates -u && yarn install && yarn upgrade && yarn audit", |
36 |
| - "postinstall": "[ -n \"$CI\" ] || [ ! -f node_modules/.bin/husky ] || husky install", |
37 | 35 | "prepublishOnly": "[ -n \"$CI\" ] || [ ! -f node_modules/.bin/pinst ] || pinst --disable",
|
38 |
| - "postpublish": "[ -n \"$CI\" ] || [ ! -f node_modules/.bin/pinst ] || pinst --enable" |
| 36 | + "postpublish": "[ -n \"$CI\" ] || [ ! -f node_modules/.bin/pinst ] || pinst --enable", |
| 37 | + "test": "yarn lint && yarn cover", |
| 38 | + "update": "npx npm-check-updates -u && yarn install && yarn upgrade && yarn audit" |
39 | 39 | },
|
40 | 40 | "dependencies": {},
|
41 | 41 | "devDependencies": {
|
42 |
| - "@commitlint/cli": "^13.1.0", |
43 |
| - "@commitlint/config-conventional": "^13.1.0", |
| 42 | + "@commitlint/cli": "^15.0.0", |
| 43 | + "@commitlint/config-conventional": "^15.0.0", |
44 | 44 | "@material-ui/icons": "^4.11.2",
|
45 |
| - "@technote-space/material-table": "^2.3.22", |
46 |
| - "@testing-library/react": "^12.0.0", |
| 45 | + "@technote-space/material-table": "^2.3.24", |
| 46 | + "@testing-library/react": "^12.1.2", |
47 | 47 | "@testing-library/react-hooks": "^7.0.2",
|
48 |
| - "@types/jest": "^27.0.1", |
49 |
| - "@types/node": "^16.7.10", |
50 |
| - "@types/react": "^17.0.20", |
51 |
| - "@typescript-eslint/eslint-plugin": "^4.30.0", |
52 |
| - "@typescript-eslint/parser": "^4.30.0", |
53 |
| - "eslint": "^7.32.0", |
54 |
| - "husky": "^7.0.2", |
55 |
| - "jest": "^27.1.0", |
56 |
| - "jest-circus": "^27.1.0", |
57 |
| - "jsdom": "^17.0.0", |
58 |
| - "lint-staged": "^11.1.2", |
| 48 | + "@types/jest": "^27.0.3", |
| 49 | + "@types/node": "^17.0.1", |
| 50 | + "@types/react": "^17.0.37", |
| 51 | + "@typescript-eslint/eslint-plugin": "^5.7.0", |
| 52 | + "@typescript-eslint/parser": "^5.7.0", |
| 53 | + "eslint": "^8.5.0", |
| 54 | + "husky": "^7.0.4", |
| 55 | + "jest": "^27.4.5", |
| 56 | + "jest-circus": "^27.4.5", |
| 57 | + "jsdom": "^19.0.0", |
| 58 | + "lint-staged": "^12.1.3", |
59 | 59 | "pinst": "^2.1.6",
|
60 | 60 | "react": "^17.0.2",
|
61 | 61 | "react-dom": "^17.0.2",
|
62 |
| - "ts-jest": "^27.0.5", |
63 |
| - "typescript": "^4.4.2" |
| 62 | + "ts-jest": "^27.1.2", |
| 63 | + "typescript": "^4.5.4" |
64 | 64 | },
|
65 | 65 | "publishConfig": {
|
66 | 66 | "access": "public"
|
|
0 commit comments