Skip to content

Commit 8eea2ec

Browse files
committed
Minor dependency updates
* @auth0/auth0-spa-js `2.9 → 2.17` * eslint `10.x` * stylelint `17.x`
1 parent e65601c commit 8eea2ec

3 files changed

Lines changed: 591 additions & 533 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ detailed, step-by-step upgrade instructions with before/after code examples.
8282

8383
### 📚 Libraries
8484

85+
* @auth0/auth0-spa-js `2.9 → 2.17`
8586
* react-grid-layout `2.1 → 2.2.2`
8687
* react-window `2.2` (new — windowed rendering for `Picker` virtual option lists)
8788
* qs `6.14.0 → 6.15.0`

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
]
3636
},
3737
"dependencies": {
38-
"@auth0/auth0-spa-js": "~2.9.1",
38+
"@auth0/auth0-spa-js": "~2.17.0",
3939
"@azure/msal-browser": "~4.26.2",
4040
"@blueprintjs/core": "^6.3.2",
4141
"@blueprintjs/datetime": "^6.0.6",
@@ -109,7 +109,7 @@
109109
"ag-grid-community": "34.x",
110110
"ag-grid-react": "34.x",
111111
"csstype": "3.x",
112-
"eslint": "9.x",
112+
"eslint": "10.x",
113113
"eslint-config-prettier": "10.x",
114114
"eslint-plugin-tsdoc": "0.x",
115115
"husky": "9.x",
@@ -118,10 +118,10 @@
118118
"prettier": "3.x",
119119
"react": "~18.2.0",
120120
"react-dom": "~18.2.0",
121-
"stylelint": "16.x",
122-
"stylelint-config-standard-scss": "16.x",
121+
"stylelint": "17.x",
122+
"stylelint-config-standard-scss": "17.x",
123123
"type-fest": "4.x",
124-
"typescript": "~5.9.2"
124+
"typescript": "~5.9.3"
125125
},
126126
"resolutions": {
127127
"@types/react": "18.x",

0 commit comments

Comments
 (0)