Skip to content

Commit

Permalink
Rfc/update vite (#210)
Browse files Browse the repository at this point in the history
* feat: Bump simple-icons@11.1.0 and Bump vite@5.0.11

* feat: Bump simple-icons@11.1.0 and Bump vite@5.0.11
  • Loading branch information
wootsbot committed Jan 16, 2024
1 parent 7ca50c6 commit 7370919
Show file tree
Hide file tree
Showing 6 changed files with 602 additions and 283 deletions.
5 changes: 5 additions & 0 deletions .changeset/fresh-panthers-switch.md
@@ -0,0 +1,5 @@
---
'@icons-pack/react-simple-icons': minor
---

Bump simple-icons@11.1.0 and Bump vite@5.0.11
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -3,7 +3,7 @@

# react-simple-icons

This package provides the [Simple Icons 10.1.0](https://github.com/simple-icons/simple-icons/releases/tag/10.1.0)
This package provides the [Simple Icons 11.1.0](https://github.com/simple-icons/simple-icons/releases/tag/11.1.0)
packaged as a set of [React](https://facebook.github.io/react/) components.

<a href="https://www.npmjs.com/package/@icons-pack/react-simple-icons" target="_blank">
Expand Down
14 changes: 8 additions & 6 deletions package.json
Expand Up @@ -41,7 +41,9 @@
"files": [
"./src/icons",
"icons",
"*.d.ts*",
"index.d.ts",
"types.d.ts",
"*.d.ts",
"*.js",
"*.mjs",
"*.cjs"
Expand Down Expand Up @@ -85,7 +87,7 @@
"@commitlint/config-conventional": "17.6.7",
"@types/node": "20.4.9",
"@types/react": "18.2.19",
"@vitejs/plugin-react": "4.0.4",
"@vitejs/plugin-react": "4.2.1",
"bundlesize": "0.18.1",
"husky": "8.0.3",
"lint-staged": "13.2.3",
Expand All @@ -94,12 +96,12 @@
"react": "^18.2.0",
"rimraf": "^3.0.2",
"signale": "^1.4.0",
"simple-icons": "10.1.0",
"turbo": "1.10.12",
"simple-icons": "11.1.0",
"turbo": "1.11.3",
"typescript": "4.7.3",
"uppercamelcase": "3.0.0",
"vite": "4.4.9",
"vite-plugin-dts": "3.5.1"
"vite": "5.0.11",
"vite-plugin-dts": "3.7.1"
},
"peerDependencies": {
"react": "^16.13 || ^17 || ^18"
Expand Down

0 comments on commit 7370919

Please sign in to comment.