Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion demo/cloudflare-workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"devDependencies": {
"@cloudflare/workers-types": "^4.20241205.0",
"typescript": "^5.9.3",
"wrangler": "^3.99.0"
"wrangler": "^4"
}
}
12 changes: 6 additions & 6 deletions demo/nestjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@
"test:e2e": "jest --config ./test/jest-e2e.json"
},
"dependencies": {
"@nestjs/common": "^11.1.8",
"@nestjs/core": "^11.1.8",
"@nestjs/platform-express": "^11.1.8",
"@nestjs/common": "^11.1.28",
"@nestjs/core": "^11.1.28",
"@nestjs/platform-express": "^11.1.28",
"cookie-parser": "^1.4.7",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.2"
},
"devDependencies": {
"@nestjs/cli": "^11.0.10",
"@nestjs/schematics": "^11.0.9",
"@nestjs/testing": "^11.1.8",
"@nestjs/cli": "^11.0.24",
"@nestjs/schematics": "^11.1.0",
"@nestjs/testing": "^11.1.28",
"@types/cookie-parser": "^1.4.10",
"@types/express": "^5.0.5",
"@types/jest": "30.0.0",
Expand Down
4 changes: 2 additions & 2 deletions demo/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"cookies-next": "^6.1.1",
"next": "16.0.1",
"next": "^16.3.0",
"react": "^19",
"react-dom": "^19"
},
Expand All @@ -22,7 +22,7 @@
"@types/react-dom": "^19",
"dotenv-cli": "^11.0.0",
"eslint": "^9",
"eslint-config-next": "16.0.1",
"eslint-config-next": "^16.3.0",
"postcss": "^8",
"tailwindcss": "^4.1.17",
"typescript": "^5"
Expand Down
6 changes: 3 additions & 3 deletions demo/nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"cookie-parser": "^1.4.7",
"debug": "^4.4.3",
"dotenv": "^17.2.3",
"express": "^5.1.0",
"express": "^5.2.1",
"http-errors": "^2.0.0",
"morgan": "^1.10.1",
"pug": "^3.0.3"
"morgan": "^1.11.0",
"pug": "^3.0.4"
},
"peerDependencies": {
"@convertcom/js-sdk": ">=2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion demo/reactjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-modal": "^3.16.3",
"react-router-dom": "^7.9.5",
"react-router-dom": "^7.18.2",
"react-scripts": "5.0.1",
"styled-components": "^6.1.19",
"tailwindcss": "^3.4.4",
Expand Down
10 changes: 5 additions & 5 deletions demo/remixjs-client-side/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"typecheck": "tsc"
},
"dependencies": {
"@remix-run/css-bundle": "^2.17.2",
"@remix-run/node": "^2.17.2",
"@remix-run/react": "^2.17.2",
"@remix-run/serve": "^2.17.2",
"@remix-run/css-bundle": "^2.17.5",
"@remix-run/node": "^2.17.5",
"@remix-run/react": "^2.17.5",
"@remix-run/serve": "^2.17.5",
"isbot": "^5.1.32",
"react": "^19.2.0",
"react-dom": "^19.2.0",
Expand All @@ -24,7 +24,7 @@
"@convertcom/js-sdk": ">=2.0.0"
},
"devDependencies": {
"@remix-run/dev": "^2.17.2",
"@remix-run/dev": "^2.17.5",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@typescript-eslint/eslint-plugin": "^8.46.4",
Expand Down
10 changes: 5 additions & 5 deletions demo/remixjs-server-side/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"typecheck": "tsc"
},
"dependencies": {
"@remix-run/css-bundle": "^2.17.2",
"@remix-run/node": "^2.17.2",
"@remix-run/react": "^2.17.2",
"@remix-run/serve": "^2.17.2",
"@remix-run/css-bundle": "^2.17.5",
"@remix-run/node": "^2.17.5",
"@remix-run/react": "^2.17.5",
"@remix-run/serve": "^2.17.5",
"isbot": "^5.1.32",
"react": "^19.2.0",
"react-dom": "^19.2.0",
Expand All @@ -24,7 +24,7 @@
"@convertcom/js-sdk": ">=2.0.0"
},
"devDependencies": {
"@remix-run/dev": "^2.17.2",
"@remix-run/dev": "^2.17.5",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@typescript-eslint/eslint-plugin": "^8.46.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@types/node": "24.10.0",
"@typescript-eslint/parser": "^8.46.4",
"assert": "^2.1.0",
"chai": "^4.3.10",
"chai": "^6",
"chai-string": "^1.6.0",
"dotenv": "^17.2.3",
"eslint": "^9.39.1",
Expand All @@ -56,12 +56,12 @@
"eslint-plugin-prettier": "^5.5.4",
"istanbul-cobertura-badger": "^1.3.1",
"mocha": "^11.7.5",
"nyc": "^17.1.0",
"nyc": "^18",
"prettier": "^3.6.2",
"rollup": "^4.53.2",
"rollup-plugin-generate-package-json": "^3.2.0",
"rollup-plugin-modify": "^3.0.0",
"rollup-plugin-typescript2": "^0.36.0",
"rollup-plugin-typescript2": "^0.37.0",
"ts-node": "^10.9.2",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/bucketing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@types/node": "24.10.0",
"@typescript-eslint/parser": "^8.46.4",
"assert": "^2.1.0",
"chai": "^4.3.10",
"chai": "^6",
"chai-string": "^1.6.0",
"dotenv": "^17.2.3",
"eslint": "^9.39.1",
Expand All @@ -56,12 +56,12 @@
"eslint-plugin-prettier": "^5.5.4",
"istanbul-cobertura-badger": "^1.3.1",
"mocha": "^11.7.5",
"nyc": "^17.1.0",
"nyc": "^18",
"prettier": "^3.6.2",
"rollup": "^4.53.2",
"rollup-plugin-generate-package-json": "^3.2.0",
"rollup-plugin-modify": "^3.0.0",
"rollup-plugin-typescript2": "^0.36.0",
"rollup-plugin-typescript2": "^0.37.0",
"ts-node": "^10.9.2",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"rollup": "^4.53.2",
"rollup-plugin-generate-package-json": "^3.2.0",
"rollup-plugin-modify": "^3.0.0",
"rollup-plugin-typescript2": "^0.36.0",
"rollup-plugin-typescript2": "^0.37.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.46.4"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@types/node": "24.10.0",
"@typescript-eslint/parser": "^8.46.4",
"assert": "^2.1.0",
"chai": "^4.3.10",
"chai": "^6",
"chai-string": "^1.6.0",
"dotenv": "^17.2.3",
"eslint": "^9.39.1",
Expand All @@ -56,12 +56,12 @@
"eslint-plugin-prettier": "^5.5.4",
"istanbul-cobertura-badger": "^1.3.1",
"mocha": "^11.7.5",
"nyc": "^17.1.0",
"nyc": "^18",
"prettier": "^3.6.2",
"rollup": "^4.53.2",
"rollup-plugin-generate-package-json": "^3.2.0",
"rollup-plugin-modify": "^3.0.0",
"rollup-plugin-typescript2": "^0.36.0",
"rollup-plugin-typescript2": "^0.37.0",
"ts-node": "^10.9.2",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/enums/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"prettier": "^3.6.2",
"rollup": "^4.53.2",
"rollup-plugin-generate-package-json": "^3.2.0",
"rollup-plugin-typescript2": "^0.36.0",
"rollup-plugin-typescript2": "^0.37.0",
"ts-node": "^10.9.2",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/event/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@types/node": "24.10.0",
"@typescript-eslint/parser": "^8.46.4",
"assert": "^2.1.0",
"chai": "^4.3.10",
"chai": "^6",
"chai-string": "^1.6.0",
"dotenv": "^17.2.3",
"eslint": "^9.39.1",
Expand All @@ -56,12 +56,12 @@
"eslint-plugin-prettier": "^5.5.4",
"istanbul-cobertura-badger": "^1.3.1",
"mocha": "^11.7.5",
"nyc": "^17.1.0",
"nyc": "^18",
"prettier": "^3.6.2",
"rollup": "^4.53.2",
"rollup-plugin-generate-package-json": "^3.2.0",
"rollup-plugin-modify": "^3.0.0",
"rollup-plugin-typescript2": "^0.36.0",
"rollup-plugin-typescript2": "^0.37.0",
"ts-node": "^10.9.2",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
Expand Down
7 changes: 4 additions & 3 deletions packages/event/tests/event-manager.tests.ts
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
/* eslint-disable mocha/consistent-spacing-between-blocks */
import 'mocha';
// import * as chai from 'chai';
import chai from 'chai';
import * as chaiNamespace from 'chai';
import spies from 'chai-spies';

import {EventManager as em} from '../src/event-manager';
import {Config} from '@convertcom/js-sdk-types';
import configuration from './test-config.json';

// chai >=5 exports a sealed ES module namespace, so `use()` can no longer
// mutate it in place — it returns the extended instance instead.
const chai = chaiNamespace.use(spies);
const {expect, assert: ChaiAssert} = chai;
const assert: Chai.Assert = ChaiAssert; // to avoid error: Assertions require every name in the call target to be declared with an explicit type annotation.
chai.use(spies);

describe('EventManager tests', function () {
let eventManager;
Expand Down
6 changes: 3 additions & 3 deletions packages/experience/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@types/node": "24.10.0",
"@typescript-eslint/parser": "^8.46.4",
"assert": "^2.1.0",
"chai": "^4.3.10",
"chai": "^6",
"chai-string": "^1.6.0",
"dotenv": "^17.2.3",
"eslint": "^9.39.1",
Expand All @@ -56,12 +56,12 @@
"eslint-plugin-prettier": "^5.5.4",
"istanbul-cobertura-badger": "^1.3.1",
"mocha": "^11.7.5",
"nyc": "^17.1.0",
"nyc": "^18",
"prettier": "^3.6.2",
"rollup": "^4.53.2",
"rollup-plugin-generate-package-json": "^3.2.0",
"rollup-plugin-modify": "^3.0.0",
"rollup-plugin-typescript2": "^0.36.0",
"rollup-plugin-typescript2": "^0.37.0",
"ts-node": "^10.9.2",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/js-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"assert": "^2.1.0",
"better-docs": "^2.7.3",
"browserify": "^17.0.1",
"chai": "^4.3.10",
"chai": "^6",
"chai-spies": "^1.1.0",
"chai-string": "^1.6.0",
"dotenv": "^17.2.3",
Expand All @@ -68,14 +68,14 @@
"glob": "^11.0.3",
"istanbul-cobertura-badger": "^1.3.1",
"mocha": "^11.7.5",
"nyc": "^17.1.0",
"nyc": "^18",
"prettier": "^3.6.2",
"rollup": "^4.53.2",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-generate-package-json": "^3.2.0",
"rollup-plugin-jsdoc": "^0.1.2",
"rollup-plugin-modify": "^3.0.0",
"rollup-plugin-typescript2": "^0.36.0",
"rollup-plugin-typescript2": "^0.37.0",
"serve": "^14.2.5",
"ts-node": "^10.9.2",
"tslint": "^6.1.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@types/node": "24.10.0",
"@typescript-eslint/parser": "^8.46.4",
"assert": "^2.1.0",
"chai": "^4.3.10",
"chai": "^6",
"chai-string": "^1.6.0",
"eslint": "^9.39.1",
"eslint-config-prettier": "^10.1.8",
Expand All @@ -54,11 +54,11 @@
"eslint-plugin-prettier": "^5.5.4",
"istanbul-cobertura-badger": "^1.3.1",
"mocha": "^11.7.5",
"nyc": "^17.1.0",
"nyc": "^18",
"prettier": "^3.6.2",
"rollup": "^4.53.2",
"rollup-plugin-generate-package-json": "^3.2.0",
"rollup-plugin-typescript2": "^0.36.0",
"rollup-plugin-typescript2": "^0.37.0",
"ts-node": "^10.9.2",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/rules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@types/node": "24.10.0",
"@typescript-eslint/parser": "^8.46.4",
"assert": "^2.1.0",
"chai": "^4.3.10",
"chai": "^6",
"chai-string": "^1.6.0",
"dotenv": "^17.2.3",
"eslint": "^9.39.1",
Expand All @@ -56,12 +56,12 @@
"eslint-plugin-prettier": "^5.5.4",
"istanbul-cobertura-badger": "^1.3.1",
"mocha": "^11.7.5",
"nyc": "^17.1.0",
"nyc": "^18",
"prettier": "^3.6.2",
"rollup": "^4.53.2",
"rollup-plugin-generate-package-json": "^3.2.0",
"rollup-plugin-modify": "^3.0.0",
"rollup-plugin-typescript2": "^0.36.0",
"rollup-plugin-typescript2": "^0.37.0",
"ts-node": "^10.9.2",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/segments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@types/node": "24.10.0",
"@typescript-eslint/parser": "^8.46.4",
"assert": "^2.1.0",
"chai": "^4.3.10",
"chai": "^6",
"chai-string": "^1.6.0",
"dotenv": "^17.2.3",
"eslint": "^9.39.1",
Expand All @@ -56,12 +56,12 @@
"eslint-plugin-prettier": "^5.5.4",
"istanbul-cobertura-badger": "^1.3.1",
"mocha": "^11.7.5",
"nyc": "^17.1.0",
"nyc": "^18",
"prettier": "^3.6.2",
"rollup": "^4.53.2",
"rollup-plugin-generate-package-json": "^3.2.0",
"rollup-plugin-modify": "^3.0.0",
"rollup-plugin-typescript2": "^0.36.0",
"rollup-plugin-typescript2": "^0.37.0",
"ts-node": "^10.9.2",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"prettier": "^3.6.2",
"rollup": "^4.53.2",
"rollup-plugin-generate-package-json": "^3.2.0",
"rollup-plugin-typescript2": "^0.36.0",
"rollup-plugin-typescript2": "^0.37.0",
"ts-node": "^10.9.2",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
Expand Down
Loading
Loading