flex-wrap-layout
Advanced tools
Comparing version 0.10.0 to 0.10.1
@@ -1,3 +0,7 @@ | ||
## 0.10.0 (2020/04/29) | ||
## 0.10.1 (2021/05/08) | ||
- Update npm packages | ||
## 0.10.0 (2021/04/29) | ||
- Breaking change: make useDevTools() params more user-friendly | ||
@@ -4,0 +8,0 @@ - Fix: .next-is-wrapped may be present if the next sibling has been removed since the last run |
{ | ||
"name": "flex-wrap-layout", | ||
"version": "0.10.0", | ||
"version": "0.10.1", | ||
"repository": { | ||
@@ -49,12 +49,12 @@ "type": "git", | ||
"@testing-library/react": "^11.2.6", | ||
"@types/jest": "^26.0.22", | ||
"@types/react": "^17.0.3", | ||
"@typescript-eslint/eslint-plugin": "^4.22.0", | ||
"@typescript-eslint/parser": "^4.22.0", | ||
"eslint": "^7.24.0", | ||
"@types/jest": "^26.0.23", | ||
"@types/react-dom": "^17.0.3", | ||
"@typescript-eslint/eslint-plugin": "^4.22.1", | ||
"@typescript-eslint/parser": "^4.22.1", | ||
"eslint": "^7.26.0", | ||
"eslint-config-airbnb": "^18.2.1", | ||
"eslint-config-prettier": "^8.2.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-import": "^2.22.1", | ||
"eslint-plugin-jest": "^24.3.5", | ||
"eslint-plugin-jest-playwright": "^0.2.1", | ||
"eslint-plugin-jest": "^24.3.6", | ||
"eslint-plugin-jest-playwright": "^0.3.2", | ||
"eslint-plugin-jsx-a11y": "^6.4.1", | ||
@@ -65,16 +65,16 @@ "eslint-plugin-prettier": "^3.4.0", | ||
"eslint-plugin-simple-import-sort": "^7.0.0", | ||
"eslint-plugin-unicorn": "^30.0.0", | ||
"eslint-plugin-unicorn": "^31.0.0", | ||
"husky": "^6.0.0", | ||
"jest": "^26.6.3", | ||
"lint-staged": "^10.5.4", | ||
"lint-staged": "^11.0.0", | ||
"prettier": "^2.2.1", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2", | ||
"stylelint": "^13.12.0", | ||
"stylelint": "^13.13.1", | ||
"stylelint-config-prettier": "^8.0.2", | ||
"stylelint-config-twbs-bootstrap": "^2.1.0", | ||
"stylelint-config-twbs-bootstrap": "^2.2.0", | ||
"stylelint-prettier": "^1.2.0", | ||
"ts-jest": "^26.5.5", | ||
"ts-jest": "^26.5.6", | ||
"typescript": "^4.2.4" | ||
} | ||
} |
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
42267