Skip to content

Commit

Permalink
Quarterly updates and patching, bumped required node version #187348896
Browse files Browse the repository at this point in the history
  • Loading branch information
ericanderson91 committed Apr 4, 2024
1 parent 747fcd3 commit 90ff8be
Show file tree
Hide file tree
Showing 7 changed files with 3,726 additions and 4,396 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.17.1
20.12.1
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
}
}
2,797 changes: 1,378 additions & 1,419 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pingidentity-developers-experience/ping-oidc-client-sdk",
"version": "2.3.2",
"version": "2.3.3",
"description": "An OAuth/OIDC SDK to simplify and fastrack integration with OAuth/OIDC protocol endpoints in SPAs (browser-based apps). AuthCode and implicit grant types. PKCE, state, userInfo, revoke, configurable logging, and token storage options.",
"main": "lib/ping-oidc.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -37,8 +37,8 @@
"@babel/core": "^7.17.2",
"@babel/preset-env": "^7.16.11",
"@babel/preset-typescript": "^7.18.6",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"babel-loader": "^9.1.2",
"eslint": "^8.19.0",
"eslint-config-airbnb-base": "^15.0.0",
Expand Down
Loading

0 comments on commit 90ff8be

Please sign in to comment.