@prezly/icons
Advanced tools
Comparing version 0.3.0 to 0.3.1
{ | ||
"name": "@prezly/icons", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Prezly designed icons to be used in React applications", | ||
@@ -49,9 +49,9 @@ "module": "dist/esm/index.js", | ||
"peerDependencies": { | ||
"react": "^17.x", | ||
"react-dom": "^17.x" | ||
"react": "^17.x || ^18.x", | ||
"react-dom": "^17.x || ^18.x" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "7.18.5", | ||
"@babel/preset-react": "7.17.12", | ||
"@babel/preset-typescript": "7.17.12", | ||
"@babel/core": "7.18.6", | ||
"@babel/preset-react": "7.18.6", | ||
"@babel/preset-typescript": "7.18.6", | ||
"@prezly/eslint-config": "4.2.0", | ||
@@ -71,12 +71,12 @@ "@rollup/plugin-commonjs": "22.0.1", | ||
"@svgr/webpack": "6.2.1", | ||
"@types/jest": "28.1.3", | ||
"@types/jest": "28.1.4", | ||
"@types/node": "17.0.40", | ||
"@types/react": "17.0.47", | ||
"@types/react-dom": "17.0.17", | ||
"@types/react": "^18.0.14", | ||
"@types/react-dom": "^18.0.5", | ||
"babel-loader": "8.2.5", | ||
"chromatic": "6.6.3", | ||
"chromatic": "6.7.0", | ||
"eslint": "8.18.0", | ||
"eslint-plugin-storybook": "0.5.13", | ||
"install-peers-cli": "2.2.0", | ||
"jest": "28.1.1", | ||
"jest": "28.1.2", | ||
"np": "7.6.2", | ||
@@ -83,0 +83,0 @@ "prettier": "2.7.1", |
152284