Skip to content

Commit 16ca6d7

Browse files
chore(deps): update development tools
1 parent 6f4d066 commit 16ca6d7

File tree

2 files changed

+32
-32
lines changed

2 files changed

+32
-32
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"redux-first-history": "5.2.0",
8282
"redux-saga": "1.3.0",
8383
"typed-redux-saga": "1.5.0",
84-
"typescript": "5.4.5",
84+
"typescript": "5.7.2",
8585
"vanilla-framework": "4.16.0",
8686
"vite": "5.2.14",
8787
"vite-plugin-svgr": "4.2.0",
@@ -132,7 +132,7 @@
132132
"cypress-axe": "1.5.0",
133133
"cypress-wait-until": "3.0.1",
134134
"dotenv-flow": "4.1.0",
135-
"eslint": "8.57.0",
135+
"eslint": "8.57.1",
136136
"eslint-config-prettier": "9.1.0",
137137
"eslint-config-react-app": "7.0.1",
138138
"eslint-import-resolver-typescript": "3.6.1",
@@ -151,10 +151,10 @@
151151
"mockdate": "3.0.5",
152152
"msw": "2.3.1",
153153
"nanoid": "5.0.7",
154-
"nodemon": "3.1.3",
154+
"nodemon": "3.1.7",
155155
"npm-package-json-lint": "8.0.0",
156156
"postcss-normalize": "10.0.1",
157-
"prettier": "3.3.2",
157+
"prettier": "3.3.3",
158158
"redux-mock-store": "1.5.4",
159159
"redux-saga-test-plan": "4.0.6",
160160
"sass": "1.77.2",

yarn.lock

+28-28
Original file line numberDiff line numberDiff line change
@@ -2475,10 +2475,10 @@
24752475
minimatch "^3.1.2"
24762476
strip-json-comments "^3.1.1"
24772477

2478-
"@eslint/[email protected].0":
2479-
version "8.57.0"
2480-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.0.tgz#a5417ae8427873f1dd08b70b3574b453e67b5f7f"
2481-
integrity sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==
2478+
"@eslint/[email protected].1":
2479+
version "8.57.1"
2480+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.1.tgz#de633db3ec2ef6a3c89e2f19038063e8a122e2c2"
2481+
integrity sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==
24822482

24832483
"@fal-works/esbuild-plugin-global-externals@^2.1.2":
24842484
version "2.1.2"
@@ -2529,12 +2529,12 @@
25292529
dependencies:
25302530
"@hapi/hoek" "^9.0.0"
25312531

2532-
"@humanwhocodes/config-array@^0.11.14":
2533-
version "0.11.14"
2534-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.14.tgz#d78e481a039f7566ecc9660b4ea7fe6b1fec442b"
2535-
integrity sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==
2532+
"@humanwhocodes/config-array@^0.13.0":
2533+
version "0.13.0"
2534+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.13.0.tgz#fb907624df3256d04b9aa2df50d7aa97ec648748"
2535+
integrity sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==
25362536
dependencies:
2537-
"@humanwhocodes/object-schema" "^2.0.2"
2537+
"@humanwhocodes/object-schema" "^2.0.3"
25382538
debug "^4.3.1"
25392539
minimatch "^3.0.5"
25402540

@@ -2543,7 +2543,7 @@
25432543
resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
25442544
integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==
25452545

2546-
"@humanwhocodes/object-schema@^2.0.2":
2546+
"@humanwhocodes/object-schema@^2.0.3":
25472547
version "2.0.3"
25482548
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz#4a2868d75d6d6963e423bcf90b7fd1be343409d3"
25492549
integrity sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==
@@ -8126,16 +8126,16 @@ eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4.3:
81268126
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
81278127
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
81288128

8129-
8130-
version "8.57.0"
8131-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.0.tgz#c786a6fd0e0b68941aaf624596fb987089195668"
8132-
integrity sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==
8129+
8130+
version "8.57.1"
8131+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9"
8132+
integrity sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==
81338133
dependencies:
81348134
"@eslint-community/eslint-utils" "^4.2.0"
81358135
"@eslint-community/regexpp" "^4.6.1"
81368136
"@eslint/eslintrc" "^2.1.4"
8137-
"@eslint/js" "8.57.0"
8138-
"@humanwhocodes/config-array" "^0.11.14"
8137+
"@eslint/js" "8.57.1"
8138+
"@humanwhocodes/config-array" "^0.13.0"
81398139
"@humanwhocodes/module-importer" "^1.0.1"
81408140
"@nodelib/fs.walk" "^1.2.8"
81418141
"@ungap/structured-clone" "^1.2.0"
@@ -10979,10 +10979,10 @@ node-releases@^2.0.5:
1097910979
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.5.tgz#280ed5bc3eba0d96ce44897d8aee478bfb3d9666"
1098010980
integrity sha512-U9h1NLROZTq9uE1SNffn6WuPDg8icmi3ns4rEl/oTfIle4iLjTliCzgTsbaIFMq/Xn078/lfY/BL0GWZ+psK4Q==
1098110981

10982-
10983-
version "3.1.3"
10984-
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-3.1.3.tgz#dcce9ee0aa7d19cd4dcd576ae9a0456d9078b286"
10985-
integrity sha512-m4Vqs+APdKzDFpuaL9F9EVOF85+h070FnkHVEoU4+rmT6Vw0bmNl7s61VEkY/cJkL7RCv1p4urnUDUMrS5rk2w==
10982+
10983+
version "3.1.7"
10984+
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-3.1.7.tgz#07cb1f455f8bece6a499e0d72b5e029485521a54"
10985+
integrity sha512-hLj7fuMow6f0lbB0cD14Lz2xNjwsyruH251Pk4t/yIitCFJbmY1myuLlHm/q06aST4jg6EgAh74PIBBrRqpVAQ==
1098610986
dependencies:
1098710987
chokidar "^3.5.2"
1098810988
debug "^4"
@@ -11699,10 +11699,10 @@ prettier-linter-helpers@^1.0.0:
1169911699
dependencies:
1170011700
fast-diff "^1.1.2"
1170111701

11702-
11703-
version "3.3.2"
11704-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.3.2.tgz#03ff86dc7c835f2d2559ee76876a3914cec4a90a"
11705-
integrity sha512-rAVeHYMcv8ATV5d508CFdn+8/pHPpXeIid1DdrPwXnaAdH7cqjVbpJaT5eq4yRAFU/lsbwYwSF/n5iNrdJHPQA==
11702+
11703+
version "3.3.3"
11704+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.3.3.tgz#30c54fe0be0d8d12e6ae61dbb10109ea00d53105"
11705+
integrity sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==
1170611706

1170711707
prettier@^2.8.0:
1170811708
version "2.8.8"
@@ -13694,10 +13694,10 @@ typescript-tuple@^2.2.1:
1369413694
dependencies:
1369513695
typescript-compare "^0.0.2"
1369613696

13697-
typescript@5.4.5:
13698-
version "5.4.5"
13699-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611"
13700-
integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==
13697+
typescript@5.7.2:
13698+
version "5.7.2"
13699+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.2.tgz#3169cf8c4c8a828cde53ba9ecb3d2b1d5dd67be6"
13700+
integrity sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==
1370113701

1370213702
ufo@^1.3.0:
1370313703
version "1.3.1"

0 commit comments

Comments
 (0)