react-stick
Advanced tools
Comparing version 5.0.1 to 5.0.2
{ | ||
"name": "react-stick", | ||
"version": "5.0.1", | ||
"version": "5.0.2", | ||
"description": "React component to stick a portaled node to an anchor node", | ||
@@ -40,31 +40,31 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@commitlint/cli": "17.0.3", | ||
"@commitlint/config-conventional": "17.0.3", | ||
"@commitlint/prompt-cli": "17.0.3", | ||
"@cypress/code-coverage": "^3.10.0", | ||
"@cypress/react": "^6.0.0", | ||
"@cypress/vite-dev-server": "^3.0.0", | ||
"@testing-library/cypress": "^8.0.3", | ||
"@types/react": "16.14.28", | ||
"@types/react-dom": "^16.9.16", | ||
"@vitejs/plugin-react": "2.0.0", | ||
"@commitlint/cli": "17.1.2", | ||
"@commitlint/config-conventional": "17.1.0", | ||
"@commitlint/prompt-cli": "17.1.2", | ||
"@cypress/code-coverage": "3.10.0", | ||
"@cypress/react": "6.2.0", | ||
"@cypress/vite-dev-server": "3.1.1", | ||
"@testing-library/cypress": "8.0.3", | ||
"@types/react": "16.14.31", | ||
"@types/react-dom": "16.9.16", | ||
"@vitejs/plugin-react": "2.1.0", | ||
"condition-circle": "2.0.2", | ||
"core-js": "3.24.0", | ||
"cypress": "10.3.1", | ||
"eslint": "8.20.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"core-js": "3.25.1", | ||
"cypress": "10.7.0", | ||
"eslint": "8.23.1", | ||
"eslint-config-prettier": "8.5.0", | ||
"eslint-config-react-app": "7.0.1", | ||
"eslint-plugin-prettier": "4.2.1", | ||
"glamor": "2.20.40", | ||
"husky": "^8.0.1", | ||
"husky": "8.0.1", | ||
"lint-staged": "13.0.3", | ||
"prettier": "2.7.1", | ||
"react": "^16.14.0", | ||
"react-dom": "^16.14.0", | ||
"react": "16.14.0", | ||
"react-dom": "16.14.0", | ||
"rimraf": "3.0.2", | ||
"semantic-release": "19.0.3", | ||
"semantic-release": "19.0.5", | ||
"substyle-glamor": "4.1.2", | ||
"typescript": "4.7.4", | ||
"vite": "3.0.3", | ||
"vite-plugin-istanbul": "2.9.0" | ||
"typescript": "4.8.3", | ||
"vite": "3.1.0", | ||
"vite-plugin-istanbul": "3.0.1" | ||
}, | ||
@@ -105,3 +105,3 @@ "peerDependencies": { | ||
"ramda": "0.28.0", | ||
"npm-cli": "8.15.0", | ||
"npm": "8.15.0", | ||
"find-versions": { | ||
@@ -108,0 +108,0 @@ "semver-regex": "3.1.4" |
145905