Skip to content

Commit a2fbbc5

Browse files
committed
chore(deps): Update devDependencies.
1 parent dddba01 commit a2fbbc5

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uiw/react-split",
33
"version": "5.8.7",
4-
"description": "A piece of view can be divided into areas where the width or height can be adjusted by dragging.",
4+
"description": "A piece of content can be divided into areas that can be dragged to adjust the width or height.",
55
"main": "cjs/index.js",
66
"module": "esm/index.js",
77
"homepage": "https://uiwjs.github.io/react-split",
@@ -44,21 +44,21 @@
4444
"@uiw/react-codepen": "^1.0.2",
4545
"markdown-react-code-preview-loader": "^2.1.2",
4646
"react-code-preview-layout": "^2.0.6",
47-
"@kkt/less-modules": "~7.1.1",
47+
"@kkt/less-modules": "~7.2.0",
4848
"@kkt/ncc": "~1.0.8",
49-
"@kkt/raw-modules": "~7.1.1",
50-
"@kkt/scope-plugin-options": "~7.1.1",
51-
"@types/react": "~17.0.39",
52-
"@types/react-dom": "~17.0.13",
49+
"@kkt/raw-modules": "~7.2.0",
50+
"@kkt/scope-plugin-options": "~7.2.0",
51+
"@types/react": "~18.0.15",
52+
"@types/react-dom": "~18.0.6",
5353
"@uiw/react-github-corners": "~1.5.3",
5454
"@uiw/react-markdown-preview": "~4.0.22",
5555
"@uiw/reset.css": "~1.0.6",
5656
"compile-less-cli": "~1.8.11",
57-
"kkt": "~7.1.5",
58-
"react": "~17.0.2",
59-
"react-dom": "~17.0.2",
60-
"tsbb": "~3.7.0",
61-
"uiw": "~4.13.6"
57+
"kkt": "~7.2.0",
58+
"react": "^18.2.0",
59+
"react-dom": "^18.2.0",
60+
"tsbb": "^3.7.6",
61+
"uiw": "^4.21.14"
6262
},
6363
"eslintConfig": {
6464
"extends": [

0 commit comments

Comments
 (0)