Skip to content

Commit

Permalink
chore(deps): Green updates + stencil
Browse files Browse the repository at this point in the history
  • Loading branch information
planctus committed Jan 17, 2024
1 parent 4d7bff2 commit 63fd8fe
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,14 @@
"!packages/**/dist"
],
"dependencies": {
"@stencil/core": "4.6.0"
"@stencil/core": "4.10.0"
},
"devDependencies": {
"@babel/core": "7.23.2",
"@babel/core": "7.23.7",
"@babel/eslint-parser": "7.22.15",
"@babel/plugin-transform-runtime": "7.23.2",
"@babel/plugin-transform-runtime": "7.23.7",
"@babel/preset-react": "7.22.15",
"@babel/preset-typescript": "7.23.2",
"@babel/preset-typescript": "7.23.3",
"@prettier/plugin-xml": "3.2.2",
"@stencil/angular-output-target": "0.8.3",
"@stencil/react-output-target": "0.5.3",
Expand All @@ -99,8 +99,8 @@
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-jest": "27.6.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "27.6.3",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-react": "7.33.2",
Expand All @@ -126,7 +126,7 @@
"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-order": "6.0.4",
"stylelint-scss": "5.3.0"
},
"nohoist": [
Expand Down
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 @@ -41,7 +41,7 @@
"karma-jasmine-html-reporter": "2.1.0",
"ncp": "2.0.0",
"ng-packagr": "16.2.3",
"nodemon": "3.0.1",
"nodemon": "3.0.3",
"rimraf": "5.0.5",
"typescript": "~4.9.4"
}
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,8 +18,8 @@
"rimraf": "5.0.5"
},
"devDependencies": {
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"@vitejs/plugin-react": "4.1.0",
"typescript": "5.2.2",
"vite": "4.5.0"
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.12.0"
},
"devDependencies": {
"@types/react": "18.2.33",
"@types/react": "18.2.48",
"react": "18.2.0",
"react-dom": "18.2.0",
"rimraf": "5.0.5",
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.6.0"
"@stencil/core": "4.10.0"
},
"devDependencies": {
"@stencil/angular-output-target": "0.8.3",
Expand Down

0 comments on commit 63fd8fe

Please sign in to comment.