Skip to content

Commit

Permalink
Merge pull request #41 from ec-europa/chore-deps-updates-26-09-23
Browse files Browse the repository at this point in the history
chore(deps): Updates 26-09-23
  • Loading branch information
planctus authored Sep 27, 2023
2 parents 4f2b93b + ae3c879 commit 0ae4001
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 16 deletions.
24 changes: 13 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,28 +74,28 @@
"@stencil/core": "4.3.0"
},
"devDependencies": {
"@babel/core": "7.22.20",
"@babel/core": "7.23.0",
"@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",
"@babel/preset-typescript": "7.23.0",
"@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.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",
"@storybook/addon-essentials": "7.4.5",
"@storybook/addon-links": "7.4.5",
"@storybook/builder-webpack5": "7.4.5",
"@storybook/cli": "7.4.5",
"@storybook/html": "7.4.5",
"@storybook/html-webpack5": "7.4.5",
"@types/jest": "27.0.3",
"babel-loader": "9.1.3",
"browser-update": "3.3.44",
"build-number-generator": "2.0.4",
"copyfiles": "2.4.1",
"core-js": "3.32.2",
"cross-env": "7.0.3",
"eslint": "8.49.0",
"eslint": "8.50.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "9.0.0",
Expand All @@ -120,7 +120,7 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"replace-in-file": "7.0.1",
"rimraf": "5.0.1",
"rimraf": "5.0.4",
"stylelint": "15.10.3",
"stylelint-config-css-modules": "4.3.0",
"stylelint-config-prettier": "9.0.5",
Expand Down Expand Up @@ -152,6 +152,8 @@
"json5": ">=1.0.2",
"http-cache-semantics": ">=4.1.1",
"yaml": ">=2.2.2",
"semver": ">=7.5.2"
"semver": ">=7.5.2",
"jackspeak": "2.1.1",
"cli-truncate": "2.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/ecl-webcomponents-angular-workspace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"ncp": "2.0.0",
"ng-packagr": "16.2.3",
"nodemon": "3.0.1",
"rimraf": "5.0.1",
"rimraf": "5.0.4",
"typescript": "~4.9.4"
}
}
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 @@ -15,12 +15,12 @@
"@ecl/ecl-webcomponents-react": "0.11.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"rimraf": "5.0.1"
"rimraf": "5.0.4"
},
"devDependencies": {
"@types/react": "18.2.22",
"@types/react-dom": "18.2.7",
"@vitejs/plugin-react": "4.0.4",
"@vitejs/plugin-react": "4.1.0",
"typescript": "5.2.2",
"vite": "4.4.9"
}
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 @@ -32,7 +32,7 @@
"@types/react": "18.2.22",
"react": "18.2.0",
"react-dom": "18.2.0",
"rimraf": "5.0.1",
"rimraf": "5.0.4",
"typescript": "5.2.2"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/ckeditor5-ecl-webcomponents/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@ecl/builder": "3.10.0",
"ncp": "2.0.0",
"npm-run-all": "4.1.5",
"rimraf": "5.0.1"
"rimraf": "5.0.4"
},
"repository": {
"type": "git",
Expand Down

1 comment on commit 0ae4001

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