aboutsummaryrefslogtreecommitdiff
path: root/packages/web-util/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/web-util/package.json')
-rw-r--r--packages/web-util/package.json10
1 files changed, 6 insertions, 4 deletions
diff --git a/packages/web-util/package.json b/packages/web-util/package.json
index dd01cf9e3..0041e73d0 100644
--- a/packages/web-util/package.json
+++ b/packages/web-util/package.json
@@ -33,7 +33,13 @@
"pretty": "prettier --write src"
},
"devDependencies": {
+ "@babel/preset-react": "^7.22.3",
+ "@babel/preset-typescript": "^7.21.5",
"@gnu-taler/taler-util": "workspace:*",
+ "@linaria/babel-preset": "4.4.5",
+ "@linaria/core": "4.2.10",
+ "@linaria/esbuild": "4.2.11",
+ "@linaria/react": "4.3.8",
"@types/express": "^4.17.14",
"@types/node": "^18.11.17",
"@types/web": "^0.0.82",
@@ -58,10 +64,6 @@
"dependencies": {
"@babel/core": "7.18.9",
"@babel/helper-compilation-targets": "7.18.9",
- "@linaria/babel-preset": "3.0.0-beta.23",
- "@linaria/core": "3.0.0-beta.22",
- "@linaria/esbuild": "3.0.0-beta.22",
- "@linaria/react": "3.0.0-beta.22",
"@types/chrome": "0.0.197",
"tailwindcss": "^3.3.2"
}