Compare commits
2 commits
db3e46ae7c
...
978685b9bd
Author | SHA1 | Date | |
---|---|---|---|
978685b9bd | |||
3796ef9178 |
2 changed files with 5 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "1.1.1",
|
||||
"version": "1.1.2",
|
||||
"name": "@kernelui/core",
|
||||
"description": "Kernel UI Core.",
|
||||
"scripts": {
|
||||
|
@ -22,7 +22,6 @@
|
|||
"@fontsource-variable/manrope": "^5.0.20",
|
||||
"@fontsource-variable/source-serif-4": "^5.0.19",
|
||||
"react-merge-refs": "^2.1.1",
|
||||
"react-router-dom": "^6.24.1",
|
||||
"uuid": "^10.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -35,6 +34,7 @@
|
|||
"less": "^4.2.0",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"react-router-dom": "^6.24.1",
|
||||
"typescript": "^5.4.5",
|
||||
"vite": "^5.2.11",
|
||||
"vite-plugin-dts": "^3.9.1"
|
||||
|
@ -42,7 +42,8 @@
|
|||
"peerDependencies": {
|
||||
"@phosphor-icons/react": "^2.1.7",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1"
|
||||
"react-dom": "^18.3.1",
|
||||
"react-router-dom": "^6.24.1"
|
||||
},
|
||||
"packageManager": "yarn@4.5.0"
|
||||
}
|
||||
|
|
|
@ -586,6 +586,7 @@ __metadata:
|
|||
"@phosphor-icons/react": ^2.1.7
|
||||
react: ^18.3.1
|
||||
react-dom: ^18.3.1
|
||||
react-router-dom: ^6.24.1
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
|
|
Loading…
Reference in a new issue