WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit f107bef

Browse files
committed
chore(deps): update dependencies to latest versions where possible
1 parent 0609c15 commit f107bef

File tree

4 files changed

+586
-570
lines changed

4 files changed

+586
-570
lines changed

cdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@types/node": "20.16.11",
2121
"aws-cdk": "2.162.1",
2222
"aws-cdk-lib": "2.162.1",
23-
"constructs": "10.4.1",
23+
"constructs": "10.4.2",
2424
"eslint": "^8.57.1",
2525
"jest": "^29.7.0",
2626
"prettier": "^3.3.2",

cdk/pnpm-lock.yaml

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,17 @@
4444
"@emotion/babel-preset-css-prop": "^11.12.0",
4545
"@guardian/eslint-config-typescript": "^12.0.0",
4646
"@guardian/prettier": "^8.0.1",
47-
"@storybook/addon-essentials": "^8.3.5",
48-
"@storybook/addon-links": "^8.3.5",
47+
"@storybook/addon-essentials": "^8.3.6",
48+
"@storybook/addon-links": "^8.3.6",
4949
"@storybook/addon-styling-webpack": "^1.0.0",
50-
"@storybook/addon-themes": "^8.3.5",
50+
"@storybook/addon-themes": "^8.3.6",
5151
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
52-
"@storybook/preact-webpack5": "^8.3.5",
53-
"@storybook/react": "^8.3.5",
54-
"@swc/core": "^1.7.35",
52+
"@storybook/preact-webpack5": "^8.3.6",
53+
"@storybook/react": "^8.3.6",
54+
"@swc/core": "^1.7.36",
5555
"@swc/plugin-emotion": "^4.0.3",
5656
"@testing-library/cypress": "^10.0.2",
57-
"@testing-library/jest-dom": "^6.5.0",
57+
"@testing-library/jest-dom": "^6.6.2",
5858
"@testing-library/preact": "^3.2.4",
5959
"@testing-library/preact-hooks": "^1.1.0",
6060
"@testing-library/react": "npm:@testing-library/preact",
@@ -75,7 +75,7 @@
7575
"@typescript-eslint/eslint-plugin": "^7.18.0",
7676
"@typescript-eslint/parser": "^7.18.0",
7777
"assets-webpack-plugin": "^7.1.1",
78-
"axe-core": "^4.10.0",
78+
"axe-core": "^4.10.1",
7979
"chalk-rainbow": "^1.0.0",
8080
"copy-webpack-plugin": "^12.0.2",
8181
"cypress": "13.15.0",
@@ -105,7 +105,7 @@
105105
"prettier": "^3.3.3",
106106
"react-docgen-typescript-plugin": "^1.0.8",
107107
"sharp": "^0.33.5",
108-
"storybook": "^8.3.5",
108+
"storybook": "^8.3.6",
109109
"swc-loader": "^0.2.6",
110110
"terser-webpack-plugin": "^5.3.10",
111111
"ts-jest": "^29.2.5",
@@ -120,9 +120,9 @@
120120
"zod-to-json-schema": "^3.23.3"
121121
},
122122
"dependencies": {
123-
"@aws-sdk/client-cloudwatch": "^3.670.0",
124-
"@aws-sdk/client-sesv2": "^3.670.0",
125-
"@aws-sdk/credential-providers": "^3.670.0",
123+
"@aws-sdk/client-cloudwatch": "^3.675.0",
124+
"@aws-sdk/client-sesv2": "^3.675.0",
125+
"@aws-sdk/credential-providers": "^3.675.0",
126126
"@emotion/react": "^11.13.3",
127127
"@faire/mjml-react": "^3.4.0",
128128
"@guardian/ab-core": "8.0.0",
@@ -153,7 +153,7 @@
153153
"react-dom": "npm:@preact/compat",
154154
"serialize-javascript": "^6.0.2",
155155
"supertest": "^7.0.0",
156-
"tslib": "^2.7.0",
156+
"tslib": "^2.8.0",
157157
"winston": "^3.15.0",
158158
"zod": "^3.23.8"
159159
}

0 commit comments

Comments
 (0)