react-chrono
Advanced tools
Comparing version 1.15.1 to 1.15.2
@@ -0,2 +1,3 @@ | ||
/// <reference types="react" /> | ||
declare function SvgComponent(): JSX.Element; | ||
export default SvgComponent; |
@@ -0,2 +1,3 @@ | ||
/// <reference types="react" /> | ||
declare function SvgComponent(): JSX.Element; | ||
export default SvgComponent; |
@@ -0,2 +1,3 @@ | ||
/// <reference types="react" /> | ||
declare function SvgComponent(): JSX.Element; | ||
export default SvgComponent; |
@@ -43,4 +43,2 @@ /// <reference types="react" /> | ||
} & import("react").ClassAttributes<HTMLButtonElement> & import("react").ButtonHTMLAttributes<HTMLButtonElement> & { | ||
children?: import("react").ReactNode; | ||
} & { | ||
theme?: import("@emotion/react").Theme | undefined; | ||
@@ -54,5 +52,3 @@ }, {}, {}>; | ||
} & import("react").ClassAttributes<HTMLButtonElement> & import("react").ButtonHTMLAttributes<HTMLButtonElement> & { | ||
children?: import("react").ReactNode; | ||
} & { | ||
theme?: import("@emotion/react").Theme | undefined; | ||
}, {}, {}>; |
{ | ||
"name": "react-chrono", | ||
"version": "1.15.1", | ||
"version": "1.15.2", | ||
"license": "MIT", | ||
@@ -28,3 +28,3 @@ "description": "A Modern Timeline component for React", | ||
"lint:css": "stylelint src/**/*style.ts --custom-syntax @stylelint/postcss-css-in-js", | ||
"rollup": "rimraf ./dist && rollup -c", | ||
"rollup": "rollup -c", | ||
"snyk": "snyk test", | ||
@@ -46,8 +46,8 @@ "prepare": "husky install", | ||
"devDependencies": { | ||
"@babel/core": "^7.17.10", | ||
"@babel/plugin-proposal-optional-chaining": "^7.16.7", | ||
"@babel/plugin-transform-runtime": "^7.17.10", | ||
"@babel/preset-env": "^7.17.10", | ||
"@babel/preset-react": "^7.16.7", | ||
"@babel/preset-typescript": "^7.16.7", | ||
"@babel/core": "^7.18.0", | ||
"@babel/plugin-proposal-optional-chaining": "^7.17.12", | ||
"@babel/plugin-transform-runtime": "^7.18.0", | ||
"@babel/preset-env": "^7.18.0", | ||
"@babel/preset-react": "^7.17.12", | ||
"@babel/preset-typescript": "^7.17.12", | ||
"@emotion/babel-plugin": "^11.9.2", | ||
@@ -66,11 +66,11 @@ "@rollup/plugin-babel": "^5.3.1", | ||
"@types/jest": "^27.5.1", | ||
"@types/node": "^17.0.33", | ||
"@types/react": "^17.0.39", | ||
"@types/react-dom": "^17.0.13", | ||
"@types/node": "^17.0.35", | ||
"@types/react": "^18.0.9", | ||
"@types/react-dom": "^18.0.4", | ||
"@types/react-router-dom": "^5.3.3", | ||
"@typescript-eslint/eslint-plugin": "^5.23.0", | ||
"@typescript-eslint/parser": "^5.23.0", | ||
"@typescript-eslint/eslint-plugin": "^5.25.0", | ||
"@typescript-eslint/parser": "^5.25.0", | ||
"@vitejs/plugin-react": "^1.3.2", | ||
"babel-loader": "^8.2.5", | ||
"cssnano": "^5.1.7", | ||
"cssnano": "^5.1.8", | ||
"cypress": "^9.6.1", | ||
@@ -81,29 +81,30 @@ "eslint": "^8.15.0", | ||
"eslint-plugin-jsx-a11y": "^6.4.1", | ||
"eslint-plugin-react": "^7.29.4", | ||
"eslint-plugin-react": "^7.30.0", | ||
"eslint-plugin-sort-keys-fix": "^1.1.2", | ||
"eslint-plugin-typescript-sort-keys": "^2.1.0", | ||
"husky": "^7.0.4", | ||
"husky": "^8.0.1", | ||
"jest": "^28.1.0", | ||
"lint-staged": "^12.4.1", | ||
"postcss": "^8.4.13", | ||
"postcss": "^8.4.14", | ||
"postcss-syntax": "^0.36.2", | ||
"prettier": "^2.6.2", | ||
"pretty-quick": "^3.1.3", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2", | ||
"react-is": "^17.0.2", | ||
"react": "^18.1.0", | ||
"react-dom": "^18.1.0", | ||
"react-is": "^18.1.0", | ||
"react-router-dom": "^6.3.0", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.73.0", | ||
"rollup": "^2.74.1", | ||
"rollup-plugin-delete": "^2.0.0", | ||
"rollup-plugin-postcss": "^4.0.2", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"rollup-plugin-typescript2": "^0.31.2", | ||
"snyk": "^1.931.0", | ||
"snyk": "^1.934.0", | ||
"start-server-and-test": "^1.14.0", | ||
"stylelint": "^14.8.2", | ||
"stylelint-config-recommended": "^6.0.0", | ||
"stylelint-config-recommended": "^7.0.0", | ||
"stylelint-config-styled-components": "^0.1.1", | ||
"stylelint-order": "^5.0.0", | ||
"stylelint-processor-styled-components": "^1.10.0", | ||
"ts-jest": "^27.1.4", | ||
"ts-jest": "^28.0.2", | ||
"typescript": "^4.6.4", | ||
@@ -113,4 +114,4 @@ "vite": "^2.9.9" | ||
"peerDependencies": { | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2" | ||
"react": "^18.1.0", | ||
"react-dom": "^18.1.0" | ||
}, | ||
@@ -117,0 +118,0 @@ "resolutions": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
343160
63
1988