react-social-icons
Advanced tools
Comparing version 6.16.0 to 6.17.0
@@ -0,1 +1,2 @@ | ||
export { default as auth0 } from './auth0.js'; | ||
export { default as bandsintown } from './bandsintown.js'; | ||
@@ -67,2 +68,3 @@ export { default as behance } from './behance.js'; | ||
export { default as xing } from './xing.js'; | ||
export { default as yandex } from './yandex.js'; | ||
export { default as yelp } from './yelp.js'; | ||
@@ -69,0 +71,0 @@ export { default as youtube } from './youtube.js'; |
@@ -0,1 +1,2 @@ | ||
import './icons/auth0.js'; | ||
import './icons/bandsintown.js'; | ||
@@ -67,2 +68,3 @@ import './icons/behance.js'; | ||
import './icons/xing.js'; | ||
import './icons/yandex.js'; | ||
import './icons/yelp.js'; | ||
@@ -69,0 +71,0 @@ import './icons/youtube.js'; |
{ | ||
"name": "react-social-icons", | ||
"version": "6.16.0", | ||
"version": "6.17.0", | ||
"description": "beautiful, easy svg social icons in react", | ||
@@ -15,2 +15,3 @@ "main": "./dist/react-social-icons.cjs", | ||
"./component": "./dist/component.js", | ||
"./auth0": "./dist/icons/auth0.js", | ||
"./bandsintown": "./dist/icons/bandsintown.js", | ||
@@ -82,2 +83,3 @@ "./behance": "./dist/icons/behance.js", | ||
"./xing": "./dist/icons/xing.js", | ||
"./yandex": "./dist/icons/yandex.js", | ||
"./yelp": "./dist/icons/yelp.js", | ||
@@ -103,13 +105,13 @@ "./youtube": "./dist/icons/youtube.js" | ||
"devDependencies": { | ||
"@babel/core": "^7.23.7", | ||
"@babel/plugin-transform-runtime": "^7.23.7", | ||
"@babel/preset-env": "^7.23.8", | ||
"@babel/preset-react": "^7.23.3", | ||
"@babel/core": "^7.24.9", | ||
"@babel/plugin-transform-runtime": "^7.24.7", | ||
"@babel/preset-env": "^7.24.8", | ||
"@babel/preset-react": "^7.24.7", | ||
"@rollup/plugin-babel": "^6.0.4", | ||
"@rollup/plugin-node-resolve": "^15.2.3", | ||
"@testing-library/jest-dom": "^6.2.0", | ||
"@testing-library/react": "^14.1.2", | ||
"@types/react": "^18.2.48", | ||
"@typescript-eslint/parser": "^7.1.0", | ||
"@vitejs/plugin-react": "^4.2.1", | ||
"@testing-library/jest-dom": "^6.4.6", | ||
"@testing-library/react": "^16.0.0", | ||
"@types/react": "^18.3.3", | ||
"@typescript-eslint/parser": "^7.16.1", | ||
"@vitejs/plugin-react": "^4.3.1", | ||
"eslint": "^8.56.0", | ||
@@ -120,19 +122,20 @@ "eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-json": "^3.1.0", | ||
"eslint-plugin-react": "^7.33.2", | ||
"eslint-plugin-react": "^7.35.0", | ||
"global-jsdom": "^24.0.0", | ||
"jsdom": "^24.0.0", | ||
"prettier": "^3.2.2", | ||
"publint": "^0.2.7", | ||
"rollup": "^4.9.5", | ||
"globals": "^15.8.0", | ||
"jsdom": "^24.1.1", | ||
"prettier": "^3.3.3", | ||
"publint": "^0.2.9", | ||
"rollup": "^4.19.0", | ||
"rollup-plugin-copy": "^3.5.0", | ||
"svgo": "^3.2.0", | ||
"typescript": "^5.3.3", | ||
"vite": "^5.0.11", | ||
"vitest": "^1.2.0", | ||
"wrangler": "^3.22.4" | ||
"svgo": "^3.3.2", | ||
"typescript": "^5.5.3", | ||
"vite": "^5.3.4", | ||
"vitest": "^2.0.4", | ||
"wrangler": "^3.65.1" | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.23.8", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0" | ||
"@babel/runtime": "^7.24.8", | ||
"react": "^18.3.1", | ||
"react-dom": "^18.3.1" | ||
}, | ||
@@ -139,0 +142,0 @@ "packageManager": "pnpm@8.15.3", |
Sorry, the diff of this file is not supported yet
144104
79
1098
29
Updated@babel/runtime@^7.24.8
Updatedreact@^18.3.1
Updatedreact-dom@^18.3.1