Skip to content

Commit ff8b555

Browse files
Update dependencies (#940)
* Update dependencies and recompile DLLs --------- Co-authored-by: jancajthaml <[email protected]> Co-authored-by: Jan Cajthaml <[email protected]>
1 parent bbd5837 commit ff8b555

File tree

4 files changed

+607
-607
lines changed

4 files changed

+607
-607
lines changed

dependencies/package-lock.json

+114-51
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dependencies/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lastui/dependencies",
3-
"version": "1.4.22",
3+
"version": "1.4.23",
44
"license": "Apache-2.0",
55
"author": "[email protected]",
66
"homepage": "https://github.com/lastui/rocker#readme",
@@ -24,16 +24,16 @@
2424
"build:prod": "NODE_ENV=production node ./scripts/build.mjs"
2525
},
2626
"dependencies": {
27-
"@linaria/core": "6.1.0",
27+
"@linaria/core": "6.2.0",
2828
"@linaria/logger": "5.0.0",
29-
"@linaria/react": "6.1.0",
29+
"@linaria/react": "6.2.1",
3030
"@linaria/tags": "5.0.2",
3131
"@linaria/utils": "5.0.2",
32-
"react": "18.2.0",
33-
"react-dom": "18.2.0",
32+
"react": "18.3.1",
33+
"react-dom": "18.3.1",
3434
"react-intl": "6.6.5",
35-
"react-redux": "9.1.0",
36-
"react-router-dom": "6.22.3",
35+
"react-redux": "9.1.1",
36+
"react-router-dom": "6.23.0",
3737
"redux": "5.0.1",
3838
"redux-saga": "1.3.0",
3939
"regenerator-runtime": "0.14.1"

0 commit comments

Comments
 (0)