Skip to content

Commit

Permalink
chore: upgrade eslint-config and use test-helpers (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoArregui committed Jun 27, 2023
1 parent 1e2ce63 commit 1ba8397
Show file tree
Hide file tree
Showing 2 changed files with 1,390 additions and 1,060 deletions.
13 changes: 3 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,29 +33,22 @@
},
"homepage": "https://github.com/decentraland/content-validator#readme",
"devDependencies": {
"@dcl/eslint-config": "^1.1.1",
"@dcl/eslint-config": "^1.1.4",
"@microsoft/api-extractor": "^7.34.4",
"@types/jest": "^28.1.8",
"@types/ms": "^0.7.31",
"@types/node": "^17.0.45",
"@types/sharp": "^0.31.1",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"@well-known-components/env-config-provider": "^1.2.0",
"@well-known-components/http-server": "^1.1.6",
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^28.1.3",
"@well-known-components/test-helpers": "^1.5.1",
"prettier": "^2.8.7",
"ts-jest": "^28.0.8",
"typescript": "^4.9.5"
},
"dependencies": {
"@dcl/block-indexer": "^1.1.1",
"@dcl/content-hash-tree": "^1.1.4",
"@dcl/schemas": "^7.0.0",
"@dcl/hashing": "^2.0.0",
"@dcl/schemas": "^7.0.0",
"@dcl/urn-resolver": "^2.0.3",
"@well-known-components/interfaces": "^1.3.0",
"@well-known-components/thegraph-component": "^1.5.0",
Expand Down
Loading

0 comments on commit 1ba8397

Please sign in to comment.