Skip to content

Commit

Permalink
Merge branch 'next' into dependabot/npm_and_yarn/lit-2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd authored Oct 9, 2022
2 parents d149e37 + 75532c7 commit 756a67b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"eslint-import-resolver-typescript": "^3.5.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-wc": "^1.3.2",
"lerna": "^5.5.2",
"lerna": "^5.6.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/nanoservice/storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@alwatr/storage": "^0.16.1"
},
"devDependencies": {
"@types/node": "^18.8.2",
"@types/node": "^18.8.3",
"@typescript-eslint/eslint-plugin": "^5.38.0",
"@typescript-eslint/parser": "^5.38.0",
"eslint": "^8.23.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/starter/nanoservice/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@alwatr/nano-server": "^0.16.0"
},
"devDependencies": {
"@types/node": "^18.8.2",
"@types/node": "^18.8.3",
"@typescript-eslint/eslint-plugin": "^5.38.0",
"@typescript-eslint/parser": "^5.38.0",
"eslint": "^8.23.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1269,10 +1269,10 @@
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c"
integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==

"@types/node@*", "@types/node@^18.6.3", "@types/node@^18.8.2":
version "18.8.2"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.8.2.tgz#17d42c6322d917764dd3d2d3a10d7884925de067"
integrity sha512-cRMwIgdDN43GO4xMWAfJAecYn8wV4JbsOGHNfNUIDiuYkUYAR5ec4Rj7IO2SAhFPEfpPtLtUTbbny/TCT7aDwA==
"@types/node@*", "@types/node@^18.6.3", "@types/node@^18.8.3":
version "18.8.3"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.8.3.tgz#ce750ab4017effa51aed6a7230651778d54e327c"
integrity sha512-0os9vz6BpGwxGe9LOhgP/ncvYN5Tx1fNcd2TM3rD/aCGBkysb+ZWpXEocG24h6ZzOi13+VB8HndAQFezsSOw1w==

"@types/normalize-package-data@^2.4.0":
version "2.4.1"
Expand Down

0 comments on commit 756a67b

Please sign in to comment.