haystack-react
Advanced tools
Comparing version 3.0.7 to 3.0.8
{ | ||
"name": "haystack-react", | ||
"version": "3.0.7", | ||
"version": "3.0.8", | ||
"description": "Project Haystack utilities for building React applications", | ||
@@ -29,19 +29,19 @@ "main": "dist/index", | ||
"devDependencies": { | ||
"@types/react": "^18.0.15", | ||
"@types/react": "^18.0.17", | ||
"@types/react-dom": "^18.0.6", | ||
"@typescript-eslint/eslint-plugin": "^5.30.7", | ||
"@typescript-eslint/parser": "^5.30.7", | ||
"eslint": "^8.20.0", | ||
"@typescript-eslint/eslint-plugin": "^5.33.0", | ||
"@typescript-eslint/parser": "^5.33.0", | ||
"eslint": "^8.22.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"eslint-plugin-react": "^7.30.1", | ||
"haystack-core": "^2.0.34", | ||
"haystack-nclient": "^3.0.22", | ||
"haystack-units": "^1.0.17", | ||
"haystack-core": "^2.0.35", | ||
"haystack-nclient": "^3.0.24", | ||
"haystack-units": "^1.0.18", | ||
"husky": "^8.0.1", | ||
"lint-staged": "^13.0.3", | ||
"prettier-eslint": "^15.0.1", | ||
"prettier-eslint-cli": "^6.0.1", | ||
"prettier-eslint-cli": "^7.0.0", | ||
"rimraf": "3.0.2", | ||
"typedoc": "^0.23.8", | ||
"typedoc": "^0.23.10", | ||
"typescript": "^4.7.4" | ||
@@ -54,5 +54,5 @@ }, | ||
"peerDependencies": { | ||
"haystack-core": "^2.0.34", | ||
"haystack-nclient": "^3.0.22", | ||
"haystack-units": "^1.0.17" | ||
"haystack-core": "^2.0.35", | ||
"haystack-nclient": "^3.0.24", | ||
"haystack-units": "^1.0.18" | ||
}, | ||
@@ -59,0 +59,0 @@ "husky": { |
86041