Skip to content

Commit

Permalink
Release 11.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkody committed May 21, 2024
1 parent be52aeb commit e7c2a51
Show file tree
Hide file tree
Showing 7 changed files with 461 additions and 509 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:

- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 9

- name: Setup Node.js
uses: actions/setup-node@v4
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:

- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 9

- name: Setup Node.js
uses: actions/setup-node@v4
Expand Down
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.15.0"
},
"devDependencies": {
"@biomejs/biome": "1.7.1"
"@biomejs/biome": "1.7.3"
}
}
10 changes: 5 additions & 5 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,21 @@
"normalize.css": "^8.0",
"prismjs": "^1.29.0",
"tippy.js": "^6.3.7",
"vue": "^3.4.26",
"vue": "^3.4.27",
"vue-tippy": "^6.4.1"
},
"devDependencies": {
"@eslint/js": "^9.1.1",
"@eslint/js": "^9.3.0",
"@tsconfig/node18": "^18.2",
"@types/node": "^20",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/tsconfig": "^0.5",
"eslint": "9.1.1",
"eslint": "^9.3.0",
"eslint-config-prettier": "^9.1.0",
"prettier": "^3.2.5",
"sass": "^1.75",
"sass": "^1.77",
"typescript": "^5.4.5",
"typescript-eslint": "^7.7.1",
"typescript-eslint": "^7.10.0",
"vite": "^5.2",
"vue-eslint-parser": "^9.4.2",
"vue-tsc": "^2.0"
Expand Down
Loading

0 comments on commit e7c2a51

Please sign in to comment.