@hedhog/admin 0.0.24 → 0.0.25

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hedhog/admin",
3
- "version": "0.0.24",
3
+ "version": "0.0.25",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -21,11 +21,13 @@
21
21
  "devDependencies": {
22
22
  "ts-node": "^10.9.1",
23
23
  "typescript": "^5.1.3",
24
+ "@hedhog/locale": "latest",
24
25
  "@hedhog/pagination": "latest",
25
26
  "@hedhog/prisma": "latest",
26
27
  "@hedhog/mail": "latest"
27
28
  },
28
29
  "peerDependencies": {
30
+ "@hedhog/locale": "latest",
29
31
  "@hedhog/pagination": "latest",
30
32
  "@hedhog/prisma": "latest",
31
33
  "@hedhog/mail": "latest"