Skip to content

Commit

Permalink
website(deps): update devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Mar 3, 2022
1 parent dc49dac commit 9267440
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions website/package.json
Expand Up @@ -36,19 +36,19 @@
"@uiw/react-code-preview": "~4.0.5",
"@uiw/react-markdown-preview": "~3.5.0",
"@uiw/reset.css": "~1.0.5",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-router-dom": "6.2.1",
"react": "~17.0.2",
"react-dom": "~17.0.2",
"react-router-dom": "~6.2.2",
"uiw": "^4.13.5"
},
"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.11",
"kkt": "~7.1.5",
"react-test-renderer": "17.0.2"
"react-test-renderer": "~17.0.2"
},
"author": "kenny wang <wowohoo@qq.com>",
"license": "MIT",
Expand Down

0 comments on commit 9267440

Please sign in to comment.