|
33 | 33 | "postinstall": "husky install"
|
34 | 34 | },
|
35 | 35 | "devDependencies": {
|
36 |
| - "@babel/core": "^7.17.9", |
37 |
| - "@babel/plugin-transform-typescript": "^7.16.8", |
38 |
| - "@babel/preset-env": "^7.16.11", |
39 |
| - "@babel/preset-typescript": "^7.16.7", |
| 36 | + "@babel/core": "^7.18.5", |
| 37 | + "@babel/plugin-transform-typescript": "^7.18.4", |
| 38 | + "@babel/preset-env": "^7.18.2", |
| 39 | + "@babel/preset-typescript": "^7.17.12", |
40 | 40 | "@swc-node/core": "workspace:*",
|
41 | 41 | "@swc-node/jest": "workspace:*",
|
42 | 42 | "@swc-node/register": "workspace:*",
|
43 | 43 | "@types/babel__core": "^7.1.19",
|
44 | 44 | "@types/benchmark": "^2.1.1",
|
45 | 45 | "@types/lodash": "^4.14.182",
|
46 |
| - "@types/node": "^17.0.29", |
| 46 | + "@types/node": "^17.0.43", |
47 | 47 | "@types/sinon": "^10.0.11",
|
48 |
| - "@typescript-eslint/eslint-plugin": "^5.21.0", |
49 |
| - "@typescript-eslint/parser": "^5.21.0", |
50 |
| - "ava": "^4.2.0", |
| 48 | + "@typescript-eslint/eslint-plugin": "^5.28.0", |
| 49 | + "@typescript-eslint/parser": "^5.28.0", |
| 50 | + "ava": "^4.3.0", |
51 | 51 | "benchmark": "^2.1.4",
|
52 |
| - "colorette": "^2.0.16", |
53 |
| - "esbuild": "^0.14.38", |
54 |
| - "eslint": "^8.14.0", |
| 52 | + "colorette": "^2.0.19", |
| 53 | + "esbuild": "^0.14.43", |
| 54 | + "eslint": "^8.17.0", |
55 | 55 | "eslint-config-prettier": "^8.5.0",
|
56 | 56 | "eslint-plugin-import": "^2.26.0",
|
57 | 57 | "eslint-plugin-prettier": "^4.0.0",
|
58 |
| - "husky": "^7.0.4", |
59 |
| - "jest": "^28.0.2", |
60 |
| - "lerna": "^4.0.0", |
61 |
| - "lint-staged": "^12.4.1", |
| 58 | + "husky": "^8.0.1", |
| 59 | + "jest": "^28.1.1", |
| 60 | + "lerna": "^5.1.2", |
| 61 | + "lint-staged": "^13.0.1", |
62 | 62 | "lodash": "^4.17.21",
|
63 |
| - "prettier": "^2.6.2", |
64 |
| - "react": "^18.1.0", |
| 63 | + "prettier": "^2.7.0", |
| 64 | + "react": "^18.2.0", |
65 | 65 | "rxjs": "^7.5.5",
|
66 |
| - "sinon": "^13.0.2", |
| 66 | + "sinon": "^14.0.0", |
67 | 67 | "tslib": "^2.4.0",
|
68 |
| - "typescript": "^4.6.3" |
| 68 | + "typescript": "^4.8.3" |
69 | 69 | },
|
70 | 70 | "lint-staged": {
|
71 | 71 | "*.@(js|ts|tsx)": ["prettier --write"],
|
|
87 | 87 | "environmentVariables": {
|
88 | 88 | "SWC_NODE_PROJECT": "./tsconfig.test.json"
|
89 | 89 | }
|
90 |
| - } |
| 90 | + }, |
| 91 | + "packageManager": "[email protected]" |
91 | 92 | }
|
0 commit comments