Skip to content

Commit 50ec252

Browse files
committed
0.4.4
1 parent f255136 commit 50ec252

File tree

3 files changed

+1108
-1017
lines changed

3 files changed

+1108
-1017
lines changed

apps/docs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"lint": "next lint"
99
},
1010
"dependencies": {
11-
"@docsearch/react": "^3.8.0",
12-
"@material/material-color-utilities": "^0.2.7",
11+
"@docsearch/react": "^3.9.0",
12+
"@material/material-color-utilities": "^0.3.0",
1313
"actify": "workspace:*",
1414
"codesandbox": "^2.2.3",
1515
"date-fns": "^3.6.0",

packages/actify/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "actify",
3-
"version": "0.4.3",
3+
"version": "0.4.4",
44
"license": "MIT",
55
"author": "Lerte Smith",
66
"keywords": [
@@ -26,7 +26,7 @@
2626
"build": "rollup -c rollup.config.mjs"
2727
},
2828
"devDependencies": {
29-
"@react-aria/toast": "3.0.0-beta.17",
29+
"@react-aria/toast": "^3.0.1",
3030
"@rollup/plugin-commonjs": "^25.0.7",
3131
"@rollup/plugin-json": "^6.1.0",
3232
"@rollup/plugin-node-resolve": "^15.2.3",
@@ -57,11 +57,11 @@
5757
"dependencies": {
5858
"clsx": "^2.1.1",
5959
"date-fns": "^4.1.0",
60-
"es-toolkit": "^1.29.0",
61-
"motion": "^11.14.4",
62-
"react-aria": "^3.36.0",
63-
"react-aria-components": "^1.5.0",
64-
"react-stately": "^3.34.0"
60+
"es-toolkit": "^1.34.1",
61+
"motion": "^12.6.3",
62+
"react-aria": "^3.38.1",
63+
"react-aria-components": "^1.7.1",
64+
"react-stately": "^3.36.1"
6565
},
6666
"peerDependencies": {
6767
"react": "^19.0.0",

0 commit comments

Comments
 (0)