Skip to content
This repository was archived by the owner on Jul 13, 2022. It is now read-only.

Commit ae81004

Browse files
Merge pull request #24 from technote-space/release/next-v0.1.18
release: v0.1.19
2 parents 3b972c7 + a132c15 commit ae81004

File tree

2 files changed

+1396
-1296
lines changed

2 files changed

+1396
-1296
lines changed

package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@technote-space/use-material-table-icons",
3-
"version": "0.1.18",
3+
"version": "0.1.19",
44
"description": "React hook to get icons for material table.",
55
"keywords": [
66
"github",
@@ -29,38 +29,38 @@
2929
"build": "tsc",
3030
"cover": "jest --coverage",
3131
"cover:update": "jest --coverage -u",
32+
"postinstall": "[ -n \"$CI\" ] || [ ! -f node_modules/.bin/husky ] || husky install",
3233
"lint": "eslint 'src/**/*.tsx' '__tests__/**/*.tsx' --cache",
3334
"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",
3735
"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"
3939
},
4040
"dependencies": {},
4141
"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",
4444
"@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",
4747
"@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",
5959
"pinst": "^2.1.6",
6060
"react": "^17.0.2",
6161
"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"
6464
},
6565
"publishConfig": {
6666
"access": "public"

0 commit comments

Comments
 (0)