Skip to content

Commit

Permalink
chore(deps): update dependency kkt to ~7.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Dec 11, 2022
1 parent dce6a1b commit c14bd4d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -63,15 +63,15 @@
"node": ">=16.0.0"
},
"devDependencies": {
"@kkt/less-modules": "~7.2.1",
"@kkt/less-modules": "~7.3.0",
"@kkt/ncc": "~1.0.15",
"@types/react": "~18.0.0",
"@types/react-dom": "~18.0.0",
"@types/react-test-renderer": "~18.0.0",
"@types/react-transition-group": "~4.4.4",
"compile-less-cli": "~1.8.11",
"husky": "~8.0.0",
"kkt": "~7.2.1",
"kkt": "~7.3.0",
"lerna": "^6.0.0",
"lint-staged": "^13.0.3",
"prettier": "~2.8.0",
Expand Down
8 changes: 4 additions & 4 deletions website/package.json
Expand Up @@ -44,12 +44,12 @@
"uiw": "^4.21.19"
},
"devDependencies": {
"@kkt/less-modules": "~7.2.1",
"@kkt/raw-modules": "~7.2.1",
"@kkt/scope-plugin-options": "~7.2.1",
"@kkt/less-modules": "~7.3.0",
"@kkt/raw-modules": "~7.3.0",
"@kkt/scope-plugin-options": "~7.3.0",
"@types/react": "~18.0.0",
"@types/react-dom": "~18.0.0",
"kkt": "~7.2.1",
"kkt": "~7.3.0",
"react-test-renderer": "~18.2.0"
},
"author": "kenny wang <wowohoo@qq.com>",
Expand Down
2 changes: 1 addition & 1 deletion website/src/routes/guide/kkt/README.md
Expand Up @@ -62,7 +62,7 @@ export default class App extends Component {
"version": "0.1.0",
"private": true,
+ "devDependencies": {
+ "kkt": "~7.0.6"
+ "kkt": "~7.3.0"
+ },
"dependencies": {
"@testing-library/jest-dom": "^5.11.4",
Expand Down

0 comments on commit c14bd4d

Please sign in to comment.