Skip to content

Commit

Permalink
feat: Bump [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
wootsbot committed Aug 16, 2024
1 parent e89b613 commit b893849
Show file tree
Hide file tree
Showing 7 changed files with 1,635 additions and 2,353 deletions.
5 changes: 5 additions & 0 deletions .changeset/brown-bobcats-dance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@icons-pack/react-simple-icons': major
---

Bump [email protected]
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ index.cjs
index.d.ts
index.mjs
types.d.ts
index.d.mts
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# react-simple-icons

This package provides the [Simple Icons 12.4.0](https://github.com/simple-icons/simple-icons/releases/tag/12.4.0)
This package provides the [Simple Icons 13.5.0](https://github.com/simple-icons/simple-icons/releases/tag/13.5.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
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"url": "git+https://github.com/icons-pack/react-simple-icons.git",
"directory": "react-simple-icons"
},
"packageManager": "pnpm@9.4.0",
"packageManager": "pnpm@9.7.1",
"license": "MIT",
"author": "Jorge Luis Calleja <[email protected]>",
"main": "./index.cjs",
Expand Down Expand Up @@ -82,27 +82,27 @@
}
],
"devDependencies": {
"@changesets/changelog-github": "0.4.8",
"@changesets/cli": "2.26.2",
"@commitlint/cli": "17.6.7",
"@commitlint/config-conventional": "17.6.7",
"@types/node": "20.4.9",
"@types/react": "18.2.19",
"@vitejs/plugin-react": "4.2.1",
"bundlesize": "0.18.1",
"husky": "8.0.3",
"lint-staged": "13.2.3",
"prettier": "2.8.4",
"prettier-eslint": "^15.0.1",
"react": "^18.2.0",
"rimraf": "^3.0.2",
"signale": "^1.4.0",
"simple-icons": "12.4.0",
"turbo": "1.12.5",
"typescript": "4.7.3",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.7",
"@commitlint/cli": "19.4.0",
"@commitlint/config-conventional": "19.2.2",
"@types/node": "22.3.0",
"@types/react": "^18",
"@vitejs/plugin-react": "4.3.1",
"bundlesize": "0.18.2",
"husky": "9.1.4",
"lint-staged": "15.2.9",
"prettier": "3.3.3",
"prettier-eslint": "16.3.0",
"react": "^18",
"rimraf": "6.0.1",
"signale": "1.4.0",
"simple-icons": "13.5.0",
"turbo": "2.0.14",
"typescript": "5.5.4",
"uppercamelcase": "3.0.0",
"vite": "5.1.5",
"vite-plugin-dts": "3.7.3"
"vite": "5.4.1",
"vite-plugin-dts": "4.0.3"
},
"peerDependencies": {
"react": "^16.13 || ^17 || ^18"
Expand Down
Loading

0 comments on commit b893849

Please sign in to comment.