📦 Upgrade deps
This commit is contained in:
@ -22,21 +22,21 @@
|
||||
"resize-observer": "1.0.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-commonjs": "22.0.2",
|
||||
"@rollup/plugin-commonjs": "23.0.0",
|
||||
"@rollup/plugin-json": "4.1.0",
|
||||
"@rollup/plugin-node-resolve": "14.1.0",
|
||||
"@rollup/plugin-typescript": "8.5.0",
|
||||
"@types/node": "18.7.23",
|
||||
"@types/node": "18.8.3",
|
||||
"@types/qs": "6.9.7",
|
||||
"@types/react": "18.0.21",
|
||||
"@types/react-phone-number-input": "3.0.14",
|
||||
"@types/react-scroll": "1.8.4",
|
||||
"@types/react-transition-group": "4.4.5",
|
||||
"@typescript-eslint/eslint-plugin": "5.38.1",
|
||||
"@typescript-eslint/parser": "5.38.1",
|
||||
"@typescript-eslint/eslint-plugin": "5.39.0",
|
||||
"@typescript-eslint/parser": "5.39.0",
|
||||
"autoprefixer": "10.4.12",
|
||||
"db": "workspace:*",
|
||||
"eslint": "8.24.0",
|
||||
"eslint": "8.25.0",
|
||||
"eslint-config-next": "12.3.1",
|
||||
"eslint-config-prettier": "8.5.0",
|
||||
"eslint-plugin-prettier": "4.2.1",
|
||||
|
@ -14,7 +14,7 @@
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@faire/mjml-react": "2.1.4",
|
||||
"@types/node": "18.7.23",
|
||||
"@types/node": "18.8.3",
|
||||
"@types/nodemailer": "6.4.6",
|
||||
"@types/react": "18.0.21",
|
||||
"concurrently": "7.4.0",
|
||||
@ -22,7 +22,7 @@
|
||||
"nodemailer": "6.8.0",
|
||||
"react": "18.2.0",
|
||||
"serve": "14.0.1",
|
||||
"tsx": "3.9.0",
|
||||
"tsx": "3.10.1",
|
||||
"utils": "workspace:*"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
@ -13,12 +13,12 @@
|
||||
"devDependencies": {
|
||||
"jest-environment-jsdom": "29.1.2",
|
||||
"@rollup/plugin-typescript": "8.5.0",
|
||||
"@types/jest": "29.1.1",
|
||||
"@typescript-eslint/eslint-plugin": "5.38.1",
|
||||
"@typescript-eslint/parser": "5.38.1",
|
||||
"eslint": "8.24.0",
|
||||
"eslint-plugin-functional": "4.4.0",
|
||||
"eslint-plugin-jest": "27.0.4",
|
||||
"@types/jest": "29.1.2",
|
||||
"@typescript-eslint/eslint-plugin": "5.39.0",
|
||||
"@typescript-eslint/parser": "5.39.0",
|
||||
"eslint": "8.25.0",
|
||||
"eslint-plugin-functional": "4.4.1",
|
||||
"eslint-plugin-jest": "27.1.1",
|
||||
"eslint-plugin-prettier": "4.2.1",
|
||||
"jest": "29.1.2",
|
||||
"prettier": "2.7.1",
|
||||
|
@ -6,9 +6,9 @@
|
||||
"main": "./index.ts",
|
||||
"types": "./index.ts",
|
||||
"devDependencies": {
|
||||
"@playwright/test": "1.26.1",
|
||||
"@playwright/test": "1.27.0",
|
||||
"@types/nodemailer": "6.4.6",
|
||||
"aws-sdk": "2.1227.0",
|
||||
"aws-sdk": "2.1231.0",
|
||||
"cuid": "2.1.8",
|
||||
"db": "workspace:*",
|
||||
"models": "workspace:*",
|
||||
|
Reference in New Issue
Block a user