Skip to content

Commit

Permalink
chore(deps): update dependency kkt to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jan 12, 2022
1 parent 09c9c87 commit 554dd3c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,21 @@
"classnames": "2.3.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"kkt": "6.11.0"
"kkt": "7.0.5"
},
"files": [
"src/document.json"
],
"scripts": {
"start": "PUBLIC_URL='.' kkt start",
"build": "PUBLIC_URL='.' kkt build",
"start": "kkt start",
"build": "kkt build",
"test": "kkt test --env=jsdom",
"test:coverage": "kkt test --env=jsdom --coverage"
},
"eslintConfig": {
"extends": [
"react-app"
"react-app",
"react-app/jest"
]
},
"browserslist": {
Expand Down

0 comments on commit 554dd3c

Please sign in to comment.