Skip to content

Commit 554dd3c

Browse files
committed
chore(deps): update dependency kkt to v7
kktjs/kkt#198
1 parent 09c9c87 commit 554dd3c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,21 @@
99
"classnames": "2.3.1",
1010
"react": "17.0.2",
1111
"react-dom": "17.0.2",
12-
"kkt": "6.11.0"
12+
"kkt": "7.0.5"
1313
},
1414
"files": [
1515
"src/document.json"
1616
],
1717
"scripts": {
18-
"start": "PUBLIC_URL='.' kkt start",
19-
"build": "PUBLIC_URL='.' kkt build",
18+
"start": "kkt start",
19+
"build": "kkt build",
2020
"test": "kkt test --env=jsdom",
2121
"test:coverage": "kkt test --env=jsdom --coverage"
2222
},
2323
"eslintConfig": {
2424
"extends": [
25-
"react-app"
25+
"react-app",
26+
"react-app/jest"
2627
]
2728
},
2829
"browserslist": {

0 commit comments

Comments
 (0)