-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#64 Updating 'zod' -specific extras packages to 2…
….0.0.
- Loading branch information
Showing
5 changed files
with
1,913 additions
and
492 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@ty-ras-extras/backend-zod", | ||
"version": "1.0.0", | ||
"version": "2.0.0", | ||
"author": { | ||
"name": "Stanislav Muhametsin", | ||
"email": "[email protected]", | ||
|
@@ -44,16 +44,13 @@ | |
} | ||
}, | ||
"dependencies": { | ||
"@ty-ras-extras/cache": "^1.0.0", | ||
"@ty-ras-extras/config-zod": "^1.0.0", | ||
"@ty-ras-extras/main": "^1.0.0", | ||
"@ty-ras-extras/resource-pool": "^1.0.0", | ||
"@ty-ras-extras/state-zod": "^1.0.0", | ||
"@ty-ras-extras/typed-sql-zod": "^1.0.0" | ||
"@ty-ras-extras/cache": "^2.0.0", | ||
"@ty-ras-extras/config-zod": "^2.0.0", | ||
"@ty-ras-extras/main": "^2.0.0", | ||
"@ty-ras-extras/resource-pool": "^2.0.0", | ||
"@ty-ras-extras/typed-sql-zod": "^2.0.0" | ||
}, | ||
"peerDependencies": { | ||
"@ty-ras/data-zod": "^1.0.0", | ||
"@ty-ras/endpoint": "^1.0.1", | ||
"zod": "^3.20.6" | ||
}, | ||
"devDependencies": { | ||
|
@@ -62,15 +59,14 @@ | |
"@types/node": "18.16.3", | ||
"@typescript-eslint/eslint-plugin": "5.59.2", | ||
"@typescript-eslint/parser": "5.59.2", | ||
"@ty-ras/data-zod": "^1.0.0", | ||
"@ty-ras/endpoint": "^1.0.1", | ||
"eslint": "8.39.0", | ||
"eslint-plugin-jsdoc": "43.1.1", | ||
"eslint-plugin-path-import-extension": "0.9.0", | ||
"eslint-plugin-type-only-import": "0.9.0", | ||
"eslint-config-prettier": "8.8.0", | ||
"eslint-plugin-prettier": "4.2.1", | ||
"eslint-plugin-sonarjs": "0.19.0", | ||
"madge": "6.1.0", | ||
"prettier": "2.8.8", | ||
"typescript": "5.0.4", | ||
"zod": "^3.20.6" | ||
|
@@ -84,11 +80,18 @@ | |
"format-output-files-ts": "eslint --no-eslintrc --config '.eslintrc.out-ts.cjs' --fix --fix-type layout './dist-ts/**/*.ts'", | ||
"format-output-files-js": "eslint --no-eslintrc --config '.eslintrc.out.cjs' --fix 'dist-cjs/**/*js' 'dist-esm/**/*js'", | ||
"generate-stub-package-json-for-cjs": "../scripts/generate-stub-package-json.cjs", | ||
"lint": "eslint ./src --ext .ts,.tsx", | ||
"lint": "yarn run lint:eslint && yarn run lint:circular", | ||
"lint:circular": "madge --circular --no-color --no-spinner --extensions ts --warning ./src", | ||
"lint:eslint": "eslint ./src --ext .ts,.tsx", | ||
"remove-empty-js-files": "../scripts/remove-empty-js-files.cjs", | ||
"tsc": "tsc --project tsconfig.build.json", | ||
"tsc:plain": "tsc", | ||
"test:coverage": "echo TODO tests", | ||
"test:run": "echo TODO tests" | ||
"test:coverage": "echo No own code to test.", | ||
"test:run": "echo No own code to test." | ||
}, | ||
"resolutions": { | ||
"detective-typescript": "11.1.0", | ||
"dependency-tree": "10.0.9", | ||
"precinct": "11.0.5" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.