Skip to content

Commit

Permalink
chore(deps): update devDependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Aug 29, 2021
1 parent cefdc24 commit d362b35
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,26 @@
"author": "",
"license": "MIT",
"dependencies": {
"@uiw/react-copy-to-clipboard": "4.9.1",
"@uiw/react-copy-to-clipboard": "4.9.4",
"@uiw/react-github-corners": "1.4.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-json-view": "1.21.3"
},
"devDependencies": {
"@kkt/less-modules": "6.10.4",
"@types/jest": "26.0.24",
"@types/react": "17.0.11",
"@kkt/less-modules": "6.11.0",
"@types/jest": "27.0.1",
"@types/react": "17.0.19",
"@types/react-dom": "17.0.9",
"kkt": "6.10.4",
"kkt": "6.11.0",
"lint-staged": "11.1.2",
"prettier": "2.3.2"
},
"lint-staged": {
"*.{js,jsx,tsx,ts,less,md,json}": [
"prettier --write"
]
},
"jest": {
"testMatch": [
"<rootDir>/src/**/*.test.{ts,tsx}"
Expand Down

0 comments on commit d362b35

Please sign in to comment.