@faceless-ui/jumplist
Advanced tools
Comparing version 1.0.8 to 1.0.9
{ | ||
"name": "@faceless-ui/jumplist", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"main": "dist/index.js", | ||
@@ -8,3 +8,3 @@ "types": "dist/index.d.ts", | ||
"repository": "git@github.com:faceless-ui/jumplist.git", | ||
"description": "A React jumplist library", | ||
"description": "A React library for creating powerful jumplists", | ||
"author": "<dev@trbl.design>", | ||
@@ -23,3 +23,3 @@ "license": "MIT", | ||
"build-demo": "yarn lint && webpack --config webpack.demo.config.js", | ||
"dev": "webpack-dev-server --hot --inline --config webpack.development.config.js", | ||
"dev": "webpack-dev-server --hot --config webpack.development.config.js", | ||
"lint": "eslint .", | ||
@@ -29,7 +29,8 @@ "test": "jest" | ||
"peerDependencies": { | ||
"react": "^18.0.0", | ||
"react-dom": "^18.0.0" | ||
"react": "^16.8.0 || ^17.0.0 || ^18.0.0", | ||
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^26.0.20", | ||
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.5", | ||
"@types/jest": "^27.4.1", | ||
"@types/node": "^14.14.22", | ||
@@ -40,23 +41,22 @@ "@types/react": "^18.0.0", | ||
"@typescript-eslint/parser": "^5.18.0", | ||
"enzyme": "^3.11.0", | ||
"enzyme-adapter-react-16": "^1.15.2", | ||
"eslint": "^7.16.0", | ||
"eslint-plugin-import": "^2.20.0", | ||
"eslint-plugin-jest": "^24.1.3", | ||
"eslint-plugin-jest-dom": "^3.6.5", | ||
"eslint-plugin-jsx-a11y": "^6.2.3", | ||
"eslint": "^8.14.0", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-jest": "^26.1.5", | ||
"eslint-plugin-jest-dom": "^4.0.1", | ||
"eslint-plugin-jsx-a11y": "^6.5.1", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-react": "7.20.0", | ||
"eslint-plugin-react-hooks": "^4.2.0", | ||
"eslint-webpack-plugin": "^2.4.1", | ||
"html-webpack-plugin": "^3.2.0", | ||
"jest": "^25.1.0", | ||
"eslint-plugin-react": "^7.29.4", | ||
"eslint-plugin-react-hooks": "^4.5.0", | ||
"eslint-webpack-plugin": "^3.1.1", | ||
"html-webpack-plugin": "^5.5.0", | ||
"jest": "^28.0.2", | ||
"react": "^18.0.0", | ||
"react-dom": "^18.0.0", | ||
"react-hot-loader": "^4.12.19", | ||
"ts-loader": "^8.0.14", | ||
"react-refresh": "^0.13.0", | ||
"react-refresh-typescript": "^2.0.4", | ||
"ts-loader": "^9.2.9", | ||
"typescript": "^4.6.3", | ||
"webpack": "^4.41.5", | ||
"webpack-cli": "^3.3.9", | ||
"webpack-dev-server": "^3.10.1" | ||
"webpack": "^5.72.0", | ||
"webpack-cli": "^4.9.2", | ||
"webpack-dev-server": "^4.8.1" | ||
}, | ||
@@ -63,0 +63,0 @@ "files": [ |
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
755066