diff --git a/examples/static/package.json b/examples/static/package.json index 0269166..9711c68 100644 --- a/examples/static/package.json +++ b/examples/static/package.json @@ -9,7 +9,7 @@ "dependencies": { "@sgrud/bin": "latest", "@sgrud/core": "latest", - "es-module-shims": "1.5.2" + "es-module-shims": "1.5.4" }, "sgrudDependencies": { "sgrud-skeleton-angular": "latest", diff --git a/package.json b/package.json index 940fd64..a0cea8f 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ }, "dependencies": { "@babel/plugin-transform-runtime": "^7.17.0", - "@babel/runtime": "^7.17.8", + "@babel/runtime": "^7.17.9", "express": "^4.17.3", "fs-extra": "^10.0.1", "incremental-dom": "^0.7.0", @@ -54,16 +54,16 @@ "@types/fs-extra": "^9.0.13", "@types/jest": "^27.4.1", "@types/puppeteer": "^5.4.5", - "@typescript-eslint/eslint-plugin": "^5.17.0", - "@typescript-eslint/parser": "^5.17.0", + "@typescript-eslint/eslint-plugin": "^5.18.0", + "@typescript-eslint/parser": "^5.18.0", "comlink": "^4.3.1", - "eslint": "^8.12.0", - "eslint-plugin-tsdoc": "^0.2.14", + "eslint": "^8.13.0", + "eslint-plugin-tsdoc": "^0.2.16", "jest": "^27.5.1", "npm-run-all": "^4.1.5", "rxjs": "^7.5.5", "ts-jest": "^27.1.4", - "typedoc": "^0.22.13" + "typedoc": "^0.22.15" }, "jest": { "preset": "ts-jest", diff --git a/packages/bin/package.json b/packages/bin/package.json index 0badcd1..96de7e9 100644 --- a/packages/bin/package.json +++ b/packages/bin/package.json @@ -22,7 +22,7 @@ ], "dependencies": { "@babel/plugin-transform-runtime": "^7.17.0", - "@babel/runtime": "^7.17.8", + "@babel/runtime": "^7.17.9", "express": "^4.17.3", "fs-extra": "^10.0.1", "microbundle": "^0.14.2", diff --git a/packages/bus/package.json b/packages/bus/package.json index 561a7a4..2d068cf 100644 --- a/packages/bus/package.json +++ b/packages/bus/package.json @@ -17,7 +17,7 @@ "@babel/runtime:helpers.umd" ], "dependencies": { - "@babel/runtime": "^7.17.8", + "@babel/runtime": "^7.17.9", "@sgrud/core": "latest", "rxjs": "^7.5.5", "tslib": "^2.3.1" diff --git a/packages/core/package.json b/packages/core/package.json index 36111d9..795e72d 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -25,7 +25,7 @@ "@babel/runtime:helpers.umd" ], "dependencies": { - "@babel/runtime": "^7.17.8", + "@babel/runtime": "^7.17.9", "comlink": "^4.3.1", "rxjs": "^7.5.5", "tslib": "^2.3.1" diff --git a/packages/data/package.json b/packages/data/package.json index d2306a1..362c336 100644 --- a/packages/data/package.json +++ b/packages/data/package.json @@ -23,7 +23,7 @@ "@babel/runtime:helpers.umd" ], "dependencies": { - "@babel/runtime": "^7.17.8", + "@babel/runtime": "^7.17.9", "@sgrud/core": "latest", "rxjs": "^7.5.5", "tslib": "^2.3.1" diff --git a/packages/shell/package.json b/packages/shell/package.json index 89a62d5..fd313cb 100644 --- a/packages/shell/package.json +++ b/packages/shell/package.json @@ -23,7 +23,7 @@ "incremental-dom.esm" ], "dependencies": { - "@babel/runtime": "^7.17.8", + "@babel/runtime": "^7.17.9", "@sgrud/core": "latest", "incremental-dom": "^0.7.0", "tslib": "^2.3.1" diff --git a/packages/state/package.json b/packages/state/package.json index f5791cc..f46b15a 100644 --- a/packages/state/package.json +++ b/packages/state/package.json @@ -14,7 +14,7 @@ "@babel/runtime:helpers.umd" ], "dependencies": { - "@babel/runtime": "^7.17.8", + "@babel/runtime": "^7.17.9", "@sgrud/core": "latest", "tslib": "^2.3.1" }, diff --git a/skeletons/angular/package.json b/skeletons/angular/package.json index dfd5904..da0bdb8 100644 --- a/skeletons/angular/package.json +++ b/skeletons/angular/package.json @@ -10,11 +10,11 @@ "browserslist": [], "devDependencies": { "@angular-builders/custom-webpack": "13.1.0", - "@angular/cli": "13.3.1", - "@angular/core": "13.3.1", - "@angular/elements": "13.3.1", - "@angular/platform-browser": "13.3.1", - "@angular/platform-browser-dynamic": "13.3.1", + "@angular/cli": "13.3.2", + "@angular/core": "13.3.2", + "@angular/elements": "13.3.2", + "@angular/platform-browser": "13.3.2", + "@angular/platform-browser-dynamic": "13.3.2", "@sgrud/bin": "latest", "@types/estree": "0.0.51", "tslib": "2.3.1" diff --git a/skeletons/fast/package.json b/skeletons/fast/package.json index 5350711..d597f99 100644 --- a/skeletons/fast/package.json +++ b/skeletons/fast/package.json @@ -24,14 +24,14 @@ "@microsoft/fast-element.umd" ], "dependencies": { - "@babel/runtime": "7.17.8", - "@microsoft/fast-element": "1.8.0", + "@babel/runtime": "7.17.9", + "@microsoft/fast-element": "1.9.0", "@sgrud/bin": "latest", "tslib": "2.3.1" }, "devDependencies": { "@types/css-modules": "1.0.2", - "sass": "1.49.11" + "sass": "1.50.0" }, "webDependencies": { "@babel/runtime": { diff --git a/skeletons/lit/package.json b/skeletons/lit/package.json index b7e3922..0f1fed8 100644 --- a/skeletons/lit/package.json +++ b/skeletons/lit/package.json @@ -24,14 +24,14 @@ "lit:!static.umd" ], "dependencies": { - "@babel/runtime": "7.17.8", + "@babel/runtime": "7.17.9", "@sgrud/bin": "latest", - "lit": "2.2.1", + "lit": "2.2.2", "tslib": "2.3.1" }, "devDependencies": { "@types/css-modules": "1.0.2", - "sass": "1.49.11" + "sass": "1.50.0" }, "webDependencies": { "@babel/runtime": { diff --git a/skeletons/preact/package.json b/skeletons/preact/package.json index 3bca787..1a0ae4a 100644 --- a/skeletons/preact/package.json +++ b/skeletons/preact/package.json @@ -22,16 +22,16 @@ "@babel/runtime:helpers.umd" ], "dependencies": { - "@babel/runtime": "7.17.8", + "@babel/runtime": "7.17.9", "@sgrud/bin": "latest", - "preact": "10.7.0", + "preact": "10.7.1", "preact-custom-element": "4.2.1", "tslib": "2.3.1" }, "devDependencies": { "@types/css-modules": "1.0.2", "@types/preact-custom-element": "4.0.1", - "sass": "1.49.11" + "sass": "1.50.0" }, "webDependencies": { "@babel/runtime": { diff --git a/skeletons/sgrud/package.json b/skeletons/sgrud/package.json index 9f76c9c..f181e73 100644 --- a/skeletons/sgrud/package.json +++ b/skeletons/sgrud/package.json @@ -26,14 +26,14 @@ "incremental-dom.esm" ], "dependencies": { - "@babel/runtime": "7.17.8", + "@babel/runtime": "7.17.9", "@sgrud/bin": "latest", "@sgrud/shell": "latest", "tslib": "2.3.1" }, "devDependencies": { "@types/css-modules": "1.0.2", - "sass": "1.49.11" + "sass": "1.50.0" }, "sgrudDependencies": { "@sgrud/shell": "latest"