@logto/remix 2.0.0 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  import type { Storage, StorageKey } from '@logto/node';
2
2
  import type { Session } from '@remix-run/node';
3
- declare class LogtoStorage implements Storage {
3
+ declare class LogtoStorage implements Storage<StorageKey> {
4
4
  private readonly properties;
5
5
  static readonly fromSession: (session: Session) => LogtoStorage;
6
6
  readonly session: Session;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@logto/remix",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "type": "module",
5
5
  "main": "./lib/index.cjs",
6
6
  "module": "./lib/index.js",
@@ -41,8 +41,8 @@
41
41
  "jest-matcher-specific-error": "^1.0.0",
42
42
  "lint-staged": "^13.0.3",
43
43
  "prettier": "^2.8.7",
44
- "react": "^17.0.2",
45
- "react-dom": "^17.0.2",
44
+ "react": "^18.0.2",
45
+ "react-dom": "^18.0.2",
46
46
  "typescript": "^5.0.0"
47
47
  },
48
48
  "peerDependencies": {