Skip to content

Commit

Permalink
Merge pull request #43 from ec-europa/chore-deps-updates-30-10-23
Browse files Browse the repository at this point in the history
chore(deps): Updates 30 10 23
  • Loading branch information
planctus authored Oct 30, 2023
2 parents 7bd0d83 + 606580e commit eeae05c
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"@babel/plugin-transform-runtime": "7.23.2",
"@babel/preset-react": "7.22.15",
"@babel/preset-typescript": "7.23.2",
"@prettier/plugin-xml": "3.2.1",
"@prettier/plugin-xml": "3.2.2",
"@stencil/angular-output-target": "0.8.2",
"@stencil/react-output-target": "0.5.3",
"@storybook/addon-essentials": "7.5.1",
Expand All @@ -100,7 +100,7 @@
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-jest": "27.4.3",
"eslint-plugin-jest": "27.6.0",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-react": "7.33.2",
Expand All @@ -119,15 +119,15 @@
"puppeteer": "19.5.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"replace-in-file": "7.0.1",
"replace-in-file": "7.0.2",
"rimraf": "5.0.5",
"stylelint": "15.11.0",
"stylelint-config-css-modules": "4.3.0",
"stylelint-config-prettier": "9.0.5",
"stylelint-config-standard": "34.0.0",
"stylelint-config-standard-scss": "11.0.0",
"stylelint-order": "6.0.3",
"stylelint-scss": "5.2.1"
"stylelint-scss": "5.3.0"
},
"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.10",
"@angular/common": "16.2.10",
"@angular/compiler": "16.2.10",
"@angular/core": "16.2.10",
"@angular/forms": "16.2.10",
"@angular/platform-browser": "16.2.10",
"@angular/platform-browser-dynamic": "16.2.10",
"@angular/router": "16.2.10",
"@angular/animations": "16.2.11",
"@angular/common": "16.2.11",
"@angular/compiler": "16.2.11",
"@angular/core": "16.2.11",
"@angular/forms": "16.2.11",
"@angular/platform-browser": "16.2.11",
"@angular/platform-browser-dynamic": "16.2.11",
"@angular/router": "16.2.11",
"rxjs": "~7.8.0",
"tslib": "2.6.2",
"zone.js": "0.13.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "16.2.7",
"@angular/cli": "16.2.7",
"@angular/compiler-cli": "16.2.10",
"@angular-devkit/build-angular": "16.2.8",
"@angular/cli": "16.2.8",
"@angular/compiler-cli": "16.2.11",
"@babel/plugin-proposal-private-property-in-object": "7.21.11",
"@ecl/ecl-webcomponents": "0.11.0",
"@ecl/ecl-webcomponents-angular": "0.11.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ecl-webcomponents-react-consumer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"rimraf": "5.0.5"
},
"devDependencies": {
"@types/react": "18.2.31",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"@vitejs/plugin-react": "4.1.0",
"typescript": "5.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/ecl-webcomponents-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@ecl/ecl-webcomponents": "0.11.0"
},
"devDependencies": {
"@types/react": "18.2.31",
"@types/react": "18.2.33",
"react": "18.2.0",
"react-dom": "18.2.0",
"rimraf": "5.0.5",
Expand Down

1 comment on commit eeae05c

@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.