diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..86df700 Binary files /dev/null and b/.DS_Store differ diff --git a/.gitignore b/.gitignore index 8b7e502..af49965 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ dist-ssr *.njsproj *.sln *.sw? + diff --git a/lerna.json b/lerna.json index 3467e18..5660850 100644 --- a/lerna.json +++ b/lerna.json @@ -4,5 +4,7 @@ ], "version": "0.0.0", "useWorkspaces": true, - "npmClient": "yarn" + "npmClient": "yarn", + "$schema": "node_modules/lerna/schemas/lerna-schema.json", + "useNx": false } \ No newline at end of file diff --git a/package.json b/package.json index 8265eaf..7909d6a 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "eslint-plugin-vue": "^9.4.0", "husky": "^8.0.0", "intersection-observer": "^0.12.2", - "lerna": "^4.0.0", + "lerna": "^5.5.4", "lint-staged": "^13.0.0", "npm-run-all": "^4.1.5", "stylelint": "^14.11.0", diff --git a/packages/.DS_Store b/packages/.DS_Store new file mode 100644 index 0000000..2587bee Binary files /dev/null and b/packages/.DS_Store differ diff --git a/packages/docs-vue/src/App.vue b/packages/docs-vue/src/App.vue index 76ebf08..de11b55 100644 --- a/packages/docs-vue/src/App.vue +++ b/packages/docs-vue/src/App.vue @@ -1,7 +1,7 @@