|
1 | 1 | { |
2 | 2 | "name": "serverless-diff-plugin", |
3 | | - "version": "0.0.10", |
| 3 | + "version": "0.0.15", |
4 | 4 | "description": "Plugin for Serverless Framework v3.x which compares your local AWS CloudFormation templates against deployed ones.", |
5 | 5 | "main": "dist/lib/index.js", |
6 | 6 | "files": [ |
|
33 | 33 | "serverless" |
34 | 34 | ], |
35 | 35 | "dependencies": { |
36 | | - "@aws-cdk/cloud-assembly-schema": "^2.53.0", |
37 | | - "@aws-cdk/cloudformation-diff": "^2.53.0", |
38 | | - "@aws-sdk/client-cloudformation": "^3.231.0", |
39 | | - "chalk": "^4.1.0", |
40 | | - "jsonpath-plus": "^7.2.0" |
| 36 | + "@aws-cdk/cloud-assembly-schema": "^2.133.0", |
| 37 | + "@aws-cdk/cloudformation-diff": "^2.133.0", |
| 38 | + "@aws-sdk/client-cloudformation": "^3.537.0", |
| 39 | + "chalk": "^4.1.2", |
| 40 | + "jsonpath-plus": "^8.1.0" |
41 | 41 | }, |
42 | 42 | "devDependencies": { |
43 | | - "@jest/globals": "^29.3.1", |
44 | | - "@types/jest": "^29.2.4", |
45 | | - "@typescript-eslint/eslint-plugin": "^5.46.1", |
46 | | - "@typescript-eslint/parser": "^5.46.1", |
47 | | - "aws-sdk-client-mock": "^2.0.1", |
| 43 | + "@jest/globals": "^29.5.12", |
| 44 | + "@types/jest": "^29.5.12", |
| 45 | + "@typescript-eslint/eslint-plugin": "^7.3.1", |
| 46 | + "@typescript-eslint/parser": "^7.3.1", |
| 47 | + "aws-sdk-client-mock": "^4.0.0", |
48 | 48 | "coveralls": "^3.1.1", |
49 | | - "eslint": "^8.30.0", |
50 | | - "jest": "^29.3.1", |
51 | | - "jest-extended": "^3.2.0", |
52 | | - "memfs": "^3.4.12", |
53 | | - "ts-jest": "^29.0.3", |
54 | | - "ts-node": "^10.9.1", |
55 | | - "typescript": "^4.9.4", |
| 49 | + "eslint": "^8.57.0", |
| 50 | + "jest": "^29.7.0", |
| 51 | + "jest-extended": "^4.0.2", |
| 52 | + "memfs": "^4.8.0", |
| 53 | + "ts-jest": "^29.1.2", |
| 54 | + "ts-node": "^10.9.2", |
| 55 | + "typescript": "^5.4.3", |
56 | 56 | "typescript-formatter": "^7.2.2" |
57 | 57 | }, |
58 | 58 | "peerDependencies": { |
59 | | - "serverless": "^2.60 || 3" |
| 59 | + "serverless": "3" |
60 | 60 | }, |
61 | 61 | "jest": { |
62 | 62 | "bail": true, |
|
0 commit comments