Skip to content

Commit

Permalink
chore(deps): Update devDependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Mar 5, 2022
1 parent 946754f commit e1ac41f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
10 changes: 5 additions & 5 deletions core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@
"react-dom": ">=16.9.0"
},
"devDependencies": {
"@babel/runtime": "7.16.7",
"@types/react": "17.0.39",
"@types/react-dom": "17.0.11",
"react": "17.0.2",
"react-dom": "17.0.2"
"@babel/runtime": "~7.17.2",
"@types/react": "~17.0.39",
"@types/react-dom": "~17.0.13",
"react": "~17.0.2",
"react-dom": "~17.0.2"
}
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
"license": "MIT",
"devDependencies": {
"@kkt/ncc": "~1.0.8",
"compile-less-cli": "1.8.11",
"husky": "7.0.4",
"lerna": "4.0.0",
"lint-staged": "12.3.4",
"prettier": "2.5.1",
"pretty-quick": "3.1.3",
"compile-less-cli": "~1.8.11",
"husky": "~7.0.4",
"lerna": "~4.0.0",
"lint-staged": "~12.3.5",
"prettier": "~2.5.1",
"pretty-quick": "~3.1.3",
"tsbb": "~3.7.0"
}
}
16 changes: 8 additions & 8 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@
"build": "kkt build"
},
"dependencies": {
"@uiw/react-code-preview": "4.0.5",
"@uiw/react-github-corners": "1.5.3",
"@uiw/react-layout": "4.10.1",
"@uiw/react-markdown-preview": "3.4.7",
"react": "17.0.2",
"react-dom": "17.0.2"
"@uiw/react-code-preview": "~4.0.5",
"@uiw/react-github-corners": "~1.5.3",
"@uiw/react-layout": "~4.10.1",
"@uiw/react-markdown-preview": "~3.5.1",
"react": "~17.0.2",
"react-dom": "~17.0.2"
},
"devDependencies": {
"@kkt/less-modules": "~7.1.1",
"@kkt/raw-modules": "~7.1.1",
"@kkt/scope-plugin-options": "~7.1.1",
"@types/react": "17.0.39",
"@types/react-dom": "17.0.11",
"@types/react": "~17.0.39",
"@types/react-dom": "~17.0.13",
"kkt": "~7.1.5"
},
"eslintConfig": {
Expand Down

0 comments on commit e1ac41f

Please sign in to comment.