Skip to content

Commit

Permalink
chore: Update deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shakeskeyboarde committed Nov 20, 2023
1 parent f9c53c1 commit afb9f13
Show file tree
Hide file tree
Showing 17 changed files with 454 additions and 285 deletions.
673 changes: 421 additions & 252 deletions package-lock.json

Large diffs are not rendered by default.

30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,24 +21,24 @@
},
"engineStrict": true,
"devDependencies": {
"@testing-library/react": "^14.0.0",
"@types/eslint": "^8.44.6",
"@types/node": "^20.8.9",
"@testing-library/react": "^14.1.2",
"@types/eslint": "^8.44.7",
"@types/node": "^20.9.2",
"@vitest/coverage-v8": "^0.34.6",
"@werk/cli": "^8.0.6",
"@werk/command-build": "^2.1.7",
"@werk/command-depcheck": "^1.0.5",
"@werk/command-exec": "^1.4.4",
"@werk/command-list": "^1.3.4",
"@werk/command-publish": "^2.2.4",
"@werk/command-run": "^3.2.4",
"@werk/command-version": "^3.3.2",
"@werk/command-vitest": "^1.3.4",
"eslint": "^8.52.0",
"@werk/cli": "^9.0.0",
"@werk/command-build": "^2.1.9",
"@werk/command-depcheck": "^1.0.7",
"@werk/command-exec": "^1.4.6",
"@werk/command-list": "^1.3.6",
"@werk/command-publish": "^2.2.6",
"@werk/command-run": "^3.2.6",
"@werk/command-version": "^3.3.4",
"@werk/command-vitest": "^1.3.6",
"eslint": "^8.54.0",
"eslint-config-rational": "^3.0.9",
"jsdom": "^22.1.0",
"prettier": "^3.0.3",
"typescript": "^5.2.2",
"prettier": "^3.1.0",
"typescript": "^5.3.2",
"vitest": "^0.34.6",
"vitest-fetch-mock": "^0.2.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/_template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"access": "public"
},
"devDependencies": {
"vite": "^4.5.0",
"vite": "^5.0.0",
"vite-plugin-checker": "^0.6.2",
"vite-plugin-dts": "^3.6.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/base64url/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"access": "public"
},
"devDependencies": {
"vite": "^4.5.0",
"vite": "^5.0.0",
"vite-plugin-checker": "^0.6.2",
"vite-plugin-dts": "^3.6.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@dreamauth/errors": "^4.0.11"
},
"devDependencies": {
"vite": "^4.5.0",
"vite": "^5.0.0",
"vite-plugin-checker": "^0.6.2",
"vite-plugin-dts": "^3.6.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/encryption-codec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@dreamauth/types": "^4.0.32"
},
"devDependencies": {
"vite": "^4.5.0",
"vite": "^5.0.0",
"vite-plugin-checker": "^0.6.2",
"vite-plugin-dts": "^3.6.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/errors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"access": "public"
},
"devDependencies": {
"vite": "^4.5.0",
"vite": "^5.0.0",
"vite-plugin-checker": "^0.6.2",
"vite-plugin-dts": "^3.6.3"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
"access": "public"
},
"dependencies": {
"@typescript-eslint/utils": "^6.9.1"
"@typescript-eslint/utils": "^6.12.0"
},
"devDependencies": {
"vite": "^4.5.0",
"vite": "^5.0.0",
"vite-plugin-checker": "^0.6.2",
"vite-plugin-dts": "^3.6.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/jwk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@dreamauth/util": "^4.0.18"
},
"devDependencies": {
"vite": "^4.5.0",
"vite": "^5.0.0",
"vite-plugin-checker": "^0.6.2",
"vite-plugin-dts": "^3.6.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/jwt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@dreamauth/types": "^4.0.32"
},
"devDependencies": {
"vite": "^4.5.0",
"vite": "^5.0.0",
"vite-plugin-checker": "^0.6.2",
"vite-plugin-dts": "^3.6.3"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/password/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
"@dreamauth/base64url": "^1.0.13",
"@dreamauth/crypto": "^2.0.10",
"@dreamauth/errors": "^4.0.11",
"hash-wasm": "4.10.0"
"hash-wasm": "4.11.0"
},
"devDependencies": {
"vite": "^4.5.0",
"vite": "^5.0.0",
"vite-plugin-checker": "^0.6.2",
"vite-plugin-dts": "^3.6.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/pkce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@dreamauth/crypto": "^2.0.10"
},
"devDependencies": {
"vite": "^4.5.0",
"vite": "^5.0.0",
"vite-plugin-checker": "^0.6.2",
"vite-plugin-dts": "^3.6.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/time/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"access": "public"
},
"devDependencies": {
"vite": "^4.5.0",
"vite": "^5.0.0",
"vite-plugin-checker": "^0.6.2",
"vite-plugin-dts": "^3.6.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@dreamauth/util": "^4.0.18"
},
"devDependencies": {
"vite": "^4.5.0",
"vite": "^5.0.0",
"vite-plugin-checker": "^0.6.2",
"vite-plugin-dts": "^3.6.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/unsafe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@dreamauth/util": "^4.0.18"
},
"devDependencies": {
"vite": "^4.5.0",
"vite": "^5.0.0",
"vite-plugin-checker": "^0.6.2",
"vite-plugin-dts": "^3.6.3"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/unsafe/src/unsafe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ const createUnsafe = <TReturn, THandlerReturn, TArgs extends unknown[]>(
typeof args[1] === 'function'
? args[1]
: typeof args[2] === 'function'
? args[2]
: () => undefined as TNewHandlerReturn
? args[2]
: () => undefined as TNewHandlerReturn
) as Handle<TNewHandlerReturn, AnyError>;
const match = createMatch(type, props);

Expand Down
2 changes: 1 addition & 1 deletion packages/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"access": "public"
},
"devDependencies": {
"vite": "^4.5.0",
"vite": "^5.0.0",
"vite-plugin-checker": "^0.6.2",
"vite-plugin-dts": "^3.6.3"
}
Expand Down

0 comments on commit afb9f13

Please sign in to comment.