fix(packages): forgotten dependency
This commit is contained in:
parent
6dd22f818f
commit
a8403bb393
@ -12,8 +12,7 @@
|
|||||||
"@commitlint/config-conventional": "^17.6.3",
|
"@commitlint/config-conventional": "^17.6.3",
|
||||||
"husky": "^8.0.3",
|
"husky": "^8.0.3",
|
||||||
"lint-staged": "^13.2.2",
|
"lint-staged": "^13.2.2",
|
||||||
"prettier": "^2.8.8",
|
"prettier": "^2.8.8"
|
||||||
"rimraf": "^5.0.1"
|
|
||||||
},
|
},
|
||||||
"workspaces": [
|
"workspaces": [
|
||||||
"packages/*"
|
"packages/*"
|
||||||
|
@ -27,6 +27,7 @@
|
|||||||
"eslint-config-prettier": "^8.8.0",
|
"eslint-config-prettier": "^8.8.0",
|
||||||
"eslint-plugin-prettier": "^4.2.1",
|
"eslint-plugin-prettier": "^4.2.1",
|
||||||
"nodemon": "^2.0.22",
|
"nodemon": "^2.0.22",
|
||||||
|
"rimraf": "^5.0.1",
|
||||||
"ts-node": "^10.9.1",
|
"ts-node": "^10.9.1",
|
||||||
"tsconfig-paths": "^4.2.0",
|
"tsconfig-paths": "^4.2.0",
|
||||||
"typescript": "^5.0.4"
|
"typescript": "^5.0.4"
|
||||||
|
@ -10,7 +10,8 @@
|
|||||||
"eslint": "^8.41.0",
|
"eslint": "^8.41.0",
|
||||||
"eslint-config-prettier": "^8.8.0",
|
"eslint-config-prettier": "^8.8.0",
|
||||||
"eslint-plugin-prettier": "^4.2.1",
|
"eslint-plugin-prettier": "^4.2.1",
|
||||||
"minify": "^10.0.0"
|
"minify": "^10.0.0",
|
||||||
|
"rimraf": "^5.0.1"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "16.x"
|
"node": "16.x"
|
||||||
|
@ -7,6 +7,7 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"minify": "^10.0.0",
|
"minify": "^10.0.0",
|
||||||
|
"rimraf": "^5.0.1",
|
||||||
"serve": "^14.2.0",
|
"serve": "^14.2.0",
|
||||||
"tailwindcss": "^3.3.2"
|
"tailwindcss": "^3.3.2"
|
||||||
},
|
},
|
||||||
|
@ -1338,6 +1338,7 @@ __metadata:
|
|||||||
nodemailer: ^6.9.2
|
nodemailer: ^6.9.2
|
||||||
nodemon: ^2.0.22
|
nodemon: ^2.0.22
|
||||||
octokit: ^2.0.16
|
octokit: ^2.0.16
|
||||||
|
rimraf: ^5.0.1
|
||||||
ts-node: ^10.9.1
|
ts-node: ^10.9.1
|
||||||
tsconfig-paths: ^4.2.0
|
tsconfig-paths: ^4.2.0
|
||||||
typescript: ^5.0.4
|
typescript: ^5.0.4
|
||||||
@ -1537,6 +1538,7 @@ __metadata:
|
|||||||
eslint-config-prettier: ^8.8.0
|
eslint-config-prettier: ^8.8.0
|
||||||
eslint-plugin-prettier: ^4.2.1
|
eslint-plugin-prettier: ^4.2.1
|
||||||
minify: ^10.0.0
|
minify: ^10.0.0
|
||||||
|
rimraf: ^5.0.1
|
||||||
languageName: unknown
|
languageName: unknown
|
||||||
linkType: soft
|
linkType: soft
|
||||||
|
|
||||||
@ -1976,7 +1978,6 @@ __metadata:
|
|||||||
husky: ^8.0.3
|
husky: ^8.0.3
|
||||||
lint-staged: ^13.2.2
|
lint-staged: ^13.2.2
|
||||||
prettier: ^2.8.8
|
prettier: ^2.8.8
|
||||||
rimraf: ^5.0.1
|
|
||||||
languageName: unknown
|
languageName: unknown
|
||||||
linkType: soft
|
linkType: soft
|
||||||
|
|
||||||
@ -6007,6 +6008,7 @@ __metadata:
|
|||||||
resolution: "web@workspace:packages/web"
|
resolution: "web@workspace:packages/web"
|
||||||
dependencies:
|
dependencies:
|
||||||
minify: ^10.0.0
|
minify: ^10.0.0
|
||||||
|
rimraf: ^5.0.1
|
||||||
serve: ^14.2.0
|
serve: ^14.2.0
|
||||||
tailwindcss: ^3.3.2
|
tailwindcss: ^3.3.2
|
||||||
languageName: unknown
|
languageName: unknown
|
||||||
|
Loading…
Reference in New Issue
Block a user