2
0

build: 📦️ Update packages

This commit is contained in:
Baptiste Arnaud
2022-02-14 18:04:23 +01:00
parent bdfd7ac1bc
commit e7d1f5d674
15 changed files with 312 additions and 119 deletions

View File

@ -7,11 +7,11 @@
"types": "dist/index.d.ts",
"dependencies": {
"db": "*",
"fast-equals": "^2.0.4",
"fast-equals": "^3.0.0",
"models": "*",
"qs": "^6.10.3",
"react-frame-component": "5.2.2-alpha.0",
"react-phone-number-input": "^3.1.45",
"react-phone-number-input": "^3.1.46",
"react-scroll": "^1.8.4",
"react-transition-group": "^4.4.2",
"utils": "*"
@ -21,23 +21,23 @@
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-typescript": "^8.3.0",
"@types/react": "^17.0.38",
"@types/react": "^17.0.39",
"@types/react-phone-number-input": "^3.0.13",
"@types/react-scroll": "^1.8.3",
"@types/react-transition-group": "^4.4.4",
"autoprefixer": "^10.4.2",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.5",
"rollup": "^2.66.1",
"postcss": "^8.4.6",
"rollup": "^2.67.2",
"rollup-plugin-dts": "^4.1.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2",
"tailwindcss": "^3.0.17",
"tailwindcss": "^3.0.22",
"typescript": "^4.5.5",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/eslint-plugin": "^5.11.0",
"eslint": "<8.0.0",
"eslint-config-next": "12.0.9",
"eslint-config-next": "12.0.10",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-prettier": "^4.0.0"