Skip to content

Commit

Permalink
Release 11.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkody committed Apr 9, 2024
1 parent 8b062bb commit 2cbfe99
Show file tree
Hide file tree
Showing 5 changed files with 280 additions and 262 deletions.
4 changes: 2 additions & 2 deletions buildTools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"check": "deno run -A npm:@biomejs/biome check --apply src"
},
"dependencies": {
"change-case": "^5.4.3",
"change-case": "^5.4.4",
"n2words": "^1.19.1",
"simple-icons": "11.12.0"
},
"devDependencies": {
"@biomejs/biome": "1.6.3"
"@biomejs/biome": "1.6.4"
}
}
12 changes: 6 additions & 6 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@
"devDependencies": {
"@tsconfig/node18": "^18.2",
"@types/node": "^20",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/tsconfig": "^0.5",
"eslint": "^8.57.0",
"eslint": "8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.24.0",
"eslint-plugin-vue": "^9.24.1",
"prettier": "^3.2.5",
"sass": "^1.72",
"typescript": "^5.4.3",
"sass": "^1.74",
"typescript": "^5.4.4",
"vite": "^5.2",
"vue-tsc": "^2.0"
}
Expand Down

0 comments on commit 2cbfe99

Please sign in to comment.