aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2024-01-02 12:59:19 +0300
committerGravatar Vitaly Takmazov2024-01-02 12:59:19 +0300
commite923dd8eb2558057fe41d6c6cd4edf25c3d8fbc5 (patch)
tree3198fd9890635fb7e3e01dae0045e633a67b33cc /package.json
parent8aa755e1cc708b2153ebacd826125d5200df7c69 (diff)
Move Babel configuration and update dependencies
Diffstat (limited to 'package.json')
-rw-r--r--package.json24
1 files changed, 2 insertions, 22 deletions
diff --git a/package.json b/package.json
index 2c6630eb..09cd52cf 100644
--- a/package.json
+++ b/package.json
@@ -18,29 +18,9 @@
"url": "https://github.com/juick/juick.git"
},
"license": "AGPL-3.0-or-later",
- "babel": {
- "presets": [
- [
- "@babel/preset-env",
- {
- "corejs": 3,
- "useBuiltIns": "entry",
- "modules": false,
- "exclude": [
- "es.symbol.*"
- ]
- }
- ],
- [
- "@babel/preset-react",
- {
- "runtime": "automatic"
- }
- ]
- ]
- },
"devDependencies": {
"@babel/core": "^7.23.7",
+ "@babel/eslint-parser": "^7.23.3",
"@babel/preset-env": "^7.23.7",
"@babel/preset-react": "^7.23.3",
"@swc/core": "^1.3.102",
@@ -103,7 +83,7 @@
"react-content-loader": "^6.2.1",
"react-cookie": "^7.0.0",
"react-dom": "^18.2.0",
- "react-helmet-async": "^1.3.0",
+ "react-helmet-async": "^2.0.4",
"react-hook-form": "^7.49.2",
"react-hot-toast": "^2.4.1",
"react-router-dom": "^6.21.1",