Skip to content

Commit

Permalink
chore:升级依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
SunLxy committed Jun 26, 2022
1 parent 61a0ff7 commit 13925cb
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions examples/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"@types/react-dom": "~17.0.11",
"@types/react-redux": "~7.1.22",
"@uiw-admin/config": "5.3.19",
"kkt": "^7.1.5",
"lint-staged": "~12.3.4",
"kkt": "^7.2.0",
"lint-staged": "~12.5.0",
"prettier": "^2.7.0",
"yorkie": "~2.0.0"
},
Expand Down
8 changes: 4 additions & 4 deletions examples/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@
"uiw-admin": "5.3.19"
},
"devDependencies": {
"@kkt/less-modules": "~7.1.1",
"@kkt/raw-modules": "~7.1.1",
"@kkt/scope-plugin-options": "~7.1.1",
"@kkt/less-modules": "~7.2.0",
"@kkt/raw-modules": "~7.2.0",
"@kkt/scope-plugin-options": "~7.2.0",
"@types/react": "~17.0.39",
"@types/react-dom": "~17.0.11",
"@types/react-test-renderer": "17.0.1",
"kkt": "~7.1.5",
"kkt": "^7.2.0",
"source-map-explorer": "~2.5.2"
},
"browserslist": {
Expand Down
2 changes: 1 addition & 1 deletion examples/website/src/components/Markdown/Code.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default function Code({ dependencies, codePen, ...other }: CodeProps) {
'@uiw/react-baidu-map': 'latest',
},
devDependencies: {
'@kkt/less-modules': '7.1.1',
'@kkt/less-modules': '7.2.0',
kkt: '7.1.5',
typescript: '4.3.5',
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"ajv": "^8.9.0",
"husky": "~7.0.4",
"lerna": "~4.0.0",
"lint-staged": "~12.3.4",
"lint-staged": "~12.5.0",
"prettier": "^2.7.0",
"tsbb": "~3.7.0",
"webpack-bundle-analyzer": "~4.5.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/basic-layouts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@babel/runtime": "~7.17.0",
"@uiw-admin/document-title": "5.3.19",
"classnames": "2.3.1",
"pinyin": "2.11.1"
"pinyin": "~2.11.2"
},
"devDependencies": {
"@types/classnames": "2.3.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@kkt/less-modules": "~7.1.1",
"@kkt/raw-modules": "~7.1.1",
"@kkt/scope-plugin-options": "~7.1.1",
"@kkt/less-modules": "~7.2.0",
"@kkt/raw-modules": "~7.2.0",
"@kkt/scope-plugin-options": "~7.2.0",
"@uiw-admin/plugins": "5.3.19",
"eslint-config-uiw-admin": "5.3.19"
},
"devDependencies": {
"kkt": "~7.1.5"
"kkt": "^7.2.0"
}
}
}

0 comments on commit 13925cb

Please sign in to comment.