|
78 | 78 | "report-dir": "cypress-coverage" |
79 | 79 | }, |
80 | 80 | "devDependencies": { |
81 | | - "@babel/core": "^7.15.8", |
82 | | - "@cypress/code-coverage": "^3.9.11", |
83 | | - "@size-limit/preset-small-lib": "^6.0.3", |
84 | | - "@testing-library/cypress": "^8.0.1", |
85 | | - "@types/react": "^17.0.33", |
86 | | - "@types/react-dom": "^17.0.10", |
| 81 | + "@babel/core": "^7.17.5", |
| 82 | + "@cypress/code-coverage": "^3.9.12", |
| 83 | + "@size-limit/preset-small-lib": "^7.0.8", |
| 84 | + "@testing-library/cypress": "^8.0.2", |
| 85 | + "@types/react": "^17.0.40", |
| 86 | + "@types/react-dom": "^17.0.13", |
87 | 87 | "babel-loader": "^8.2.3", |
88 | 88 | "babel-plugin-istanbul": "^6.1.1", |
89 | 89 | "babel-plugin-transform-class-properties": "^6.24.1", |
90 | | - "concurrently": "^6.3.0", |
| 90 | + "concurrently": "^7.0.0", |
91 | 91 | "cross-env": "^7.0.3", |
92 | | - "cypress": "^8.7.0", |
93 | | - "dts-cli": "^0.19.4", |
| 92 | + "cypress": "^9.5.1", |
| 93 | + "dts-cli": "^1.4.0", |
94 | 94 | "eslint-plugin-prettier": "^4.0.0", |
95 | 95 | "husky": "^7.0.4", |
96 | 96 | "merge-cypress-jest-coverage": "^1.7.0", |
97 | 97 | "react": "^17.0.2", |
98 | 98 | "react-dom": "^17.0.2", |
99 | 99 | "react-is": "^17.0.2", |
100 | | - "release-it": "^14.11.6", |
| 100 | + "release-it": "^14.12.5", |
101 | 101 | "rimraf": "^3.0.2", |
102 | | - "size-limit": "^6.0.3", |
| 102 | + "size-limit": "^7.0.8", |
103 | 103 | "start-server-and-test": "^1.14.0", |
104 | 104 | "tslib": "^2.3.1", |
105 | | - "typescript": "^4.4.4" |
| 105 | + "typescript": "^4.6.2" |
106 | 106 | }, |
107 | 107 | "dependencies": {}, |
108 | 108 | "peerDependencies": { |
109 | 109 | "react": ">=16.8" |
110 | 110 | }, |
111 | 111 | "publishConfig": { |
| 112 | + "access": "public", |
112 | 113 | "registry": "https://registry.npmjs.org/" |
113 | 114 | } |
114 | 115 | } |
0 commit comments