Skip to content

Commit

Permalink
Updated old dependencies (#4)
Browse files Browse the repository at this point in the history
* adding lint and tests to build action

* updated dependencies
  • Loading branch information
aidanm3341 authored Nov 22, 2023
1 parent 61da9f4 commit df258ef
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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"
}
}

0 comments on commit df258ef

Please sign in to comment.