Skip to content

Commit

Permalink
fix(deps): update dependency styled-components to v6 #14
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jul 5, 2023
1 parent 94eed7c commit 28c65e4
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,13 @@
"start": "kkt start"
},
"devDependencies": {
"@kkt/less-modules": "^7.2.0",
"@kkt/raw-modules": "^7.2.0",
"@kkt/scope-plugin-options": "^7.2.0",
"@kkt/less-modules": "^7.5.2",
"@kkt/raw-modules": "^7.5.2",
"@kkt/scope-plugin-options": "^7.5.2",
"@types/katex": "~0.14.0",
"@types/react": "~18.2.0",
"@types/react-dom": "~18.2.0",
"@types/styled-components": "^5.1.25",
"kkt": "^7.2.0"
"kkt": "^7.5.2"
},
"dependencies": {
"@uiw/react-back-to-top": "^1.2.0",
Expand All @@ -32,7 +31,7 @@
"react-code-preview-layout": "^3.0.0",
"react-dom": "~18.2.0",
"react-router-dom": "^6.3.0",
"styled-components": "^5.3.5"
"styled-components": "^6.0.2"
},
"eslintConfig": {
"extends": [
Expand Down

0 comments on commit 28c65e4

Please sign in to comment.