@tivio/sdk-react 9.1.2 → 9.1.3-alpha2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tivio/sdk-react",
3
- "version": "9.1.2",
3
+ "version": "9.1.3-alpha2",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",
6
6
  "source": "src/index.ts",
@@ -12,6 +12,9 @@
12
12
  "build": "yarn clean && webpack",
13
13
  "build:dev": "cat ./.env.dev > ./.env && yarn build --config=webpack.config.dev.js && yarn typesRollup",
14
14
  "build:prod": "cat ./.env.prod > ./.env && yarn build --config=webpack.config.prod.js && yarn typesRollup",
15
+ "turbo:build:libs:dev": "yarn build:dev",
16
+ "turbo:build:libs:prod": "yarn build:prod",
17
+ "build:ci": "yarn build:prod",
15
18
  "build:local": "bash ./scripts/build_with_local_bundle.sh && yarn typesRollup",
16
19
  "release": "ts-node ./scripts/release.ts -p=sdk-react -c=README.md",
17
20
  "release:patch": "yarn release -r=patch",
@@ -19,6 +22,7 @@
19
22
  "release:major": "yarn release -r=major",
20
23
  "start": "yarn ts-node ./scripts/start.ts",
21
24
  "test": "yarn jest --config=./jest.config.js",
25
+ "test:ci": "yarn test",
22
26
  "clean": "rm -rf dist",
23
27
  "prepublishOnly": "yarn && yarn build:prod && yarn ts-node ./scripts/prepublish.ts",
24
28
  "postpublish": "yarn ts-node ./scripts/postpublish.ts",
@@ -52,8 +56,9 @@
52
56
  "@testing-library/jest-dom": "^5.11.9",
53
57
  "@testing-library/react": "^15.0.2",
54
58
  "@testing-library/user-event": "^12.1.10",
59
+ "@tivio/build-utils": "*",
55
60
  "@tivio/types": "*",
56
- "@types/jest": "^27.5.2",
61
+ "@types/jest": "^29.5.12",
57
62
  "@types/node": "^12.0.0",
58
63
  "@types/node-fetch": "^2.5.8",
59
64
  "@types/react": "^18.0.28",
@@ -61,21 +66,18 @@
61
66
  "@types/react-router-dom": "^5.1.6",
62
67
  "@types/react-virtualized": "^9.21.21",
63
68
  "@types/styled-components": "^5.1.7",
64
- "@typescript-eslint/eslint-plugin": "^5.30.5",
65
- "@typescript-eslint/parser": "^5.30.5",
66
69
  "circular-dependency-plugin": "^5.2.2",
67
70
  "dotenv": "^9.0.0",
68
- "eslint": "^7.19.0",
69
71
  "fork-ts-checker-webpack-plugin": "^7.0.0",
70
- "jest": "^27.5.1",
71
- "jest-cli": "^27.5.1",
72
+ "jest": "^29.7.0",
73
+ "jest-cli": "^29.7.0",
72
74
  "jest-fetch-mock": "^3.0.3",
73
75
  "node-fetch": "^2.6.1",
74
76
  "react": "^18.2.0",
75
77
  "react-dom": "^18.2.0",
76
78
  "stream-browserify": "^3.0.0",
77
79
  "timers-browserify": "^2.0.12",
78
- "ts-jest": "^27.1.5",
80
+ "ts-jest": "^29.1.4",
79
81
  "ts-node": "^10.9.1",
80
82
  "typescript": "^5",
81
83
  "web-vitals": "^1.0.1",