adminforth 1.0.3 → 1.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/spa/package-lock.json +6 -0
- package/spa/package.json +1 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "adminforth",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.5",
|
|
4
4
|
"description": "OpenSource Vue3 powered forth-generation admin panel",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"author": "devforth.io",
|
|
10
10
|
"license": "ISC",
|
|
11
11
|
"type": "module",
|
|
12
|
-
"
|
|
12
|
+
"devDependencies": {
|
|
13
13
|
"better-sqlite3": "^10.0.0",
|
|
14
14
|
"crypto": "^1.0.1",
|
|
15
15
|
"dayjs": "^1.11.11",
|
package/spa/package-lock.json
CHANGED
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
"version": "0.0.0",
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@iconify-prerendered/vue-flowbite": "^0.23.1714023977",
|
|
12
|
+
"dayjs": "^1.11.11",
|
|
12
13
|
"flowbite": "^2.3.0",
|
|
13
14
|
"flowbite-datepicker": "^1.2.6",
|
|
14
15
|
"pinia": "^2.1.7",
|
|
@@ -1704,6 +1705,11 @@
|
|
|
1704
1705
|
"resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz",
|
|
1705
1706
|
"integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw=="
|
|
1706
1707
|
},
|
|
1708
|
+
"node_modules/dayjs": {
|
|
1709
|
+
"version": "1.11.11",
|
|
1710
|
+
"resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.11.tgz",
|
|
1711
|
+
"integrity": "sha512-okzr3f11N6WuqYtZSvm+F776mB41wRZMhKP+hc34YdW+KmtYYK9iqvHSwo2k9FEH3fhGXvOPV6yz2IcSrfRUDg=="
|
|
1712
|
+
},
|
|
1707
1713
|
"node_modules/de-indent": {
|
|
1708
1714
|
"version": "1.0.2",
|
|
1709
1715
|
"resolved": "https://registry.npmjs.org/de-indent/-/de-indent-1.0.2.tgz",
|