Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Innei committed Nov 10, 2023
1 parent 445e493 commit 66b6ce9
Show file tree
Hide file tree
Showing 4 changed files with 2,341 additions and 1,440 deletions.
2 changes: 1 addition & 1 deletion .prettierrc.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = require('@innei-util/prettier')
module.exports = require('@innei/prettier')
55 changes: 26 additions & 29 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,34 +1,31 @@
<!DOCTYPE html>
<!doctype html>
<html lang="zh-hk">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<link rel="icon" href="/favicon.png" />

<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<link rel="icon" href="/favicon.png" />
<title>森 | 记录生活中的想法</title>
</head>

<title>森 | 记录生活中的想法</title>
</head>

<body>
<noscript>
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work
properly without JavaScript enabled. Please enable it to
continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
<script type="module" src="./src/main.ts"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-KPGB7KY29E"></script>
<script>
window.dataLayer = window.dataLayer || []
function gtag() {
dataLayer.push(arguments)
}
gtag('js', new Date())

gtag('config', 'G-KPGB7KY29E')
</script>
</body>
<body>
<noscript> </noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
<script type="module" src="./src/main.ts"></script>
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-KPGB7KY29E"
></script>
<script>
window.dataLayer = window.dataLayer || []
function gtag() {
dataLayer.push(arguments)
}
gtag('js', new Date())

gtag('config', 'G-KPGB7KY29E')
</script>
</body>
</html>
45 changes: 23 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,30 +7,31 @@
"build": "vite build"
},
"dependencies": {
"@mx-space/api-client": "0.6.3",
"clsx": "1.1.1",
"@mx-space/api-client": "1.6.2",
"clsx": "2.0.0",
"pinia": "^2.1.7",
"qier-progress": "1.0.4",
"vue": "3.2.29",
"vue-router": "4.0.6"
"vue": "3.3.8",
"vue-router": "4.2.5"
},
"devDependencies": {
"@innei-util/eslint-config-ts": "0.4.0",
"@innei-util/prettier": "0.2.0",
"@vitejs/plugin-vue": "2.1.0",
"@vue/compiler-sfc": "^3.2.29",
"@vue/eslint-config-typescript": "^10.0.0",
"autoprefixer": "10.4.2",
"eslint": "^8.8.0",
"eslint-plugin-vue": "^8.4.1",
"postcss": "8.4.6",
"postcss-import": "14.0.2",
"postcss-preset-env": "7.3.1",
"prettier": "2.5.1",
"@innei/eslint-config-ts": "0.11.1",
"@innei/prettier": "0.11.1",
"@vitejs/plugin-vue": "4.4.1",
"@vue/compiler-sfc": "^3.3.8",
"@vue/eslint-config-typescript": "^12.0.0",
"autoprefixer": "10.4.16",
"eslint": "^8.53.0",
"eslint-plugin-vue": "^9.18.1",
"postcss": "8.4.31",
"postcss-import": "15.1.0",
"postcss-preset-env": "9.3.0",
"prettier": "3.0.3",
"rollup-plugin-analyzer": "4.0.0",
"tailwindcss": "^3.0.18",
"typescript": "^4.5.5",
"vite": "2.7.13",
"vite-tsconfig-paths": "3.3.17"
"tailwindcss": "^3.3.5",
"typescript": "^5.2.2",
"vite": "4.5.0",
"vite-tsconfig-paths": "4.2.1"
},
"eslintConfig": {
"root": true,
Expand All @@ -41,7 +42,7 @@
"plugin:vue/vue3-essential",
"eslint:recommended",
"@vue/typescript",
"@innei-util/eslint-config-ts"
"@innei/eslint-config-ts"
],
"parserOptions": {
"parser": "@typescript-eslint/parser"
Expand All @@ -53,4 +54,4 @@
"last 2 versions",
"not dead"
]
}
}
Loading

0 comments on commit 66b6ce9

Please sign in to comment.