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

Commit e64f0f7

Browse files
Merge pull request #22 from technote-space/release/next-v0.1.16
release: v0.1.17
2 parents ccddf8f + f7d3ef2 commit e64f0f7

File tree

2 files changed

+406
-404
lines changed

2 files changed

+406
-404
lines changed

package.json

Lines changed: 9 additions & 9 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.16",
3+
"version": "0.1.17",
44
"description": "React hook to get icons for material table.",
55
"keywords": [
66
"github",
@@ -42,25 +42,25 @@
4242
"@commitlint/cli": "^13.1.0",
4343
"@commitlint/config-conventional": "^13.1.0",
4444
"@material-ui/icons": "^4.11.2",
45-
"@technote-space/material-table": "^2.3.20",
45+
"@technote-space/material-table": "^2.3.21",
4646
"@testing-library/react": "^12.0.0",
4747
"@testing-library/react-hooks": "^7.0.1",
4848
"@types/jest": "^27.0.1",
49-
"@types/node": "^16.7.1",
49+
"@types/node": "^16.7.6",
5050
"@types/react": "^17.0.19",
51-
"@typescript-eslint/eslint-plugin": "^4.29.2",
52-
"@typescript-eslint/parser": "^4.29.2",
51+
"@typescript-eslint/eslint-plugin": "^4.29.3",
52+
"@typescript-eslint/parser": "^4.29.3",
5353
"eslint": "^7.32.0",
54-
"husky": "^7.0.1",
55-
"jest": "^27.0.6",
56-
"jest-circus": "^27.0.6",
54+
"husky": "^7.0.2",
55+
"jest": "^27.1.0",
56+
"jest-circus": "^27.1.0",
5757
"jsdom": "^17.0.0",
5858
"lint-staged": "^11.1.2",
5959
"pinst": "^2.1.6",
6060
"react": "^17.0.2",
6161
"react-dom": "^17.0.2",
6262
"ts-jest": "^27.0.5",
63-
"typescript": "^4.3.5"
63+
"typescript": "^4.4.2"
6464
},
6565
"publishConfig": {
6666
"access": "public"

0 commit comments

Comments
 (0)