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 d7c6ce0 commit 1aef51a
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.12",
"version": "0.0.13",
"main": "dist/framework/index.js",
"module": "dist/framework-esm/index.js",
"types": "dist/framework-esm/index.d.ts",
Expand Down Expand Up @@ -151,7 +151,6 @@
"next": "^13.5.6",
"node-fetch": "2",
"node-sass": "^9.0.0",
"nookies": "^2.5.2",
"npm-run-all": "~4.1.5",
"pixelmatch": "~5.3.0",
"pngjs": "~7.0.0",
Expand Down Expand Up @@ -208,6 +207,7 @@
"react-i18next": "^13.2.2",
"moment": "^2.29.4",
"use-elapsed-time": "^3.0.4",
"values.js": "^2.1.1"
"values.js": "^2.1.1",
"nookies": "^2.5.2"
}
}

0 comments on commit 1aef51a

Please sign in to comment.