diff --git a/package.json b/package.json index a4e1068..9af589c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "win-up-to-date", - "version": "1.0.0-beta.0", + "version": "1.0.0-beta.1", "description": "A website project showing the latest status of Windows Insider versions.", "main": "index.js", "repository": "https://github.com/crrashh1542/win-up-to-date", @@ -14,26 +14,25 @@ }, "dependencies": { "@fluentui/web-components": "^2.5.16", - "axios": "^1.6.0", - "core-js": "^3.31.0", + "axios": "^1.6.1", + "core-js": "^3.33.2", "moment": "^2.29.4", "normalize.css": "^8.0.1", - "vue": "^3.3.7", - "vue-router": "^4.2.4", - "webpack": "^5.89.0" + "vue": "^3.3.8", + "vue-router": "^4.2.5" }, "devDependencies": { - "@babel/core": "^7.12.16", - "@babel/eslint-parser": "^7.12.16", - "@typescript-eslint/eslint-plugin": "^6.9.1", - "@typescript-eslint/parser": "^6.9.1", + "@babel/core": "^7.23.3", + "@babel/eslint-parser": "^7.23.3", + "@typescript-eslint/eslint-plugin": "^6.10.0", + "@typescript-eslint/parser": "^6.10.0", "@vue/cli-plugin-babel": "~5.0.0", "@vue/cli-plugin-eslint": "~5.0.0", "@vue/cli-service": "~5.0.0", "autoprefixer": "^10.4.16", "compression-webpack-plugin": "^10.0.0", - "eslint": "^8.43.0", - "eslint-plugin-vue": "^9.15.0", + "eslint": "^8.53.0", + "eslint-plugin-vue": "^9.18.1", "less": "^4.1.3", "less-loader": "^11.1.3", "postcss": "^8.4.31", diff --git a/prebuild.js b/prebuild.js index 3836a3d..bb7b740 100644 --- a/prebuild.js +++ b/prebuild.js @@ -37,7 +37,7 @@ function writeInfo() { const content = ` { "time": "` + getTime() + `", "hash": "` + getHash() + `", - "build": "` + getBuild() + `" + "build": ` + getBuild() + ` }` // 新建 temp 文件夹 @@ -63,5 +63,5 @@ function writeInfo() { } -// STEP6 -------- 导出函数 +// STEP5 -------- 导出函数 module.exports = writeInfo \ No newline at end of file diff --git a/src/components/BottomNav.vue b/src/components/BottomNav.vue index 402cc9e..a1fdee2 100644 --- a/src/components/BottomNav.vue +++ b/src/components/BottomNav.vue @@ -1,6 +1,5 @@