Skip to content

Commit

Permalink
chore(deps): update dependency kkt to ^7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jun 29, 2022
1 parent 95b620b commit bd3c29f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
],
"dependencies": {
"css-minimizer-webpack-plugin": "~3.4.1",
"kkt": "~7.2.0"
"kkt": "^7.2.0"
}
}
4 changes: 2 additions & 2 deletions examples/bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
"react-dom": "17.0.2"
},
"devDependencies": {
"@kkt/less-modules": "~7.1.1",
"@kkt/less-modules": "^7.2.0",
"@kkt/ncc": "1.0.13",
"@types/react": "~17.0.39",
"@types/react-dom": "~17.0.13",
"kkt": "~7.1.5"
"kkt": "^7.2.0"
},
"eslintConfig": {
"extends": [
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@
"clean": "lerna clean --yes && npm run remove"
},
"engines": {
"node": ">=12.0.0"
"node": ">=16.0.0"
},
"lint-staged": {
"*.{js,jsx,tsx,ts,less,md,json}": "prettier --write"
},
"devDependencies": {
"ajv": "^8.8.0",
"husky": "~7.0.4",
"lerna": "~5.1.0",
"lint-staged": "~13.0.0",
"prettier": "~2.6.0",
"tsbb": "~3.7.2"
"husky": "^8.0.1",
"lerna": "^5.1.6",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"tsbb": "^3.7.6"
}
}

0 comments on commit bd3c29f

Please sign in to comment.