2
0

build: 📦️ Update packages

This commit is contained in:
Baptiste Arnaud
2022-04-02 10:38:00 +02:00
parent 525887a32c
commit 05009814d4
22 changed files with 1740 additions and 1629 deletions

View File

@ -10,33 +10,33 @@
"models": "*",
"qs": "^6.10.3",
"react-frame-component": "5.2.2-alpha.1",
"react-phone-number-input": "^3.1.46",
"react-phone-number-input": "^3.1.49",
"react-scroll": "^1.8.6",
"react-transition-group": "^4.4.2",
"utils": "*"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^21.0.2",
"@rollup/plugin-commonjs": "^21.0.3",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-typescript": "^8.3.1",
"@types/react": "^17.0.40",
"@types/react": "^17.0.43",
"@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",
"autoprefixer": "^10.4.4",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.8",
"rollup": "^2.70.0",
"postcss": "^8.4.12",
"rollup": "^2.70.1",
"rollup-plugin-dts": "^4.2.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2",
"tailwindcss": "^3.0.23",
"typescript": "^4.6.2",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"typescript": "^4.6.3",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"eslint": "<8.0.0",
"eslint-config-next": "12.1.0",
"eslint-config-next": "12.1.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"tslib": "^2.3.1"

View File

@ -5,13 +5,13 @@
"main": "./index.ts",
"types": "./index.ts",
"devDependencies": {
"prisma": "^3.10.0",
"prisma": "^3.11.1",
"ts-node": "^10.7.0",
"typescript": "^4.6.2",
"dotenv-cli": "5.0.0"
"typescript": "^4.6.3",
"dotenv-cli": "5.1.0"
},
"dependencies": {
"@prisma/client": "^3.10.0"
"@prisma/client": "^3.11.1"
},
"scripts": {
"dx": "dotenv -e ../../apps/builder/.env.local prisma db push && yarn generate:schema && yarn start:sutdio ",

View File

@ -6,10 +6,10 @@
"license": "AGPL-3.0-or-later",
"private": true,
"devDependencies": {
"typescript": "^4.6.2"
"typescript": "^4.6.3"
},
"dependencies": {
"next": "^12.1.0",
"next": "^12.1.4",
"db": "*"
},
"scripts": {

View File

@ -12,18 +12,18 @@
"devDependencies": {
"@rollup/plugin-typescript": "^8.3.1",
"@types/jest": "^27.4.1",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"eslint": "<8.0.0",
"eslint-plugin-functional": "^4.2.0",
"eslint-plugin-jest": "^26.1.1",
"eslint-plugin-jest": "^26.1.3",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^27.5.1",
"rollup": "^2.70.0",
"rollup": "^2.70.1",
"rollup-plugin-styles": "^4.0.0",
"rollup-plugin-terser": "^7.0.2",
"ts-jest": "^27.1.3",
"ts-jest": "^27.1.4",
"ts-loader": "^9.2.8",
"typescript": "^4.6.2"
"typescript": "^4.6.3"
}
}

View File

@ -7,18 +7,18 @@
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",
"devDependencies": {
"@rollup/plugin-commonjs": "^21.0.2",
"@rollup/plugin-commonjs": "^21.0.3",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-typescript": "^8.3.1",
"rollup": "^2.70.0",
"rollup": "^2.70.1",
"rollup-plugin-dts": "^4.2.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"tslib": "^2.3.1",
"typescript": "^4.6.2"
"typescript": "^4.6.3"
},
"dependencies": {
"models": "*",
"next": "^12.1.0"
"next": "^12.1.4"
},
"scripts": {
"build": "yarn rollup -c",