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
14 changes: 7 additions & 7 deletions examples/base-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@
},
"dependencies": {
"@nimpl/cache": "workspace:*",
"@nimpl/cache-widget": "workspace:*",
"@nimpl/cache-tools": "workspace:*",
"next": "16.0.10",
"react": "19.2.3",
"react-dom": "19.2.3"
"@nimpl/cache-widget": "workspace:*",
"next": "16.1.6",
"react": "19.2.4",
"react-dom": "19.2.4"
},
"devDependencies": {
"@types/node": "24.10.1",
"@types/react": "19.2.7",
"@types/node": "25.1.0",
"@types/react": "19.2.10",
"@types/react-dom": "19.2.3",
"eslint": "9.39.1",
"eslint": "9.39.2",
"typescript": "5.9.3"
},
"packageManager": "pnpm@10.24.0+sha512.01ff8ae71b4419903b65c60fb2dc9d34cf8bb6e06d03bde112ef38f7a34d6904c424ba66bea5cdcf12890230bf39f9580473140ed9c946fef328b6e5238a345a"
Expand Down
8 changes: 4 additions & 4 deletions examples/external-store-server/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# nimpl-cache base example

Basic example of using [@nimpl/cache-adapter](https://github.com/vordgi/nimpl-cache/tree/main/packages/cache-adapter) with [@nimpl/cache-in-memory](https://github.com/vordgi/nimpl-cache/tree/main/packages/cache-in-memory) as cacheHandler
Basic example of using [@nimpl/cache-adapter](https://github.com/alexdln/nimpl-cache/tree/main/packages/cache-adapter) with [@nimpl/cache-in-memory](https://github.com/alexdln/nimpl-cache/tree/main/packages/cache-in-memory) as cacheHandler

For a full check, you need to start the server:

Expand All @@ -24,9 +24,9 @@ You can also run a copy of the application to check the health of the shared cac
npm run start:clone
```

Now both instances of one assembled application have a common cache - a running server. It can be placed anywhere, the main thing is to point the url to it. More details on the [@nimpl/cache-adapter](https://github.com/vordgi/nimpl-cache/tree/main/packages/cache-adapter) page.
Now both instances of one assembled application have a common cache - a running server. It can be placed anywhere, the main thing is to point the url to it. More details on the [@nimpl/cache-adapter](https://github.com/alexdln/nimpl-cache/tree/main/packages/cache-adapter) page.

## Links

- [nimpl-cache-adapter](https://github.com/vordgi/nimpl-cache/tree/main/packages/cache-adapter);
- [nimpl-cache-in-memory](https://github.com/vordgi/nimpl-cache/tree/main/packages/cache-in-memory).
- [nimpl-cache-adapter](https://github.com/alexdln/nimpl-cache/tree/main/packages/cache-adapter);
- [nimpl-cache-in-memory](https://github.com/alexdln/nimpl-cache/tree/main/packages/cache-in-memory).
10 changes: 5 additions & 5 deletions examples/external-store-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
},
"dependencies": {
"@nimpl/cache": "workspace:*",
"next": "16.0.10",
"react": "19.2.3",
"react-dom": "19.2.3"
"next": "16.1.6",
"react": "19.2.4",
"react-dom": "19.2.4"
},
"devDependencies": {
"@types/node": "24.10.1",
"@types/react": "19.2.7",
"@types/node": "25.1.0",
"@types/react": "19.2.10",
"@types/react-dom": "19.2.3",
"cross-env": "10.1.0",
"typescript": "5.9.3"
Expand Down
12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,17 @@
"url": "https://github.com/alexdln/"
},
"devDependencies": {
"eslint": "9.39.1",
"eslint": "9.39.2",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-prettier": "5.5.4",
"eslint-plugin-prettier": "5.5.5",
"husky": "9.1.7",
"prettier": "3.7.4",
"typescript-eslint": "8.48.1"
"prettier": "3.8.1",
"typescript-eslint": "8.54.0"
},
"lint-staged": {
"*.{ts,tsx,js,jsx}": ["eslint"]
"*.{ts,tsx,js,jsx}": [
"eslint"
]
},
"resolutions": {
"@nimpl/cache-adapter>@nimpl/cache": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/cache-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"url": "https://github.com/alexdln/"
},
"devDependencies": {
"@types/node": "24.10.1",
"@types/node": "25.1.0",
"typescript": "5.9.3"
},
"license": "MIT"
Expand Down
2 changes: 1 addition & 1 deletion packages/cache-in-memory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"url": "https://github.com/alexdln/"
},
"devDependencies": {
"@types/node": "24.10.1",
"@types/node": "25.1.0",
"typescript": "5.9.3"
},
"license": "MIT"
Expand Down
4 changes: 2 additions & 2 deletions packages/cache-redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
"@rollup/plugin-node-resolve": "16.0.3",
"@rollup/plugin-terser": "0.4.4",
"@rollup/plugin-typescript": "12.3.0",
"@types/node": "24.10.1",
"rollup": "4.53.3",
"@types/node": "25.1.0",
"rollup": "4.57.0",
"tslib": "2.8.1",
"typescript": "5.9.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/cache-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"@rollup/plugin-node-resolve": "16.0.3",
"@rollup/plugin-terser": "0.4.4",
"@rollup/plugin-typescript": "12.3.0",
"@types/node": "24.10.1",
"rollup": "4.53.3",
"@types/node": "25.1.0",
"rollup": "4.57.0",
"tslib": "2.8.1",
"typescript": "5.9.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/cache-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"@rollup/plugin-node-resolve": "16.0.3",
"@rollup/plugin-terser": "0.4.4",
"@rollup/plugin-typescript": "12.3.0",
"@types/node": "24.10.1",
"rollup": "4.53.3",
"@types/node": "25.1.0",
"rollup": "4.57.0",
"tslib": "2.8.1",
"typescript": "5.9.3"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/cache-widget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@
"@rollup/plugin-node-resolve": "16.0.3",
"@rollup/plugin-terser": "0.4.4",
"@rollup/plugin-typescript": "12.3.0",
"@types/node": "24.10.1",
"@types/react": "19.2.7",
"react": "19.2.3",
"rollup": "4.53.3",
"@types/node": "25.1.0",
"@types/react": "19.2.10",
"react": "19.2.4",
"rollup": "4.57.0",
"rollup-plugin-scss": "4.0.1",
"rollup-preserve-directives": "1.1.3",
"sass": "1.95.0",
"sass": "1.97.3",
"tslib": "2.8.1",
"typescript": "5.9.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/cache-widget/src/components/dialog/dialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
transform: translateX(-50%);
width: 90%;
max-width: 1200px;
height: calc(100vh - 60px);
height: calc(100dvh - 60px);
background: white;
border-radius: 12px;
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
Expand Down
8 changes: 4 additions & 4 deletions packages/cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,16 @@
},
"dependencies": {
"chalk": "4.1.2",
"ioredis": "5.8.2",
"lru-cache": "11.2.4"
"ioredis": "5.9.2",
"lru-cache": "11.2.5"
},
"devDependencies": {
"@rollup/plugin-commonjs": "29.0.0",
"@rollup/plugin-node-resolve": "16.0.3",
"@rollup/plugin-terser": "0.4.4",
"@rollup/plugin-typescript": "12.3.0",
"@types/node": "24.10.1",
"rollup": "4.53.3",
"@types/node": "25.1.0",
"rollup": "4.57.0",
"tslib": "2.8.1",
"typescript": "5.9.3"
},
Expand Down
Loading