File tree Expand file tree Collapse file tree
packages/react-use-intercom Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 "eslint-plugin-prettier" : " ^4.2.1" ,
2626 "eslint-plugin-simple-import-sort" : " ^10.0.0" ,
2727 "prettier" : " ^2.8.3" ,
28- "turbo" : " ^1.7.0 "
28+ "turbo" : " ^1.7.3 "
2929 }
3030}
Original file line number Diff line number Diff line change 1- config /.env
2- test /config /.env
1+ /coverage /
32
43/cypress /videos
54/cypress /screenshots
Original file line number Diff line number Diff line change 2020 " src"
2121 ],
2222 "engines" : {
23- "node" : " >=10 "
23+ "node" : " >=18 "
2424 },
2525 "exports" : {
2626 "." : {
5353 "e2e:open" : " cypress open" ,
5454 "lint" : " eslint src test" ,
5555 "lint:fix" : " eslint --fix" ,
56- "prepare" : " tsdx build" ,
57- "bundlesize" : " pnpm build && size-limit" ,
58- "release" : " np"
56+ "bundlesize" : " pnpm build && size-limit"
5957 },
6058 "peerDependencies" : {
6159 "react" : " >=16.8.0" ,
6260 "react-dom" : " >=16.8.0"
6361 },
64- "husky" : {
65- "hooks" : {
66- "pre-commit" : " tsdx lint"
67- }
68- },
6962 "size-limit" : [
7063 {
71- "path" : " ./dist/react-use-intercom.cjs.production.min .js" ,
64+ "path" : " ./dist/index .js" ,
7265 "limit" : " 3 kB"
7366 },
7467 {
75- "path" : " ./dist/react-use-intercom.esm.js " ,
68+ "path" : " ./dist/index.mjs " ,
7669 "limit" : " 3 kB"
7770 }
7871 ],
8982 "@types/react" : " ^18.0.20" ,
9083 "@types/react-dom" : " ^18.0.6" ,
9184 "cypress" : " 12.5.1" ,
92- "dotenv" : " ^16.0.0" ,
9385 "eslint-plugin-simple-import-sort" : " ^10.0.0" ,
94- "husky" : " ^7.0.0" ,
9586 "jest" : " ^29.4.1" ,
9687 "jest-environment-jsdom" : " ^29.4.1" ,
97- "jsdom" : " ^16.4.0" ,
98- "np" : " ^7.0.0" ,
9988 "react" : " ^18.2.0" ,
10089 "react-dom" : " ^18.2.0" ,
10190 "react-test-renderer" : " ^18.0.0" ,
10291 "size-limit" : " ^7.0.3" ,
10392 "source-map" : " 0.6.1" ,
10493 "ts-jest" : " ^29.0.5" ,
105- "tsdx" : " ^0.14.1" ,
10694 "tslib" : " ^2.0.3" ,
10795 "tsup" : " ^6.5.0" ,
10896 "typescript" : " ^4.9.4"
You can’t perform that action at this time.
0 commit comments