Skip to content

Commit

Permalink
⬆️ chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
switchnollie committed Feb 5, 2024
1 parent 46997f2 commit 20e9ad4
Show file tree
Hide file tree
Showing 4 changed files with 878 additions and 1,124 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"devDependencies": {
"@porscheofficial/prettier-config-porschedigital": "4.0.0",
"@types/node": "20.6.0",
"@types/node": "20.11.16",
"typescript": "5.2.2"
},
"packageManager": "[email protected]"
Expand Down
6 changes: 3 additions & 3 deletions packages/cookie-consent-banner-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@
"@porscheofficial/eslint-config-porschedigital-react": "4.0.0",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"eslint": "8.49.0",
"prettier": "3.0.3",
"eslint": "8.56.0",
"prettier": "3.2.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"rimraf": "5.0.1",
"rimraf": "5.0.5",
"standard-version": "9.5.0",
"typescript": "5.2.2"
}
Expand Down
12 changes: 6 additions & 6 deletions packages/cookie-consent-banner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,17 @@
}
},
"dependencies": {
"@stencil/core": "4.2.1"
"@stencil/core": "4.12.0"
},
"devDependencies": {
"@porscheofficial/eslint-config-porschedigital-react": "4.0.0",
"@stencil/react-output-target": "0.5.3",
"@types/jest": "27.0.3",
"eslint": "8.49.0",
"@types/jest": "29.5.12",
"eslint": "8.56.0",
"eslint-plugin-html": "7.1.0",
"jest": "27.0.3",
"jest-cli": "27.4.5",
"prettier": "3.0.3",
"jest": "29.7.0",
"jest-cli": "29.7.0",
"prettier": "3.2.5",
"puppeteer": "21.2.1",
"standard-version": "9.5.0",
"typescript": "5.2.2"
Expand Down
Loading

0 comments on commit 20e9ad4

Please sign in to comment.