Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -337,3 +337,9 @@ $RECYCLE.BIN/
# Copilot instructions (local overrides)
.github/copilot-instructions.md

# Examples
examples/**/package-lock.json
examples/**/pnpm-lock.yaml
examples/**/yarn.lock
examples/**/node_modules
examples/**/dist
4 changes: 2 additions & 2 deletions examples/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"preview": "vite preview --host"
},
"dependencies": {
"@forward-software/react-auth": "2.1.0",
"@forward-software/react-auth": "2.1.2",
"react": "^19.2.4",
"react-dom": "^19.2.4"
},
"devDependencies": {
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^6.0.0",
"typescript": "^6.0.0",
"typescript": "^7.0.2",
"vite": "^8.0.3"
}
}
1 change: 0 additions & 1 deletion examples/base/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"noFallthroughCasesInSwitch": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"baseUrl": ".",
"paths": {
"@forward-software/react-auth": ["./../../lib/src/index.ts"]
}
Comment thread
panz3r marked this conversation as resolved.
Expand Down
18 changes: 9 additions & 9 deletions examples/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
},
"dependencies": {
"@expo/vector-icons": "^15.0.2",
"@forward-software/react-auth": "2.1.0",
"@forward-software/react-auth": "2.1.2",
"@react-navigation/bottom-tabs": "^7.4.0",
"@react-navigation/elements": "^2.6.3",
"@react-navigation/native": "^7.1.8",
"axios": "^1.14.0",
"axios": "^1.20.0",
"expo": "~54.0.12",
"expo-constants": "~18.0.9",
"expo-dev-client": "~6.0.13",
Expand All @@ -31,9 +31,9 @@
"expo-system-ui": "~6.0.7",
"expo-web-browser": "~15.0.8",
"jwt-check-expiry": "^1.0.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-native": "0.81.4",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-native": "0.81.5",
"react-native-gesture-handler": "~2.28.0",
"react-native-mmkv": "^3.3.3",
"react-native-reanimated": "~4.1.1",
Expand All @@ -42,11 +42,11 @@
"react-native-worklets": "0.5.1"
},
"devDependencies": {
"@types/react": "^18.2.21",
"babel-plugin-module-resolver": "^5.0.2",
"eslint": "^9.25.0",
"@types/react": "~19.1.10",
"babel-plugin-module-resolver": "^5.0.3",
"eslint": "^9.39.5",
"eslint-config-expo": "~10.0.0",
"typescript": "^6.0.0"
"typescript": "~5.9.2"
},
"private": true
}
14 changes: 7 additions & 7 deletions examples/refresh-token/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@
"preview": "vite preview --host"
},
"dependencies": {
"@forward-software/react-auth": "2.1.0",
"axios": "^1.14.0",
"@forward-software/react-auth": "2.1.2",
"axios": "^1.20.0",
"jwt-check-expiry": "^1.0.10",
"react": "^19.2.4",
"react-dom": "^19.2.4"
"react": "^19.3.0",
"react-dom": "^19.3.0"
},
"devDependencies": {
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^6.0.0",
"typescript": "^6.0.0",
"vite": "^8.0.3"
"@vitejs/plugin-react": "^6.1.1",
"typescript": "^7.0.2",
"vite": "^8.2.2"
}
}
1 change: 0 additions & 1 deletion examples/refresh-token/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"noFallthroughCasesInSwitch": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"baseUrl": ".",
"paths": {
"@forward-software/react-auth": ["./../../lib/src/index.ts"]
}
Comment thread
panz3r marked this conversation as resolved.
Expand Down
10 changes: 5 additions & 5 deletions examples/reqres/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
"preview": "vite preview --host"
},
"dependencies": {
"@forward-software/react-auth": "2.1.0",
"axios": "^1.14.0",
"react": "^19.2.4",
"react-dom": "^19.2.4"
"@forward-software/react-auth": "2.1.2",
"axios": "^1.20.0",
"react": "^19.3.0",
"react-dom": "^19.3.0"
},
"devDependencies": {
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^6.0.0",
"typescript": "^6.0.0",
"typescript": "^7.0.2",
"vite": "^8.0.3"
}
}
1 change: 0 additions & 1 deletion examples/reqres/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"noFallthroughCasesInSwitch": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"baseUrl": ".",
"paths": {
"@forward-software/react-auth": ["./../../lib/src/index.ts"]
}
Comment thread
panz3r marked this conversation as resolved.
Expand Down
24 changes: 12 additions & 12 deletions examples/showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@
"test:watch": "vitest watch"
},
"dependencies": {
"@forward-software/react-auth": "^2.0.0",
"react": "^19.2.4",
"react-dom": "^19.2.4"
"@forward-software/react-auth": "^2.1.2",
"react": "^19.3.0",
"react-dom": "^19.3.0"
},
"devDependencies": {
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"jsdom": "^29.0.1",
"typescript": "^6.0.2",
"vite": "^8.0.16",
"vitest": "^4.1.2"
"@testing-library/jest-dom": "^7.0.1",
"@testing-library/react": "^16.3.3",
"@types/react": "^19.3.0",
"@types/react-dom": "^19.3.0",
"@vitejs/plugin-react": "^6.1.1",
"jsdom": "^30.0.1",
"typescript": "^7.0.2",
"vite": "^8.2.2",
"vitest": "^5.0.0"
}
}
Loading
Loading