diff --git a/app/assets/views/ActivitiesView.vue b/app/assets/views/ActivitiesView.vue index 4f583d9..62498d6 100644 --- a/app/assets/views/ActivitiesView.vue +++ b/app/assets/views/ActivitiesView.vue @@ -1,10 +1,60 @@ + + + \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index d63f5a3..35486f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,6 +8,9 @@ "name": "@userfrosting/sprinkle-admin", "version": "6.0.0-dev", "license": "MIT", + "dependencies": { + "moment": "^2.30.1" + }, "devDependencies": { "@rushstack/eslint-patch": "^1.8.0", "@tsconfig/node20": "^20.1.4", @@ -4085,6 +4088,15 @@ "ufo": "^1.5.3" } }, + "node_modules/moment": { + "version": "2.30.1", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.30.1.tgz", + "integrity": "sha512-uEmtNhbDOrWPFS+hdjFCBfy9f2YoyzRpwcl+DqpC6taX21FzsTLQVbMV/W7PzNSX6x/bhC1zA3c2UQ5NzH6how==", + "license": "MIT", + "engines": { + "node": "*" + } + }, "node_modules/ms": { "version": "2.1.3", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", diff --git a/package.json b/package.json index c72748e..3b2bd93 100644 --- a/package.json +++ b/package.json @@ -46,15 +46,17 @@ "app/assets", "dist/" ], - "dependencies": {}, + "dependencies": { + "moment": "^2.30.1" + }, "peerDependencies": { - "vue": "^3.4.21", - "vue-router": "^4.2.4", + "@userfrosting/sprinkle-account": "git+https://github.com/userfrosting/sprinkle-account.git#6.0", + "@userfrosting/sprinkle-core": "git+https://github.com/userfrosting/sprinkle-core.git#6.0", "axios": "^1.5.0", "pinia": "^2.1.6", "pinia-plugin-persistedstate": "^3.2.0", - "@userfrosting/sprinkle-core": "git+https://github.com/userfrosting/sprinkle-core.git#6.0", - "@userfrosting/sprinkle-account": "git+https://github.com/userfrosting/sprinkle-account.git#6.0" + "vue": "^3.4.21", + "vue-router": "^4.2.4" }, "devDependencies": { "@rushstack/eslint-patch": "^1.8.0",