|
31 | 31 | "packageManager": "yarn@3.1.1", |
32 | 32 | "devDependencies": { |
33 | 33 | "@babel/cli": "^7.17.6", |
34 | | - "@babel/core": "^7.17.5", |
35 | | - "@babel/plugin-transform-modules-commonjs": "^7.16.8", |
| 34 | + "@babel/core": "^7.17.7", |
| 35 | + "@babel/plugin-transform-modules-commonjs": "^7.17.7", |
36 | 36 | "@changesets/changelog-github": "^0.4.3", |
37 | | - "@changesets/cli": "^2.21.0", |
38 | | - "@effect-ts/build-utils": "0.38.2", |
39 | | - "@effect-ts/core": "^0.58.0", |
40 | | - "@tsplus/installer": "^0.0.32", |
| 37 | + "@changesets/cli": "^2.21.1", |
| 38 | + "@effect-ts/build-utils": "0.38.3", |
| 39 | + "@effect-ts/core": "^0.58.1", |
| 40 | + "@tsplus/installer": "^0.0.36", |
41 | 41 | "@types/node": "^17.0.21", |
42 | 42 | "@types/rimraf": "^3.0.2", |
43 | | - "@typescript-eslint/eslint-plugin": "^5.13.0", |
44 | | - "@typescript-eslint/parser": "^5.13.0", |
| 43 | + "@typescript-eslint/eslint-plugin": "^5.15.0", |
| 44 | + "@typescript-eslint/parser": "^5.15.0", |
45 | 45 | "babel-plugin-annotate-pure-calls": "^0.4.0", |
46 | 46 | "babel-plugin-replace-import-extension": "^1.1.2", |
47 | | - "chalk": "4.1.2", |
| 47 | + "chalk": "5.0.1", |
48 | 48 | "concurrently": "^7.0.0", |
49 | 49 | "cpx": "^1.5.0", |
50 | | - "eslint": "^8.10.0", |
| 50 | + "eslint": "^8.11.0", |
51 | 51 | "eslint-config-prettier": "^8.5.0", |
52 | 52 | "eslint-import-resolver-typescript": "^2.5.0", |
53 | 53 | "eslint-plugin-codegen": "0.16.1", |
|
57 | 57 | "eslint-plugin-simple-import-sort": "^7.0.0", |
58 | 58 | "eslint-plugin-sort-destructure-keys": "^1.4.0", |
59 | 59 | "madge": "^5.0.1", |
60 | | - "prettier": "^2.5.1", |
| 60 | + "prettier": "^2.6.0", |
61 | 61 | "rimraf": "^3.0.2", |
62 | | - "ts-node": "^10.6.0", |
| 62 | + "ts-node": "^10.7.0", |
63 | 63 | "typescript": "^4.6.2", |
64 | 64 | "ultra-runner": "^3.10.5" |
65 | 65 | }, |
|
0 commit comments