Skip to content

Commit f0cc7e9

Browse files
committed
refactor: types as dev
1 parent e9b85d1 commit f0cc7e9

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

packages/common-helpers/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,6 @@
7373
},
7474
"dependencies": {
7575
"@open-xamu-co/ui-common-enums": "link:../common-enums",
76-
"@open-xamu-co/ui-common-types": "link:../common-types",
77-
"@types/lodash": "^4.14.192",
78-
"@types/validator": "^13.11.1",
7976
"core-js": "^3.24.1",
8077
"lodash": "^4.17.21",
8178
"sweetalert2": "^11.7.5",
@@ -86,7 +83,10 @@
8683
"@babel/core": "^7.22.8",
8784
"@babel/preset-env": "^7.22.7",
8885
"@babel/preset-typescript": "^7.22.5",
86+
"@open-xamu-co/ui-common-types": "link:../common-types",
87+
"@types/lodash": "^4.14.192",
8988
"@types/node": "^18.14.0",
89+
"@types/validator": "^13.11.1",
9090
"babel-plugin-replace-import-extension": "^1.1.3"
9191
},
9292
"engines": {

packages/common-types/version.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ const update = require("../../scripts/update-version.cjs");
22

33
(async () => {
44
// Update packages that depent on this one
5-
await update(["common-helpers", "components-vue", "nuxt"]);
5+
await update(["common-helpers", "components-vue", "nuxt"], true);
66
})();

packages/nuxt/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,7 @@
4646
"@nuxt/kit": "^3.10.1",
4747
"@open-xamu-co/ui-common-enums": "link:../common-enums",
4848
"@open-xamu-co/ui-common-helpers": "link:../common-helpers",
49-
"@open-xamu-co/ui-common-types": "link:../common-types",
5049
"@open-xamu-co/ui-components-vue": "link:../components-vue",
51-
"@types/lodash": "^4.14.192",
5250
"lodash": "^4.17.21",
5351
"nuxt-countries-api": "^1.0.3",
5452
"sweetalert2": "^11.7.5"
@@ -58,7 +56,9 @@
5856
"@nuxt/module-builder": "^0.5.4",
5957
"@nuxt/schema": "^3.8.2",
6058
"@nuxt/test-utils": "^3.8.1",
59+
"@open-xamu-co/ui-common-types": "link:../common-types",
6160
"@open-xamu-co/ui-styles": "link:../styles",
61+
"@types/lodash": "^4.14.192",
6262
"@types/node": "^18.17.17",
6363
"nuxt": "^3.10.1",
6464
"vitest": "^0.33.0"
@@ -67,4 +67,4 @@
6767
"node": ">=18",
6868
"yarn": ">=1.22.4"
6969
}
70-
}
70+
}

0 commit comments

Comments
 (0)