2
0

⬆️ Upgrade dependencies

This commit is contained in:
Baptiste Arnaud
2023-02-23 09:21:18 +01:00
parent bc47cc46c0
commit d2880cdf2d
18 changed files with 3060 additions and 2205 deletions

View File

@ -16,19 +16,20 @@
"author": "Baptiste Arnaud",
"license": "ISC",
"dependencies": {
"@ladle/react": "^2.5.1"
"@ladle/react": "^2.9.0"
},
"devDependencies": {
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.0",
"@rollup/plugin-babel": "6.0.3",
"@rollup/plugin-node-resolve": "15.0.1",
"@rollup/plugin-terser": "^0.4.0",
"@rollup/plugin-typescript": "11.0.0",
"@typebot.io/js": "workspace:*",
"@types/node": "18.11.18",
"@types/react": "18.0.27",
"@types/node": "18.14.0",
"@types/react": "18.0.28",
"db": "workspace:*",
"eslint": "^8.32.0",
"eslint": "^8.34.0",
"eslint-config-custom": "workspace:*",
"models": "workspace:*",
"react": "18.2.0",
@ -36,12 +37,12 @@
"rollup-plugin-typescript-paths": "^1.4.0",
"tsconfig": "workspace:*",
"tslib": "^2.5.0",
"tsx": "3.12.2",
"typescript": "^4.9.4",
"tsx": "3.12.3",
"typescript": "^4.9.5",
"utils": "workspace:*"
},
"peerDependencies": {
"react": "18.x",
"@typebot.io/js": "workspace:*"
"@typebot.io/js": "workspace:*",
"react": "18.x"
}
}