mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-25 01:15:26 +10:00
- fixes #2153, attempt to fix 401 unauthorized error when implementing OIDC
This commit is contained in:
+4
-4
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@reactive-resume/source",
|
||||
"description": "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume.",
|
||||
"version": "4.3.8",
|
||||
"version": "4.3.9",
|
||||
"license": "MIT",
|
||||
"private": true,
|
||||
"author": {
|
||||
@@ -96,7 +96,7 @@
|
||||
"eslint-plugin-import": "^2.31.0",
|
||||
"eslint-plugin-jsx-a11y": "^6.10.2",
|
||||
"eslint-plugin-lingui": "^0.9.0",
|
||||
"eslint-plugin-prettier": "^5.2.1",
|
||||
"eslint-plugin-prettier": "^5.2.2",
|
||||
"eslint-plugin-react": "^7.37.4",
|
||||
"eslint-plugin-react-hooks": "^4.6.2",
|
||||
"eslint-plugin-simple-import-sort": "^12.1.1",
|
||||
@@ -107,7 +107,7 @@
|
||||
"jest-environment-node": "^29.7.0",
|
||||
"jsdom": "^25.0.1",
|
||||
"nx": "^19.8.14",
|
||||
"postcss": "^8.5.0",
|
||||
"postcss": "^8.5.1",
|
||||
"postcss-import": "^16.1.0",
|
||||
"postcss-nested": "^6.2.0",
|
||||
"prettier": "^3.4.2",
|
||||
@@ -195,7 +195,7 @@
|
||||
"deepmerge": "^4.3.1",
|
||||
"express-session": "^1.18.1",
|
||||
"file-saver": "^2.0.5",
|
||||
"framer-motion": "^11.17.1",
|
||||
"framer-motion": "^11.18.0",
|
||||
"fuzzy": "^0.1.3",
|
||||
"helmet": "^7.2.0",
|
||||
"immer": "^10.1.1",
|
||||
|
||||
Reference in New Issue
Block a user