Skip to content

Commit

Permalink
chore: reset-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanbas21 committed Jan 29, 2025
1 parent 56e964d commit f26f1f7
Show file tree
Hide file tree
Showing 5 changed files with 2,979 additions and 5,514 deletions.
1 change: 0 additions & 1 deletion e2e/mock-api-v2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "@forgerock/mock-api-v2",
"private": true,
"version": "1.0.0",
"description": "",
"main": "./dist/index.js",
Expand Down
8 changes: 1 addition & 7 deletions e2e/mock-api-v2/tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,7 @@
"types": ["node"],
"exactOptionalPropertyTypes": true,
"strictNullChecks": true,
"noErrorTruncation": true,
"skipLibCheck": true,
"plugins": [
{
"name": "@effect/language-service"
}
]
"noErrorTruncation": true
},
"exclude": ["src/**/*.spec.ts", "src/**/*.test.ts"],
"include": ["src/**/*.ts"]
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
"@commitlint/cli": "^19.1.0",
"@commitlint/config-conventional": "^19.1.0",
"@commitlint/prompt": "^19.1.0",
"@effect/language-service": "^0.2.0",
"@effect/platform": "^0.72.1",
"@effect/platform-node": "^0.68.1",
"@effect/schema": "^0.75.5",
"@effect/vitest": "^0.16.1",
"@effect/language-service": "^0.1.0",
"@effect/platform": "^0.58.27",
"@effect/platform-node": "^0.53.26",
"@effect/schema": "^0.68.23",
"@effect/vitest": "^0.6.7",
"@forgerock/create-package": "workspace:*",
"@nx/devkit": "20.2.2",
"@nx/eslint": "20.2.2",
Expand All @@ -69,14 +69,14 @@
"@typescript-eslint/parser": "7.16.1",
"@typescript-eslint/typescript-estree": "5.59.5",
"@typescript-eslint/utils": "^8.13.0",
"@vitest/coverage-v8": "^2.1.8",
"@vitest/ui": "^2.1.8",
"@vitest/coverage-v8": "^1.5.0",
"@vitest/ui": "^1.4.0",
"conventional-changelog-conventionalcommits": "^7.0.2",
"cz-conventional-changelog": "^3.3.0",
"cz-git": "^1.6.1",
"effect": "^3.5.3",
"effect-http": "0.73.0",
"effect-http-node": "0.24.0",
"effect-http": "^0.73.0",
"effect-http-node": "^0.16.1",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.27.5",
Expand Down Expand Up @@ -107,7 +107,7 @@
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-externalize-deps": "^0.8.0",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^2.1.8",
"vitest": "^1.4.0",
"vitest-canvas-mock": "^0.3.3"
},
"config": {
Expand Down
Loading

0 comments on commit f26f1f7

Please sign in to comment.