Skip to content

Commit

Permalink
refactor: use yaml anchor and alias
Browse files Browse the repository at this point in the history
  • Loading branch information
ntnyq committed Jan 13, 2025
1 parent e9d36ab commit 3118fff
Show file tree
Hide file tree
Showing 4 changed files with 683 additions and 929 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
shamefully-hoist=true
package-manager-strict=false
ignore-workspace-root-check=true
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
"@babel/runtime": "^7.26.0",
"@nutui/icons-vue-taro": "^0.0.9",
"@nutui/nutui-taro": "^4.3.13",
"@tarojs/components": "^4.0.8",
"@tarojs/plugin-framework-vue3": "^4.0.8",
"@tarojs/plugin-html": "^4.0.8",
"@tarojs/runtime": "^4.0.8",
"@tarojs/taro": "^4.0.8",
"@tarojs/components": "catalog:",
"@tarojs/plugin-framework-vue3": "catalog:",
"@tarojs/plugin-html": "catalog:",
"@tarojs/runtime": "catalog:",
"@tarojs/taro": "catalog:",
"dayjs": "^1.11.13",
"pinia": "^2.3.0",
"taro-plugin-pinia": "^1.0.0",
Expand All @@ -41,20 +41,20 @@
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@ntnyq/eslint-config": "^3.11.0",
"@ntnyq/eslint-config": "^3.12.1",
"@ntnyq/prettier-config": "^1.22.1",
"@tarojs/cli": "^4.0.8",
"@tarojs/helper": "^4.0.8",
"@tarojs/plugin-platform-weapp": "^4.0.8",
"@tarojs/router": "^4.0.8",
"@tarojs/shared": "^4.0.8",
"@tarojs/webpack5-runner": "^4.0.8",
"@tarojs/cli": "catalog:",
"@tarojs/helper": "catalog:",
"@tarojs/plugin-platform-weapp": "catalog:",
"@tarojs/router": "catalog:",
"@tarojs/shared": "catalog:",
"@tarojs/webpack5-runner": "catalog:",
"@types/webpack-env": "^1.18.5",
"@vue/babel-plugin-jsx": "^1.2.5",
"@vue/compiler-sfc": "^3.5.13",
"babel-preset-taro": "^4.0.8",
"bumpp": "^9.9.3",
"eslint": "^9.17.0",
"babel-preset-taro": "catalog:",
"bumpp": "^9.10.0",
"eslint": "^9.18.0",
"husky": "^9.1.7",
"nano-staged": "^0.8.0",
"pnpm": "^9.15.3",
Expand Down
Loading

0 comments on commit 3118fff

Please sign in to comment.