-
Notifications
You must be signed in to change notification settings - Fork 142
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'v3' into remove-lerna-property
- Loading branch information
Showing
11 changed files
with
778 additions
and
778 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,85 +1,85 @@ | ||
{ | ||
"name": "commerce-sdk-react-preview", | ||
"version": "2.8.0-dev", | ||
"description": "A library that provides react hooks for fetching data from Commerce Cloud", | ||
"homepage": "https://github.com/SalesforceCommerceCloud/pwa-kit/tree/develop/packages/ecom-react-hooks#readme", | ||
"bugs": { | ||
"url": "https://github.com/SalesforceCommerceCloud/pwa-kit/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/SalesforceCommerceCloud/pwa-kit.git" | ||
}, | ||
"license": "See license in LICENSE", | ||
"author": "[email protected]", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"files": [ | ||
"CHANGELOG.md", | ||
"LICENSE", | ||
"+(auth|hooks|scripts)/**/!(*.test*).{ts,js}", | ||
"*.{js,d.ts}", | ||
"!*.test*.{js,d.ts}", | ||
"!test*.*", | ||
"!+(jest|babel).config.js", | ||
"!setup-jest.js" | ||
], | ||
"scripts": { | ||
"build": "cross-env NODE_ENV=production internal-lib-build build && tsc --emitDeclarationOnly", | ||
"build:docs": "typedoc", | ||
"build:watch": "watch 'npm run build' src/", | ||
"format": "internal-lib-build format \"**/*.{js,jsx,ts,tsx}\"", | ||
"lint": "npm run lint:js && tsc --noEmit", | ||
"lint:fix": "npm run lint:js -- --fix", | ||
"lint:js": "internal-lib-build lint \"**/*.{js,jsx,ts,tsx}\"", | ||
"prepare": "npm run build", | ||
"test": "internal-lib-build test", | ||
"test:inspect": "node --inspect-brk jest --runInBand", | ||
"test:watch": "npm test -- --watch", | ||
"typecheck": "tsc --noEmit", | ||
"version": "node ./scripts/version.js" | ||
}, | ||
"dependencies": { | ||
"commerce-sdk-isomorphic": "^1.9.0", | ||
"js-cookie": "^3.0.1", | ||
"jwt-decode": "^3.1.2" | ||
}, | ||
"devDependencies": { | ||
"@tanstack/react-query": "^4.28.0", | ||
"@tanstack/react-query-devtools": "^4.28.0", | ||
"@testing-library/jest-dom": "^5.16.5", | ||
"@testing-library/react": "^12.1.5", | ||
"@testing-library/react-hooks": "^8.0.1", | ||
"@types/js-cookie": "^3.0.3", | ||
"@types/jsonwebtoken": "^8.5.9", | ||
"@types/jwt-decode": "^3.1.0", | ||
"@types/node": "^14.18.40", | ||
"@types/react": "^17.0.53", | ||
"@types/react-dom": "^17.0.19", | ||
"@types/react-helmet": "^6.1.6", | ||
"cross-env": "^5.2.1", | ||
"internal-lib-build": "2.8.0-dev", | ||
"jsonwebtoken": "^8.5.1", | ||
"nock": "^13.3.0", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2", | ||
"react-helmet": "^6.1.0", | ||
"semver": "^7.3.8", | ||
"shelljs": "^0.8.5", | ||
"typedoc": "^0.23.28", | ||
"typescript": "4.8.3", | ||
"watch": "^1.0.2" | ||
}, | ||
"peerDependencies": { | ||
"@tanstack/react-query": "^4", | ||
"react": "^17", | ||
"react-helmet": "6" | ||
}, | ||
"engines": { | ||
"node": "^16.0.0 || ^18.0.0", | ||
"npm": "^7.0.0 || ^8.0.0 || ^9.0.0" | ||
}, | ||
"publishConfig": { | ||
"directory": "dist" | ||
} | ||
"name": "commerce-sdk-react-preview", | ||
"version": "2.8.0-dev", | ||
"description": "A library that provides react hooks for fetching data from Commerce Cloud", | ||
"homepage": "https://github.com/SalesforceCommerceCloud/pwa-kit/tree/develop/packages/ecom-react-hooks#readme", | ||
"bugs": { | ||
"url": "https://github.com/SalesforceCommerceCloud/pwa-kit/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/SalesforceCommerceCloud/pwa-kit.git" | ||
}, | ||
"license": "See license in LICENSE", | ||
"author": "[email protected]", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"files": [ | ||
"CHANGELOG.md", | ||
"LICENSE", | ||
"+(auth|hooks|scripts)/**/!(*.test*).{ts,js}", | ||
"*.{js,d.ts}", | ||
"!*.test*.{js,d.ts}", | ||
"!test*.*", | ||
"!+(jest|babel).config.js", | ||
"!setup-jest.js" | ||
], | ||
"scripts": { | ||
"build": "cross-env NODE_ENV=production internal-lib-build build && tsc --emitDeclarationOnly", | ||
"build:docs": "typedoc", | ||
"build:watch": "watch 'npm run build' src/", | ||
"format": "internal-lib-build format \"**/*.{js,jsx,ts,tsx}\"", | ||
"lint": "npm run lint:js && tsc --noEmit", | ||
"lint:fix": "npm run lint:js -- --fix", | ||
"lint:js": "internal-lib-build lint \"**/*.{js,jsx,ts,tsx}\"", | ||
"prepare": "npm run build", | ||
"test": "internal-lib-build test", | ||
"test:inspect": "node --inspect-brk jest --runInBand", | ||
"test:watch": "npm test -- --watch", | ||
"typecheck": "tsc --noEmit", | ||
"version": "node ./scripts/version.js" | ||
}, | ||
"dependencies": { | ||
"commerce-sdk-isomorphic": "^1.9.0", | ||
"js-cookie": "^3.0.1", | ||
"jwt-decode": "^3.1.2" | ||
}, | ||
"devDependencies": { | ||
"@tanstack/react-query": "^4.28.0", | ||
"@tanstack/react-query-devtools": "^4.28.0", | ||
"@testing-library/jest-dom": "^5.16.5", | ||
"@testing-library/react": "^12.1.5", | ||
"@testing-library/react-hooks": "^8.0.1", | ||
"@types/js-cookie": "^3.0.3", | ||
"@types/jsonwebtoken": "^8.5.9", | ||
"@types/jwt-decode": "^3.1.0", | ||
"@types/node": "^14.18.40", | ||
"@types/react": "^17.0.53", | ||
"@types/react-dom": "^17.0.19", | ||
"@types/react-helmet": "^6.1.6", | ||
"cross-env": "^5.2.1", | ||
"internal-lib-build": "2.8.0-dev", | ||
"jsonwebtoken": "^8.5.1", | ||
"nock": "^13.3.0", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2", | ||
"react-helmet": "^6.1.0", | ||
"semver": "^7.3.8", | ||
"shelljs": "^0.8.5", | ||
"typedoc": "^0.23.28", | ||
"typescript": "4.8.3", | ||
"watch": "^1.0.2" | ||
}, | ||
"peerDependencies": { | ||
"@tanstack/react-query": "^4", | ||
"react": "^17", | ||
"react-helmet": "6" | ||
}, | ||
"engines": { | ||
"node": "^16.0.0 || ^18.0.0", | ||
"npm": "^7.0.0 || ^8.0.0 || ^9.0.0" | ||
}, | ||
"publishConfig": { | ||
"directory": "dist" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,89 +1,89 @@ | ||
{ | ||
"name": "internal-lib-build", | ||
"version": "2.8.0-dev", | ||
"private": true, | ||
"description": "Build tools for *libraries* in the monorepo", | ||
"bugs": { | ||
"url": "https://github.com/SalesforceCommerceCloud/pwa-kit/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/SalesforceCommerceCloud/pwa-kit.git" | ||
}, | ||
"license": "SEE LICENSE IN LICENSE", | ||
"author": "[email protected]", | ||
"bin": { | ||
"internal-lib-build": "./bin/internal-lib-build.js" | ||
}, | ||
"files": [ | ||
"bin", | ||
"configs" | ||
], | ||
"scripts": { | ||
"format": "node ./bin/internal-lib-build.js format \"**/*.{js,jsx}\"", | ||
"lint": "npm run lint:js", | ||
"lint:fix": "npm run lint:js -- --fix", | ||
"lint:js": "node ./bin/internal-lib-build.js lint ." | ||
}, | ||
"dependencies": { | ||
"@babel/cli": "^7.21.0", | ||
"@babel/core": "^7.21.3", | ||
"@babel/parser": "^7.21.3", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.20.7", | ||
"@babel/plugin-transform-async-to-generator": "^7.20.7", | ||
"@babel/plugin-transform-modules-commonjs": "^7.21.2", | ||
"@babel/plugin-transform-object-assign": "^7.18.6", | ||
"@babel/plugin-transform-runtime": "^7.21.0", | ||
"@babel/preset-env": "^7.20.2", | ||
"@babel/preset-react": "^7.18.6", | ||
"@babel/preset-typescript": "^7.21.0", | ||
"@babel/register": "^7.21.0", | ||
"@babel/runtime": "^7.21.0", | ||
"@babel/runtime-corejs2": "^7.21.0", | ||
"@babel/traverse": "^7.21.3", | ||
"@typescript-eslint/eslint-plugin": "^5.56.0", | ||
"@typescript-eslint/parser": "^5.56.0", | ||
"babel-jest": "^26.6.3", | ||
"babel-loader": "^8.3.0", | ||
"babel-plugin-dynamic-import-node-babel-7": "^2.0.7", | ||
"babel-plugin-formatjs": "10.4.0", | ||
"commander": "^9.5.0", | ||
"cross-env": "^5.2.1", | ||
"enzyme": "^3.11.0", | ||
"eslint": "7.32.0", | ||
"eslint-config-prettier": "4.3.0", | ||
"eslint-import-resolver-webpack": "0.13.2", | ||
"eslint-plugin-header": "^3.1.1", | ||
"eslint-plugin-import": "2.27.5", | ||
"eslint-plugin-jsx-a11y": "6.7.1", | ||
"eslint-plugin-prettier": "3.4.1", | ||
"eslint-plugin-react": "^7.32.2", | ||
"jest": "^26.6.3", | ||
"jest-cli": "^26.6.3", | ||
"jest-environment-jsdom": "^26.6.2", | ||
"jest-environment-jsdom-global": "^2.0.4", | ||
"jest-fetch-mock": "^2.1.2", | ||
"prettier": "^2.8.6", | ||
"raf": "^3.4.1", | ||
"regenerator-runtime": "^0.13.11", | ||
"replace-in-file": "^6.3.5", | ||
"rimraf": "2.7.1", | ||
"shelljs": "^0.8.5" | ||
}, | ||
"devDependencies": { | ||
"npm-packlist": "^4.0.0", | ||
"typescript": "4.8.3" | ||
}, | ||
"peerDependencies": { | ||
"typescript": "4.8.3" | ||
}, | ||
"peerDependenciesMeta": { | ||
"typescript": { | ||
"optional": true | ||
} | ||
}, | ||
"engines": { | ||
"node": "^16.0.0 || ^18.0.0", | ||
"npm": "^7.0.0 || ^8.0.0 || ^9.0.0" | ||
"name": "internal-lib-build", | ||
"version": "2.8.0-dev", | ||
"private": true, | ||
"description": "Build tools for *libraries* in the monorepo", | ||
"bugs": { | ||
"url": "https://github.com/SalesforceCommerceCloud/pwa-kit/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/SalesforceCommerceCloud/pwa-kit.git" | ||
}, | ||
"license": "SEE LICENSE IN LICENSE", | ||
"author": "[email protected]", | ||
"bin": { | ||
"internal-lib-build": "./bin/internal-lib-build.js" | ||
}, | ||
"files": [ | ||
"bin", | ||
"configs" | ||
], | ||
"scripts": { | ||
"format": "node ./bin/internal-lib-build.js format \"**/*.{js,jsx}\"", | ||
"lint": "npm run lint:js", | ||
"lint:fix": "npm run lint:js -- --fix", | ||
"lint:js": "node ./bin/internal-lib-build.js lint ." | ||
}, | ||
"dependencies": { | ||
"@babel/cli": "^7.21.0", | ||
"@babel/core": "^7.21.3", | ||
"@babel/parser": "^7.21.3", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.20.7", | ||
"@babel/plugin-transform-async-to-generator": "^7.20.7", | ||
"@babel/plugin-transform-modules-commonjs": "^7.21.2", | ||
"@babel/plugin-transform-object-assign": "^7.18.6", | ||
"@babel/plugin-transform-runtime": "^7.21.0", | ||
"@babel/preset-env": "^7.20.2", | ||
"@babel/preset-react": "^7.18.6", | ||
"@babel/preset-typescript": "^7.21.0", | ||
"@babel/register": "^7.21.0", | ||
"@babel/runtime": "^7.21.0", | ||
"@babel/runtime-corejs2": "^7.21.0", | ||
"@babel/traverse": "^7.21.3", | ||
"@typescript-eslint/eslint-plugin": "^5.56.0", | ||
"@typescript-eslint/parser": "^5.56.0", | ||
"babel-jest": "^26.6.3", | ||
"babel-loader": "^8.3.0", | ||
"babel-plugin-dynamic-import-node-babel-7": "^2.0.7", | ||
"babel-plugin-formatjs": "10.4.0", | ||
"commander": "^9.5.0", | ||
"cross-env": "^5.2.1", | ||
"enzyme": "^3.11.0", | ||
"eslint": "7.32.0", | ||
"eslint-config-prettier": "4.3.0", | ||
"eslint-import-resolver-webpack": "0.13.2", | ||
"eslint-plugin-header": "^3.1.1", | ||
"eslint-plugin-import": "2.27.5", | ||
"eslint-plugin-jsx-a11y": "6.7.1", | ||
"eslint-plugin-prettier": "3.4.1", | ||
"eslint-plugin-react": "^7.32.2", | ||
"jest": "^26.6.3", | ||
"jest-cli": "^26.6.3", | ||
"jest-environment-jsdom": "^26.6.2", | ||
"jest-environment-jsdom-global": "^2.0.4", | ||
"jest-fetch-mock": "^2.1.2", | ||
"prettier": "^2.8.6", | ||
"raf": "^3.4.1", | ||
"regenerator-runtime": "^0.13.11", | ||
"replace-in-file": "^6.3.5", | ||
"rimraf": "2.7.1", | ||
"shelljs": "^0.8.5" | ||
}, | ||
"devDependencies": { | ||
"npm-packlist": "^4.0.0", | ||
"typescript": "4.8.3" | ||
}, | ||
"peerDependencies": { | ||
"typescript": "4.8.3" | ||
}, | ||
"peerDependenciesMeta": { | ||
"typescript": { | ||
"optional": true | ||
} | ||
}, | ||
"engines": { | ||
"node": "^16.0.0 || ^18.0.0", | ||
"npm": "^7.0.0 || ^8.0.0 || ^9.0.0" | ||
} | ||
} |
Oops, something went wrong.