Compare commits

..

2 commits

Author SHA1 Message Date
978685b9bd
Version 1.1.2
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2024-09-23 10:30:23 +02:00
3796ef9178
Add react router to peer dependencies. 2024-09-23 10:29:28 +02:00
2 changed files with 5 additions and 3 deletions

View file

@ -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"
}

View file

@ -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