|
1 | 1 | {
|
2 | 2 | "name": "react-input-suggestions",
|
3 |
| - "version": "1.0.2", |
| 3 | + "version": "2.0.0", |
4 | 4 | "description": "A React input component with pluggable suggestions and autocomplete",
|
5 | 5 | "keywords": [
|
6 | 6 | "react",
|
|
26 | 26 | ],
|
27 | 27 | "scripts": {
|
28 | 28 | "prebuild": "npx rimraf dist",
|
29 |
| - "build": "node esbuild/build.js", |
| 29 | + "build": "node esbuild.config.js build", |
30 | 30 | "postbuild": "tsc --project tsconfig.build.json",
|
31 |
| - "predeploy": "node esbuild/dev.js", |
| 31 | + "predeploy": "node esbuild.config.js dev", |
32 | 32 | "deploy": "gh-pages -d public",
|
33 |
| - "dev": "node esbuild/dev.js --watch", |
| 33 | + "dev": "node esbuild.config.js dev --watch", |
34 | 34 | "lint": "yarn lint:scripts && yarn lint:styles",
|
35 | 35 | "lint:scripts": "eslint 'src/**/*.ts*' --ignore-path=.eslintignore --config=.eslintrc.json",
|
36 | 36 | "lint:styles": "stylelint 'src/**/*.ts*'",
|
|
39 | 39 | "type": "tsc --noEmit"
|
40 | 40 | },
|
41 | 41 | "dependencies": {
|
42 |
| - "@emotion/react": "^11.8.1", |
| 42 | + "@emotion/react": "^11.8.2", |
43 | 43 | "@emotion/styled": "^11.8.1",
|
44 |
| - "react": "^17.0.2", |
45 |
| - "react-dom": "^17.0.2", |
| 44 | + "react": "^18.0.0", |
| 45 | + "react-dom": "^18.0.0", |
46 | 46 | "react-string-replace": "^1.0.0"
|
47 | 47 | },
|
48 | 48 | "devDependencies": {
|
49 |
| - "@adhamu/zero": "^3.0.1", |
| 49 | + "@adhamu/zero": "^4.0.0", |
50 | 50 | "@emotion/jest": "^11.8.0",
|
51 | 51 | "@stylelint/postcss-css-in-js": "^0.37.2",
|
52 |
| - "@testing-library/jest-dom": "^5.16.2", |
53 |
| - "@testing-library/react": "^12.1.4", |
54 |
| - "@testing-library/react-hooks": "^7.0.2", |
55 |
| - "@testing-library/user-event": "^13.5.0", |
| 52 | + "@testing-library/jest-dom": "^5.16.4", |
| 53 | + "@testing-library/react": "^13.1.1", |
| 54 | + "@testing-library/user-event": "^14.1.1", |
56 | 55 | "@types/jest": "^27.4.1",
|
57 |
| - "@types/react": "^17.0.39", |
58 |
| - "@types/react-dom": "^17.0.13", |
| 56 | + "@types/react": "^18.0.5", |
| 57 | + "@types/react-dom": "^18.0.1", |
59 | 58 | "chokidar": "^3.5.3",
|
60 |
| - "esbuild": "^0.14.25", |
| 59 | + "esbuild": "^0.14.36", |
61 | 60 | "gh-pages": "^3.2.3",
|
62 | 61 | "jest": "^27.5.1",
|
63 | 62 | "live-server": "^1.2.1",
|
64 | 63 | "postcss-syntax": "^0.36.2",
|
65 |
| - "ts-jest": "^27.1.3", |
66 |
| - "typescript": "^4.6.2" |
| 64 | + "ts-jest": "^27.1.4", |
| 65 | + "typescript": "^4.6.3" |
67 | 66 | },
|
68 | 67 | "peerDependencies": {
|
69 |
| - "react": "^17.0.2", |
70 |
| - "react-dom": "^17.0.2" |
| 68 | + "react": "^18.0.0", |
| 69 | + "react-dom": "^18.0.0" |
71 | 70 | }
|
72 | 71 | }
|
0 commit comments