@constructor-io/constructorio-ui-autocomplete
Advanced tools
Comparing version 1.23.1 to 1.23.2
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.default = '1.23.1'; | ||
exports.default = '1.23.2'; |
@@ -1,1 +0,1 @@ | ||
export default '1.23.1'; | ||
export default '1.23.2'; |
@@ -1,2 +0,2 @@ | ||
declare const _default: "1.23.1"; | ||
declare const _default: "1.23.2"; | ||
export default _default; |
{ | ||
"name": "@constructor-io/constructorio-ui-autocomplete", | ||
"version": "1.23.1", | ||
"version": "1.23.2", | ||
"description": "Constructor.io Autocomplete UI library for web applications", | ||
@@ -36,2 +36,3 @@ "main": "lib/cjs/index.js", | ||
"dev": "storybook dev -p 6006", | ||
"test": "jest", | ||
"storybook:ci": "storybook dev --ci --quiet -p 6006", | ||
@@ -76,2 +77,5 @@ "test-storybook": "test-storybook", | ||
"@storybook/testing-library": "^0.1.0", | ||
"@testing-library/jest-dom": "^6.4.5", | ||
"@testing-library/react": "^16.0.0", | ||
"@types/jest": "^29.5.12", | ||
"@types/react": "^18.0.20", | ||
@@ -87,3 +91,3 @@ "@types/react-dom": "^18.0.6", | ||
"eslint-plugin-jsx-a11y": "^6.6.1", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"eslint-plugin-prettier": "^5.1.3", | ||
"eslint-plugin-react": "^7.31.11", | ||
@@ -93,2 +97,5 @@ "eslint-plugin-react-hooks": "^4.6.0", | ||
"husky": "^8.0.1", | ||
"jest": "^29.7.0", | ||
"jest-environment-jsdom": "^29.7.0", | ||
"jest-fail-on-console": "^3.3.0", | ||
"license-checker": "^25.0.1", | ||
@@ -99,2 +106,3 @@ "react": "^18.2.0", | ||
"storybook": "^7.6.6", | ||
"ts-jest": "^29.1.5", | ||
"typescript": "^4.8.3", | ||
@@ -101,0 +109,0 @@ "vite": "^4.3.7", |
Sorry, the diff of this file is too big to display
488414
41