Skip to content

Commit

Permalink
Release 11.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkody committed Apr 23, 2024
1 parent 9b210b0 commit 8e29ecf
Show file tree
Hide file tree
Showing 7 changed files with 1,892 additions and 1,569 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v3
with:
version: 8
version: 9

- name: Setup Node.js
uses: actions/setup-node@v4
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v3
with:
version: 8
version: 9

- name: Setup Node.js
uses: actions/setup-node@v4
Expand All @@ -33,9 +33,6 @@ jobs:
with:
deno-version: v1.x

- name: Update npm
run: npm install -g npm

- name: Install dependencies
run: |
pnpm install
Expand All @@ -45,6 +42,6 @@ jobs:
run: pnpm build

- name: Publish
run: npm publish --provenance --access public
run: pnpm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion buildTools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"simple-icons": "11.13.0"
},
"devDependencies": {
"@biomejs/biome": "1.7.0"
"@biomejs/biome": "1.7.1"
}
}
14 changes: 7 additions & 7 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,28 +10,28 @@
"lint": "eslint --ext .js,.ts,.vue ."
},
"dependencies": {
"@fontsource/inter": "^5.0.17",
"@fontsource/inter": "^5.0.18",
"@kyvg/vue3-notification": "^3.2.1",
"@mkody/vue3-simple-icons": "file:../",
"normalize.css": "^8.0",
"prismjs": "^1.29.0",
"tippy.js": "^6.3.7",
"vue": "^3.4.21",
"vue": "^3.4.24",
"vue-tippy": "^6.4.1"
},
"devDependencies": {
"@tsconfig/node18": "^18.2",
"@types/node": "^20",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/tsconfig": "^0.5",
"eslint": "8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.24.1",
"eslint-plugin-vue": "^9.25.0",
"prettier": "^3.2.5",
"sass": "^1.74",
"typescript": "^5.4.4",
"sass": "^1.75",
"typescript": "^5.4.5",
"vite": "^5.2",
"vue-tsc": "^2.0"
}
Expand Down
Loading

0 comments on commit 8e29ecf

Please sign in to comment.