update all release
This commit is contained in:
parent
3ef7ad7791
commit
a72b0a1c81
2
.yarnrc
2
.yarnrc
@ -1 +1 @@
|
||||
"@frontend:registry" "http://gitea.pena/api/packages/skeris/npm/"
|
||||
"@frontend:registry" "http://gitea.pena/api/packages/skeris/npm/"
|
4
CHANGELOG.md
Normal file
4
CHANGELOG.md
Normal file
@ -0,0 +1,4 @@
|
||||
- Бог в помощь
|
||||
- Обновлены все пакеты
|
||||
- Убран yarn
|
||||
#v2.0.0
|
9485
package-lock.json
generated
9485
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
76
package.json
76
package.json
@ -1,11 +1,14 @@
|
||||
{
|
||||
"name": "@frontend/kitui",
|
||||
"version": "1.0.92",
|
||||
"version": "2.0.0",
|
||||
"description": "test",
|
||||
"main": "./dist/index.js",
|
||||
"module": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
"repository": "git@gitea.pena:PenaSide/UIKit.git",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@gitea.pena:PenaSide/UIKit.git"
|
||||
},
|
||||
"author": "skeris <kotilion.95@gmail.com>",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
@ -29,43 +32,44 @@
|
||||
"registry": "http://gitea.pena/api/packages/skeris/npm/"
|
||||
},
|
||||
"dependencies": {
|
||||
"immer": "^10.0.2",
|
||||
"reconnecting-eventsource": "^1.6.2"
|
||||
"immer": "^10.1.1",
|
||||
"reconnecting-eventsource": "^1.6.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@emotion/react": "^11.11.1",
|
||||
"@emotion/styled": "^11.11.0",
|
||||
"@mui/icons-material": "^5.14.3",
|
||||
"@mui/material": "^5.14.4",
|
||||
"@types/node": "^20.5.0",
|
||||
"@types/react": "^18.2.15",
|
||||
"@types/react-dom": "^18.2.7",
|
||||
"@types/react-syntax-highlighter": "^15.5.7",
|
||||
"@typescript-eslint/eslint-plugin": "^6.0.0",
|
||||
"@typescript-eslint/parser": "^6.0.0",
|
||||
"@vitejs/plugin-react": "^4.0.3",
|
||||
"axios": "^1.4.0",
|
||||
"eslint": "^8.45.0",
|
||||
"eslint-plugin-react-hooks": "^4.6.0",
|
||||
"eslint-plugin-react-refresh": "^0.4.3",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-router-dom": "^6.15.0",
|
||||
"react-syntax-highlighter": "^15.5.0",
|
||||
"typescript": "^5.0.2",
|
||||
"vite": "^4.4.5",
|
||||
"vite-plugin-dts": "^3.5.2",
|
||||
"vitest": "^1.4.0",
|
||||
"zustand": "^4.3.8"
|
||||
"@emotion/react": "^11.14.0",
|
||||
"@emotion/styled": "^11.14.0",
|
||||
"@mui/icons-material": "^6.4.7",
|
||||
"@mui/material": "^6.4.6",
|
||||
"@types/node": "^22.13.10",
|
||||
"@types/react": "^19.0.4",
|
||||
"@types/react-dom": "^19.0.4",
|
||||
"@types/react-syntax-highlighter": "^15.5.13",
|
||||
"@typescript-eslint/eslint-plugin": "^8.26.0",
|
||||
"@typescript-eslint/parser": "^8.26.0",
|
||||
"@vitejs/plugin-react": "^4.3.4",
|
||||
"axios": "^1.8.2",
|
||||
"eslint": "^9.22.0",
|
||||
"eslint-plugin-react": "^7.37.4",
|
||||
"eslint-plugin-react-hooks": "^5.2.0",
|
||||
"npm": "^11.2.0",
|
||||
"react": "^19.0.0",
|
||||
"react-dom": "^19.0.0",
|
||||
"react-router-dom": "^7.3.0",
|
||||
"react-syntax-highlighter": "^15.6.1",
|
||||
"typescript": "^5.8.2",
|
||||
"vite": "^6.2.1",
|
||||
"vite-plugin-dts": "^4.5.3",
|
||||
"vitest": "^3.0.8",
|
||||
"zustand": "^5.0.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@emotion/react": "^11.11.1",
|
||||
"@emotion/styled": "^11.11.0",
|
||||
"@mui/icons-material": "^5.14.3",
|
||||
"@mui/material": "^5.14.4",
|
||||
"axios": "^1.4.0",
|
||||
"react": "^18.2.0",
|
||||
"react-router-dom": "^6.15.0",
|
||||
"zustand": "^4.3.8"
|
||||
"@emotion/react": "^11.14.0",
|
||||
"@emotion/styled": "^11.14.0",
|
||||
"@mui/icons-material": "^6.4.7",
|
||||
"@mui/material": "^6.4.6",
|
||||
"axios": "^1.8.2",
|
||||
"react": "^19.0.0",
|
||||
"react-router-dom": "^7.3.0",
|
||||
"zustand": "^5.0.3"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user