Skip to content

Commit

Permalink
Fix dependcies
Browse files Browse the repository at this point in the history
  • Loading branch information
kalysti committed Oct 24, 2023
1 parent 4b0e545 commit e6242f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@himalaya-ui/core",
"version": "0.0.9",
"version": "0.0.10",
"main": "dist/framework/index.js",
"module": "dist/framework-esm/index.js",
"types": "dist/framework-esm/index.d.ts",
Expand Down Expand Up @@ -189,7 +189,6 @@
"ttsc": "^0.3.1",
"typescript": "^5.2.2",
"typescript-transform-paths": "^3.4.6",
"use-elapsed-time": "^3.0.4",
"values.js": "^2.1.1",
"yarn": "^1.22.19"
},
Expand All @@ -208,6 +207,7 @@
"@babel/runtime": "^7.23.1",
"@splidejs/splide": "^4.1.4",
"react-i18next": "^13.2.2",
"moment": "^2.29.4"
"moment": "^2.29.4",
"use-elapsed-time": "^3.0.4"
}
}

0 comments on commit e6242f0

Please sign in to comment.