Skip to content

Commit

Permalink
Merge pull request #203 from cosmology-tech/hotfix/bug-release-1.25.0
Browse files Browse the repository at this point in the history
fix: correct deps versions
  • Loading branch information
yyyyaaa authored Sep 30, 2024
2 parents 0bf4669 + 12722b9 commit 6d78883
Show file tree
Hide file tree
Showing 5 changed files with 11,896 additions and 20,500 deletions.
7 changes: 4 additions & 3 deletions apps/vue-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@
},
"devDependencies": {
"@formkit/auto-animate": "^0.8.1",
"@vanilla-extract/css": "^1.14.1",
"@vanilla-extract/dynamic": "^2.1.0",
"@vanilla-extract/recipes": "^0.5.1",
"@vanilla-extract/dynamic": "^2.1.2",
"@vanilla-extract/css": "^1.15.5",
"@vanilla-extract/css-utils": "^0.1.4",
"@vanilla-extract/recipes": "^0.5.5",
"@vanilla-extract/vite-plugin": "^4.0.4",
"@vitejs/plugin-vue": "^5.0.4",
"animejs": "^3.2.1",
Expand Down
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
"@types/react": "latest",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"@vanilla-extract/dynamic": "^2.1.1",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/babel-preset-app": "^5.0.8",
"@vue/compiler-sfc": "^3.4.38",
Expand Down Expand Up @@ -111,9 +110,10 @@
"@floating-ui/core": "^1.6.4",
"@floating-ui/dom": "^1.6.7",
"@types/lodash": "^4.17.7",
"@vanilla-extract/css": "^1.15.3",
"@vanilla-extract/dynamic": "^2.1.2",
"@vanilla-extract/css": "^1.15.5",
"@vanilla-extract/css-utils": "^0.1.4",
"@vanilla-extract/recipes": "^0.5.3",
"@vanilla-extract/recipes": "^0.5.5",
"animejs": "^3.2.2",
"bignumber.js": "^9.1.2",
"clsx": "^2.1.1",
Expand All @@ -131,6 +131,5 @@
"enhancement": "Enhancement",
"chore": "Chore"
}
},
"packageManager": "[email protected]"
}
}
3 changes: 2 additions & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,9 @@
"@react-aria/overlays": "^3.23.2",
"@react-aria/utils": "^3.25.2",
"@tanstack/react-virtual": "^3.10.5",
"@vanilla-extract/css": "^1.15.5",
"@vanilla-extract/dynamic": "^2.1.2",
"@vanilla-extract/css": "^1.15.5",
"@vanilla-extract/css-utils": "^0.1.4",
"@vanilla-extract/recipes": "^0.5.5",
"animejs": "^3.2.2",
"bignumber.js": "^9.1.2",
Expand Down
3 changes: 2 additions & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,9 @@
"@floating-ui/dom": "^1.6.10",
"@formkit/auto-animate": "^0.8.2",
"@headlessui/vue": "^1.7.23",
"@vanilla-extract/css": "^1.15.5",
"@vanilla-extract/dynamic": "^2.1.2",
"@vanilla-extract/css": "^1.15.5",
"@vanilla-extract/css-utils": "^0.1.4",
"@vanilla-extract/recipes": "^0.5.5",
"animejs": "^3.2.2",
"bignumber.js": "^9.1.2",
Expand Down
Loading

0 comments on commit 6d78883

Please sign in to comment.