Skip to content

Commit cf3a586

Browse files
committed
upped packages
1 parent 4532332 commit cf3a586

File tree

4 files changed

+213
-103
lines changed

4 files changed

+213
-103
lines changed

packages/devpage/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,26 +11,26 @@
1111
},
1212
"dependencies": {
1313
"@tailwindcss/vite": "^4.1.11",
14-
"@tanstack/react-query": "^5.83.0",
14+
"@tanstack/react-query": "^5.84.1",
1515
"js.foresight": "workspace:*",
16-
"react": "^19.1.0",
17-
"react-dom": "^19.1.0",
18-
"react-router-dom": "^7.6.3",
16+
"react": "^19.1.1",
17+
"react-dom": "^19.1.1",
18+
"react-router-dom": "^7.7.1",
1919
"tailwindcss": "^4.1.11",
20-
"zustand": "^5.0.6"
20+
"zustand": "^5.0.7"
2121
},
2222
"devDependencies": {
23-
"@eslint/js": "^9.30.1",
24-
"@types/react": "^19.1.8",
25-
"@types/react-dom": "^19.1.6",
26-
"@vitejs/plugin-react": "^4.6.0",
27-
"eslint": "^9.30.1",
23+
"@eslint/js": "^9.32.0",
24+
"@types/react": "^19.1.9",
25+
"@types/react-dom": "^19.1.7",
26+
"@vitejs/plugin-react": "^4.7.0",
27+
"eslint": "^9.32.0",
2828
"eslint-plugin-react-hooks": "^5.2.0",
2929
"eslint-plugin-react-refresh": "^0.4.20",
3030
"globals": "^16.3.0",
31-
"typescript": "~5.8.3",
31+
"typescript": "~5.9.2",
3232
"js.foresight-devtools": "workspace:*",
33-
"typescript-eslint": "^8.36.0",
34-
"vite": "^7.0.4"
33+
"typescript-eslint": "^8.38.0",
34+
"vite": "^7.0.6"
3535
}
3636
}

packages/js.foresight-devtools/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "js.foresight-devtools",
3-
"version": "1.3.0-beta.1",
3+
"version": "1.3.0",
44
"description": "Visual debugging tools for ForesightJS - mouse trajectory prediction and element interaction visualization",
55
"type": "module",
66
"scripts": {
@@ -48,18 +48,18 @@
4848
"llms": "https://foresightjs.com/llms.txt",
4949
"llmsFull": "https://foresightjs.com/llms-full.txt",
5050
"peerDependencies": {
51-
"js.foresight": "^3.3.0-beta.1"
51+
"js.foresight": "^3.3.0"
5252
},
5353
"devDependencies": {
54-
"@types/node": "^22.15.30",
54+
"@types/node": "^24.1.0",
5555
"js.foresight": "workspace:*",
5656
"tslib": "^2.8.1",
5757
"tsup": "^8.5.0",
58-
"typescript": "^5.8.3",
58+
"typescript": "^5.9.2",
5959
"vitest": "^3.2.4"
6060
},
6161
"dependencies": {
6262
"@thednp/position-observer": "^1.1.0",
63-
"lit": "^3.3.0"
63+
"lit": "^3.3.1"
6464
}
6565
}

packages/js.foresight/package.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "js.foresight",
3-
"version": "3.3.0-beta.1",
4-
"description": "Predicts mouse trajectory to trigger actions as users approach elements, enabling anticipatory UI updates or pre-loading. Made with vanilla javascript and usable in every framework.",
3+
"version": "3.3.0",
4+
"description": "Predicts where users will click based on mouse movement, keyboard navigation, and scroll behavior. Includes touch device support. Triggers callbacks before interactions happen to enable prefetching and faster UI responses. Works with any framework.",
55
"type": "module",
66
"scripts": {
77
"build": "tsup --sourcemap",
@@ -37,6 +37,8 @@
3737
"javascript-prefetch",
3838
"smart-prefetch",
3939
"fast-prefetch",
40+
"interaction-prediction",
41+
"mobile-prefetch",
4042
"mouse-trajectory",
4143
"element-hitslop",
4244
"foresight",
@@ -53,20 +55,20 @@
5355
"llms": "https://foresightjs.com/llms.txt",
5456
"llmsFull": "https://foresightjs.com/llms-full.txt",
5557
"devDependencies": {
56-
"@testing-library/dom": "^10.4.0",
57-
"@testing-library/jest-dom": "^6.6.3",
58-
"@types/node": "^22.15.30",
58+
"@testing-library/dom": "^10.4.1",
59+
"@testing-library/jest-dom": "^6.6.4",
60+
"@types/node": "^24.1.0",
5961
"@vitest/coverage-v8": "3.2.4",
6062
"@vitest/ui": "^3.2.4",
6163
"happy-dom": "^18.0.1",
6264
"jsdom": "^26.1.0",
6365
"tslib": "^2.8.1",
6466
"tsup": "^8.5.0",
65-
"typescript": "^5.8.3",
67+
"typescript": "^5.9.2",
6668
"vitest": "^3.2.4"
6769
},
6870
"dependencies": {
69-
"position-observer": "^1.0.0",
71+
"position-observer": "^1.0.1",
7072
"tabbable": "^6.2.0"
7173
}
7274
}

0 commit comments

Comments
 (0)