Skip to content

Commit

Permalink
feat: Bump simple-icons@11.7x and Bump vite@5.0.11 (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
wootsbot committed Mar 7, 2024
1 parent a75f6f1 commit 93c1465
Show file tree
Hide file tree
Showing 5 changed files with 11,007 additions and 3,029 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 11.1.0](https://github.com/simple-icons/simple-icons/releases/tag/11.1.0)
This package provides the [Simple Icons 11.7.0](https://github.com/simple-icons/simple-icons/releases/tag/11.7.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: 7 additions & 7 deletions package.json
Expand Up @@ -69,15 +69,15 @@
"bundlesize": [
{
"path": "./index.cjs",
"maxSize": "65 kB"
"maxSize": "70 kB"
},
{
"path": "./index.mjs",
"maxSize": "35 kB"
"maxSize": "70 kB"
},
{
"path": "./index.d.ts",
"maxSize": "35 kB"
"maxSize": "70 kB"
}
],
"devDependencies": {
Expand All @@ -96,12 +96,12 @@
"react": "^18.2.0",
"rimraf": "^3.0.2",
"signale": "^1.4.0",
"simple-icons": "11.1.0",
"turbo": "1.11.3",
"simple-icons": "11.7.0",
"turbo": "1.12.5",
"typescript": "4.7.3",
"uppercamelcase": "3.0.0",
"vite": "5.0.11",
"vite-plugin-dts": "3.7.1"
"vite": "5.1.5",
"vite-plugin-dts": "3.7.3"
},
"peerDependencies": {
"react": "^16.13 || ^17 || ^18"
Expand Down
120 changes: 49 additions & 71 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 93c1465

Please sign in to comment.