Merge branch 'dev' of ssh://git.methanium.net/Tensamin/Client into dev
This commit is contained in:
commit
c182f2e9ac
27 changed files with 1950 additions and 793 deletions
25
package.json
25
package.json
|
|
@ -1,8 +1,7 @@
|
|||
{
|
||||
"name": "tensamin",
|
||||
"version": "0.0.12",
|
||||
"version": "0.0.11",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@11.8.0",
|
||||
"workspaces": [
|
||||
"packages/*",
|
||||
"apps/*"
|
||||
|
|
@ -30,19 +29,19 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^10.0.1",
|
||||
"@types/node": "^26.1.0",
|
||||
"@types/react": "^19.2.14",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
"@typescript-eslint/parser": "^8.59.1",
|
||||
"eslint": "^10.2.1",
|
||||
"@types/node": "^26.1.2",
|
||||
"@types/react": "^19.2.18",
|
||||
"@types/react-dom": "^19.2.4",
|
||||
"@typescript-eslint/parser": "^8.66.0",
|
||||
"eslint": "^10.8.0",
|
||||
"eslint-plugin-react-hooks": "^7.1.1",
|
||||
"fallow": "^2.86.0",
|
||||
"globals": "^17.5.0",
|
||||
"fallow": "^3.14.0",
|
||||
"globals": "^17.9.0",
|
||||
"jsonc-parser": "^3.3.1",
|
||||
"prettier": "^3.8.3",
|
||||
"typescript": "^6.0.3",
|
||||
"typescript-eslint": "^8.59.1",
|
||||
"vitest": "^4.0.8",
|
||||
"prettier": "^3.9.6",
|
||||
"typescript": "^7.0.2",
|
||||
"typescript-eslint": "^8.66.0",
|
||||
"vitest": "^4.1.10",
|
||||
"yaml": "^2.8.2"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue