Skip to content

Commit

Permalink
📦 Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mobily committed Dec 18, 2021
1 parent eae207a commit 44e0959
Show file tree
Hide file tree
Showing 2 changed files with 546 additions and 492 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"build": "yarn foy -c ./scripts/build.foyfile.ts",
"clean": "rm -rf ./dist && rm -f ./tsconfig.tsbuildinfo",
"test": "yarn foy -c ./scripts/test.foyfile.ts",
"re:clean": "yarn bsb -clean-world",
"re:build": "yarn bsb -make-world",
"re:dev": "yarn bsb -make-world -w",
"re:clean": "yarn rescript clean",
"re:build": "yarn rescript build",
"re:dev": "yarn rescript build -w",
"transform": "yarn foy -c ./scripts/transform.foyfile.ts",
"generate": "yarn foy -c ./scripts/generate.foyfile.ts"
},
Expand Down Expand Up @@ -59,22 +59,22 @@
"@types/jest": "^27.0.3",
"@types/jscodeshift": "^0.11.3",
"all-contributors-cli": "^6.20.0",
"bs-platform": "^9.0.2",
"common-tags": "^1.8.2",
"coveralls": "^3.1.1",
"esbuild": "^0.14.0",
"flow-bin": "^0.165.1",
"flowgen": "^1.16.0",
"foy": "^0.2.15",
"esbuild": "^0.14.5",
"flow-bin": "^0.168.0",
"flowgen": "^1.16.1",
"foy": "^0.2.16",
"gentype": "^4.3.0",
"globby": "^11.0.3",
"jest": "^27.3.1",
"jest": "^27.4.5",
"jscodeshift": "^0.13.0",
"prettier": "^2.5.0",
"prettier": "^2.5.1",
"rescript": "^9.1.4",
"ts-expect": "^1.3.0",
"ts-jest": "^27.0.7",
"ts-jest": "^27.1.2",
"ts-node": "^10.4.0",
"typescript": "^4.5.2"
"typescript": "^4.5.4"
},
"cacheDirectories": [
"node_modules"
Expand Down
Loading

0 comments on commit 44e0959

Please sign in to comment.