2
0

⬆️ Upgrade dependencies

This commit is contained in:
Baptiste Arnaud
2023-01-07 17:06:18 +01:00
parent 225cd1eeba
commit f79f6932c2
14 changed files with 1615 additions and 1172 deletions

View File

@ -11,12 +11,12 @@
"lint": "eslint --fix \"src/**/*.ts*\""
},
"dependencies": {
"@stripe/react-stripe-js": "1.16.1",
"@stripe/react-stripe-js": "1.16.2",
"@stripe/stripe-js": "1.46.0",
"prop-types": "15.8.1",
"qs": "6.11.0",
"react-frame-component": "5.2.4",
"react-phone-number-input": "3.2.13",
"react-phone-number-input": "3.2.15",
"react-scroll": "1.8.9",
"react-transition-group": "4.4.5",
"resize-observer": "1.0.4"
@ -30,12 +30,12 @@
"@types/react-transition-group": "4.4.5",
"autoprefixer": "10.4.13",
"db": "workspace:*",
"esbuild": "^0.16.12",
"esbuild": "^0.16.15",
"eslint": "8.31.0",
"eslint-config-custom": "workspace:*",
"models": "workspace:*",
"postcss": "8.4.20",
"prettier": "2.8.1",
"postcss": "8.4.21",
"prettier": "2.8.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "3.2.4",