Skip to content

Commit

Permalink
chore(deps): Updates - 21-09-23
Browse files Browse the repository at this point in the history
  • Loading branch information
planctus committed Sep 21, 2023
1 parent 4e46e1f commit f6ad31f
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 27 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,23 +71,23 @@
"!packages/**/dist"
],
"dependencies": {
"@stencil/core": "4.2.1"
"@stencil/core": "4.3.0"
},
"devDependencies": {
"@babel/core": "7.22.17",
"@babel/core": "7.22.20",
"@babel/eslint-parser": "7.22.15",
"@babel/plugin-transform-runtime": "7.22.15",
"@babel/preset-react": "7.22.15",
"@babel/preset-typescript": "7.22.15",
"@prettier/plugin-xml": "3.2.1",
"@stencil/angular-output-target": "0.8.2",
"@stencil/react-output-target": "0.5.3",
"@storybook/addon-essentials": "7.4.1",
"@storybook/addon-links": "7.4.1",
"@storybook/builder-webpack5": "7.4.1",
"@storybook/cli": "7.4.1",
"@storybook/html": "7.4.1",
"@storybook/html-webpack5": "7.4.1",
"@storybook/addon-essentials": "7.4.3",
"@storybook/addon-links": "7.4.3",
"@storybook/builder-webpack5": "7.4.3",
"@storybook/cli": "7.4.3",
"@storybook/html": "7.4.3",
"@storybook/html-webpack5": "7.4.3",
"@types/jest": "27.0.3",
"babel-loader": "9.1.3",
"browser-update": "3.3.44",
Expand All @@ -100,7 +100,7 @@
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jest": "27.2.3",
"eslint-plugin-jest": "27.4.0",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-react": "7.33.2",
Expand All @@ -109,7 +109,7 @@
"husky": "8.0.3",
"jest": "27.0.3",
"jest-cli": "27.4.5",
"lerna": "7.2.0",
"lerna": "7.3.0",
"lerna-changelog": "2.2.0",
"lint-staged": "14.0.1",
"ncp": "2.0.0",
Expand All @@ -127,7 +127,7 @@
"stylelint-config-standard": "34.0.0",
"stylelint-config-standard-scss": "10.0.0",
"stylelint-order": "6.0.3",
"stylelint-scss": "5.1.0"
"stylelint-scss": "5.2.1"
},
"nohoist": [
"**/ckeditor5*",
Expand Down
22 changes: 11 additions & 11 deletions packages/ecl-webcomponents-angular-workspace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,22 @@
},
"private": true,
"dependencies": {
"@angular/animations": "16.2.4",
"@angular/common": "16.2.4",
"@angular/compiler": "16.2.4",
"@angular/core": "16.2.4",
"@angular/forms": "16.2.4",
"@angular/platform-browser": "16.2.4",
"@angular/platform-browser-dynamic": "16.2.4",
"@angular/router": "16.2.4",
"@angular/animations": "16.2.6",
"@angular/common": "16.2.6",
"@angular/compiler": "16.2.6",
"@angular/core": "16.2.6",
"@angular/forms": "16.2.6",
"@angular/platform-browser": "16.2.6",
"@angular/platform-browser-dynamic": "16.2.6",
"@angular/router": "16.2.6",
"rxjs": "~7.8.0",
"tslib": "2.6.2",
"zone.js": "0.13.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "16.2.1",
"@angular/cli": "16.2.1",
"@angular/compiler-cli": "16.2.4",
"@angular-devkit/build-angular": "16.2.3",
"@angular/cli": "16.2.3",
"@angular/compiler-cli": "16.2.6",
"@babel/plugin-proposal-private-property-in-object": "7.21.11",
"@ecl/ecl-webcomponents": "0.10.0",
"@ecl/ecl-webcomponents-angular": "0.10.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/ecl-webcomponents-react-consumer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"rimraf": "5.0.1"
},
"devDependencies": {
"@types/react": "18.2.21",
"@types/react": "18.2.22",
"@types/react-dom": "18.2.7",
"@vitejs/plugin-react": "4.0.4",
"typescript": "5.1.6",
"typescript": "5.2.2",
"vite": "4.4.9"
}
}
4 changes: 2 additions & 2 deletions packages/ecl-webcomponents-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
"@ecl/ecl-webcomponents": "0.10.0"
},
"devDependencies": {
"@types/react": "18.2.21",
"@types/react": "18.2.22",
"react": "18.2.0",
"react-dom": "18.2.0",
"rimraf": "5.0.1",
"typescript": "5.1.6"
"typescript": "5.2.2"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/ecl-webcomponents/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"url": "https://github.com/ec-europa/ecl-webcomponents"
},
"dependencies": {
"@stencil/core": "4.2.1"
"@stencil/core": "4.3.0"
},
"devDependencies": {
"@stencil/angular-output-target": "0.8.2",
Expand Down

1 comment on commit f6ad31f

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.