Skip to content

Commit

Permalink
Upgrade yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
inkfarer committed Dec 19, 2023
1 parent ff24ba6 commit e2a9b25
Show file tree
Hide file tree
Showing 5 changed files with 9,183 additions and 6,352 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ jobs:
- name: Install dependencies
run: yarn
- run: yarn build
- run: yarn publish
- run: yarn npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
node_modules
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
dist

result.json
Expand Down
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"dist/**/*"
],
"peerDependencies": {
"vue": "^3.2.47"
"vue": "^3.0.0"
},
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "6.4.0",
Expand Down Expand Up @@ -60,7 +60,7 @@
"ts-node": "^10.9.1",
"typescript": "^4.9.5",
"vitepress": "^1.0.0-rc.31",
"vue": "^3.2.26",
"vue": "^3.2.47",
"vue-eslint-parser": "^9.1.1",
"vue-loader": "^17.1.0",
"vue-tsc": "^1.6.1",
Expand All @@ -72,5 +72,6 @@
"projects": [
"<rootDir>/src/jest.config.ts"
]
}
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit e2a9b25

Please sign in to comment.