From df258ef8701a9eec7d0f238dd108df06dc1712eb Mon Sep 17 00:00:00 2001 From: Aidan McPhelim Date: Wed, 22 Nov 2023 17:04:09 +0000 Subject: [PATCH] Updated old dependencies (#4) * adding lint and tests to build action * updated dependencies --- package.json | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/package.json b/package.json index cf4c6d8..13f06ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@morgan-stanley/message-broker", - "version": "0.0.1", + "version": "1.0.0", "description": "Framework agnostic messagebroker for decoupled communication.", "main": "dist/main/index.js", "types": "dist/main/index.d.ts", @@ -30,22 +30,22 @@ "type": "git" }, "peerDependencies": { - "rxjs": "^6.6.7" + "rxjs": "^7.8.1" }, "devDependencies": { "@jsdevtools/coverage-istanbul-loader": "^3.0.5", - "@morgan-stanley/ts-mocking-bird": "^0.5.4", - "@types/jasmine": "^3.8.1", - "@types/node": "^14.17.21", - "@types/uuid": "^8.3.3", - "@typescript-eslint/eslint-plugin": "^4.33.0", - "@typescript-eslint/parser": "^4.33.0", + "@morgan-stanley/ts-mocking-bird": "^1.1.3", + "@types/jasmine": "^3.10.18", + "@types/node": "^20.9.4", + "@types/uuid": "^9.0.7", + "@typescript-eslint/eslint-plugin": "^6.12.0", + "@typescript-eslint/parser": "^6.12.0", "acorn": "^8.7.0", - "ajv": "^6.12.6", - "chromedriver": "^2.46.0", + "ajv": "^8.12.0", + "chromedriver": "^119.0.1", "circular-dependency-plugin": "^5.2.2", - "concurrently": "^4.1.0", - "copyfiles": "^1.2.0", + "concurrently": "^8.2.2", + "copyfiles": "^2.4.1", "core-js": "^3.15.2", "eslint": "^7.32.0", "eslint-config-prettier": "^8.3.0", @@ -54,7 +54,8 @@ "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-simple-import-sort": "^7.0.0", "event-hooks-webpack-plugin": "^2.2.0", - "jasmine": "^3.8.0", + "istanbul-instrumenter-loader": "^2.0.0", + "jasmine": "^4.6.0", "jasmine-core": "^3.8.0", "karma": "^6.3.4", "karma-chrome-launcher": "^3.1.0", @@ -66,20 +67,19 @@ "karma-junit-reporter": "^2.0.1", "karma-webpack": "^5.0.0", "prettier": "^2.4.1", - "puppeteer": "^1.9.0", + "puppeteer": "^21.5.2", "reflect-metadata": "^0.1.13", - "rimraf": "^2.6.3", - "rxjs": "^6.6.7", - "source-map": "0.5.7", + "rimraf": "^5.0.5", + "rxjs": "^7.8.1", + "source-map": "^0.7.4", "ts-loader": "^9.2.3", - "tsconfig-paths-webpack-plugin": "^3.5.2", - "typedoc": "^0.23.8", - "typescript": "^4.3.5", + "tsconfig-paths-webpack-plugin": "^4.1.0", + "typedoc": "^0.25.3", + "typescript": "^5.2.2", "webpack": "^5.44.0" }, "dependencies": { "@morgan-stanley/needle": "^0.3.13", - "istanbul-instrumenter-loader": "^2.0.0", - "uuid": "^8.3.2" + "uuid": "^9.0.1" } } \ No newline at end of file