@einride/hooks
Advanced tools
Comparing version 1.7.9 to 1.8.0
{ | ||
"name": "@einride/hooks", | ||
"version": "1.7.9", | ||
"version": "1.8.0", | ||
"description": "Reusable React hooks", | ||
"scripts": { | ||
"build": "rollup --config", | ||
"commitlint": "commitlint --from origin/main --to HEAD", | ||
"commitlint": "commitlint --from origin/master --to HEAD", | ||
"format": "prettier --write .", | ||
@@ -15,23 +15,23 @@ "format-check": "prettier --check .", | ||
"devDependencies": { | ||
"@commitlint/cli": "17.6.1", | ||
"@commitlint/config-conventional": "17.6.1", | ||
"@einride/eslint-plugin": "6.26.0", | ||
"@einride/prettier-config": "2.0.0", | ||
"@einride/tsconfig": "2.0.0", | ||
"@rollup/plugin-typescript": "11.1.0", | ||
"@testing-library/jest-dom": "5.16.5", | ||
"@testing-library/react": "14.0.0", | ||
"@types/react": "18.0.38", | ||
"@types/react-dom": "18.0.11", | ||
"@vitejs/plugin-react": "4.0.0", | ||
"concurrently": "8.0.1", | ||
"eslint": "8.39.0", | ||
"jsdom": "21.1.1", | ||
"prettier": "2.8.8", | ||
"@commitlint/cli": "19.2.1", | ||
"@commitlint/config-conventional": "19.1.0", | ||
"@einride/eslint-plugin": "7.9.0", | ||
"@einride/prettier-config": "2.1.0", | ||
"@einride/tsconfig": "2.1.0", | ||
"@rollup/plugin-typescript": "11.1.6", | ||
"@testing-library/jest-dom": "6.4.2", | ||
"@testing-library/react": "14.2.1", | ||
"@types/react": "18.2.67", | ||
"@types/react-dom": "18.2.22", | ||
"@vitejs/plugin-react": "4.2.1", | ||
"concurrently": "8.2.2", | ||
"eslint": "8.57.0", | ||
"jsdom": "24.0.0", | ||
"prettier": "3.2.5", | ||
"react": "18.2.0", | ||
"react-dom": "18.2.0", | ||
"semantic-release": "21.0.1", | ||
"typescript": "5.0.4", | ||
"vite": "4.3.1", | ||
"vitest": "0.30.1" | ||
"semantic-release": "23.0.5", | ||
"typescript": "5.4.2", | ||
"vite": "5.1.6", | ||
"vitest": "1.4.0" | ||
}, | ||
@@ -38,0 +38,0 @@ "peerDependencies": { |
@@ -21,3 +21,3 @@ # @einride/hooks | ||
Take a look in the [hooks folder](https://github.com/einride/hooks/tree/main/src/hooks) to see | ||
Take a look in the [hooks folder](https://github.com/einride/hooks/tree/master/src/hooks) to see | ||
available hooks. | ||
@@ -27,3 +27,3 @@ | ||
See [Contributing Guide](https://github.com/einride/hooks/blob/main/CONTRIBUTING.md). | ||
See [Contributing Guide](https://github.com/einride/hooks/blob/master/CONTRIBUTING.md). | ||
@@ -30,0 +30,0 @@ ## License |
13138