|
1 | 1 | { |
2 | 2 | "name": "@hawapi/js-sdk", |
| 3 | + "packageManager": "yarn@4.0.1", |
3 | 4 | "description": "HawAPI SDK for JavaScript", |
4 | | - "version": "1.1.0", |
| 5 | + "version": "1.2.0", |
5 | 6 | "repository": "git@github.com:HawAPI/js-sdk.git", |
6 | 7 | "author": { |
7 | 8 | "name": "Lucas Josino", |
|
62 | 63 | "publish:dry-wot": "yarn lint && yarn build" |
63 | 64 | }, |
64 | 65 | "devDependencies": { |
65 | | - "@mxssfd/typedoc-theme": "^1.1.2", |
66 | | - "@rollup/plugin-terser": "^0.4.3", |
67 | | - "@types/eslint": "^8.44.2", |
68 | | - "@types/jest": "^29.5.4", |
| 66 | + "@mxssfd/typedoc-theme": "^1.1.3", |
| 67 | + "@rollup/plugin-terser": "^0.4.4", |
| 68 | + "@types/eslint": "^8.44.7", |
| 69 | + "@types/jest": "^29.5.8", |
69 | 70 | "@types/prettier": "^2.7.2", |
70 | 71 | "@typescript-eslint/eslint-plugin": "^5.47.0", |
71 | 72 | "@typescript-eslint/parser": "^5.47.0", |
72 | | - "eslint": "^8.48.0", |
| 73 | + "eslint": "^8.53.0", |
73 | 74 | "eslint-config-prettier": "^8.5.0", |
74 | 75 | "eslint-plugin-prettier": "^4.2.1", |
75 | | - "jest": "^29.6.4", |
| 76 | + "jest": "^29.7.0", |
76 | 77 | "prettier": "^2.8.1", |
77 | 78 | "rollup": "^2.79.1", |
78 | | - "rollup-plugin-typescript2": "^0.34.1", |
| 79 | + "rollup-plugin-typescript2": "^0.36.0", |
79 | 80 | "ts-jest": "^29.1.1", |
80 | 81 | "ts-jest-resolver": "^2.0.1", |
81 | | - "typedoc": "^0.24.8", |
| 82 | + "typedoc": "^0.25.3", |
82 | 83 | "typescript": "^4.9.4" |
83 | 84 | } |
84 | 85 | } |
0 commit comments