From ebd9671db32174b5a2f151fb63ccbfa70af3674a Mon Sep 17 00:00:00 2001 From: wkj <278599135@qq.com> Date: Sat, 20 Aug 2022 15:18:21 +0800 Subject: [PATCH] dayjs --- lib/template.js | 2 +- src/template.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/template.js b/lib/template.js index cf7d968..0d11d65 100644 --- a/lib/template.js +++ b/lib/template.js @@ -45,6 +45,7 @@ function packageJsonContent({ name, version, description, cliversion, cliname, i "@reduxjs/toolkit": "^1.7.2", "classnames": "^2.3.1", "crypto-browserify": "^3.12.0", + "dayjs": "^1.11.5", "i18next": "^20.6.1", "i18next-browser-languagedetector": "^6.1.4", "i18next-chained-backend": "^3.0.2", @@ -52,7 +53,6 @@ function packageJsonContent({ name, version, description, cliversion, cliname, i "i18next-localstorage-backend": "^3.1.3", "i18next-resource-store-loader": "^0.1.2", "lodash": "^4.17.21", - "luxon": "^2.4.0", "nprogress": "^0.2.0", ${oakPackageStr} "react": "^18.2.0", diff --git a/src/template.ts b/src/template.ts index 6575f03..84cea0e 100644 --- a/src/template.ts +++ b/src/template.ts @@ -51,6 +51,7 @@ export function packageJsonContent({ "@reduxjs/toolkit": "^1.7.2", "classnames": "^2.3.1", "crypto-browserify": "^3.12.0", + "dayjs": "^1.11.5", "i18next": "^20.6.1", "i18next-browser-languagedetector": "^6.1.4", "i18next-chained-backend": "^3.0.2", @@ -58,7 +59,6 @@ export function packageJsonContent({ "i18next-localstorage-backend": "^3.1.3", "i18next-resource-store-loader": "^0.1.2", "lodash": "^4.17.21", - "luxon": "^2.4.0", "nprogress": "^0.2.0", ${oakPackageStr} "react": "^18.2.0",