@cloudscape-design/collection-hooks
Advanced tools
Comparing version 1.0.60 to 1.0.61
{ | ||
"commit": "8821e40cf9fb0bd3515d71facde835007c1d6fbe" | ||
"commit": "293044a6fa0b862ef1ece5ff8717c9fea107b100" | ||
} |
{ | ||
"name": "@cloudscape-design/collection-hooks", | ||
"version": "1.0.60", | ||
"version": "1.0.61", | ||
"license": "Apache-2.0", | ||
@@ -36,2 +36,26 @@ "repository": { | ||
}, | ||
"devDependencies": { | ||
"@testing-library/react": "^11.2.7", | ||
"@types/react": "^16.14.21", | ||
"@types/react-dom": "^16.9.14", | ||
"@typescript-eslint/eslint-plugin": "^4.33.0", | ||
"@typescript-eslint/parser": "^4.33.0", | ||
"@vitest/coverage-istanbul": "^3.0.5", | ||
"eslint": "^7.32.0", | ||
"eslint-config-prettier": "^6.15.0", | ||
"eslint-plugin-header": "3.1.0", | ||
"eslint-plugin-prettier": "^3.4.1", | ||
"eslint-plugin-react": "^7.27.1", | ||
"eslint-plugin-react-hooks": "^4.3.0", | ||
"eslint-plugin-unicorn": "^11.0.2", | ||
"husky": "^9.0.0", | ||
"jsdom": "^26.0.0", | ||
"lint-staged": "^15.4.3", | ||
"prettier": "^2.5.0", | ||
"react": "^16.14.0", | ||
"react-dom": "^16.14.0", | ||
"rimraf": "^6.0.1", | ||
"typescript": "^5.7.2", | ||
"vitest": "^3.0.5" | ||
}, | ||
"lint-staged": { | ||
@@ -38,0 +62,0 @@ "*.{js,jsx,ts,tsx}": [ |
@@ -7,3 +7,3 @@ ## React hooks for collections in Cloudscape Design System | ||
Cloudscape was built for and is used by Amazon Web Services (AWS) products and services. We created it in 2016 to improve the user experience across AWS web applications, and also to help teams implement those applications faster. Since then, we have continued enhancing the system based on customer feedback and research. | ||
Cloudscape was built for and is used by [Amazon Web Services (AWS)](https://aws.amazon.com/) products and services. We created it in 2016 to improve the user experience across AWS web applications, and also to help teams implement those applications faster. Since then, we have continued enhancing the system based on customer feedback and research. | ||
@@ -24,2 +24,2 @@ You can find [documentation about collection hooks](https://cloudscape.design/get-started/dev-guides/collection-hooks/) on the Cloudscape documentation website. | ||
This project is licensed under the [Apache 2.0 License](https://github.com/cloudscape-design/collection-hooks/blob/main/LICENSE). | ||
This project is licensed under the [Apache 2.0 License](/LICENSE). |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
105603
22