react-stick
Advanced tools
Comparing version 5.0.2 to 5.0.3
{ | ||
"name": "react-stick", | ||
"version": "5.0.2", | ||
"version": "5.0.3", | ||
"description": "React component to stick a portaled node to an anchor node", | ||
@@ -14,3 +14,2 @@ "main": "lib/index.js", | ||
"license": "MIT", | ||
"sideEffects": false, | ||
"scripts": { | ||
@@ -41,16 +40,16 @@ "commit": "commit", | ||
"devDependencies": { | ||
"@commitlint/cli": "17.1.2", | ||
"@commitlint/config-conventional": "17.1.0", | ||
"@commitlint/prompt-cli": "17.1.2", | ||
"@commitlint/cli": "17.2.0", | ||
"@commitlint/config-conventional": "17.2.0", | ||
"@commitlint/prompt-cli": "17.2.0", | ||
"@cypress/code-coverage": "3.10.0", | ||
"@cypress/react": "6.2.0", | ||
"@cypress/vite-dev-server": "3.1.1", | ||
"@cypress/react": "7.0.1", | ||
"@cypress/vite-dev-server": "4.0.1", | ||
"@testing-library/cypress": "8.0.3", | ||
"@types/react": "16.14.31", | ||
"@types/react-dom": "16.9.16", | ||
"@vitejs/plugin-react": "2.1.0", | ||
"@types/react": "16.14.34", | ||
"@types/react-dom": "16.9.17", | ||
"@vitejs/plugin-react": "2.2.0", | ||
"condition-circle": "2.0.2", | ||
"core-js": "3.25.1", | ||
"cypress": "10.7.0", | ||
"eslint": "8.23.1", | ||
"core-js": "3.26.0", | ||
"cypress": "10.11.0", | ||
"eslint": "8.27.0", | ||
"eslint-config-prettier": "8.5.0", | ||
@@ -60,3 +59,3 @@ "eslint-config-react-app": "7.0.1", | ||
"glamor": "2.20.40", | ||
"husky": "8.0.1", | ||
"husky": "8.0.2", | ||
"lint-staged": "13.0.3", | ||
@@ -69,5 +68,5 @@ "prettier": "2.7.1", | ||
"substyle-glamor": "4.1.2", | ||
"typescript": "4.8.3", | ||
"vite": "3.1.0", | ||
"vite-plugin-istanbul": "3.0.1" | ||
"typescript": "4.8.4", | ||
"vite": "3.2.3", | ||
"vite-plugin-istanbul": "3.0.2" | ||
}, | ||
@@ -108,3 +107,3 @@ "peerDependencies": { | ||
"ramda": "0.28.0", | ||
"npm": "8.15.0", | ||
"npm": "8.19.1", | ||
"find-versions": { | ||
@@ -111,0 +110,0 @@ "semver-regex": "3.1.4" |
145882