diff options
author | Sebastian <sebasjm@gmail.com> | 2023-12-01 10:08:47 -0300 |
---|---|---|
committer | Sebastian <sebasjm@gmail.com> | 2023-12-01 10:09:53 -0300 |
commit | ce2e58962cb0a61725fe0fe3dd8535965f482b95 (patch) | |
tree | 17277f34e7d665e5fdcc4acd012de2209b5cefd9 /packages/web-util/package.json | |
parent | 968ca3cb9a18196605f55ae3413dd601e0319829 (diff) |
linaria faster version
Diffstat (limited to 'packages/web-util/package.json')
-rw-r--r-- | packages/web-util/package.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/packages/web-util/package.json b/packages/web-util/package.json index 919ccadda..fdbaf6469 100644 --- a/packages/web-util/package.json +++ b/packages/web-util/package.json @@ -37,10 +37,10 @@ "@gnu-taler/taler-util": "workspace:*", "@heroicons/react": "^2.0.17", "date-fns": "2.29.3", - "@linaria/babel-preset": "4.4.5", - "@linaria/core": "4.2.10", - "@linaria/esbuild": "4.2.11", - "@linaria/react": "4.3.8", + "@linaria/babel-preset": "5.0.4", + "@linaria/core": "5.0.2", + "@linaria/esbuild": "5.0.4", + "@linaria/react": "5.0.3", "@types/express": "^4.17.14", "@types/node": "^18.11.17", "@types/web": "^0.0.82", @@ -66,4 +66,4 @@ "@types/chrome": "0.0.197", "tailwindcss": "^3.3.2" } -}
\ No newline at end of file +} |