|
31 | 31 | "author": "Jay V <air@live.ca>", |
32 | 32 | "license": "MIT", |
33 | 33 | "dependencies": { |
34 | | - "@babel/core": "^7.13.10", |
35 | | - "@babel/plugin-proposal-class-properties": "^7.13.0", |
36 | | - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.13", |
37 | | - "@babel/plugin-proposal-optional-chaining": "^7.13.12", |
38 | | - "@babel/plugin-transform-runtime": "^7.13.10", |
39 | | - "@babel/preset-env": "^7.13.12", |
40 | | - "@babel/runtime": "^7.13.10", |
41 | | - "@typescript-eslint/eslint-plugin": "^4.22.0", |
42 | | - "@typescript-eslint/parser": "^4.22.0", |
| 34 | + "@babel/core": "^7.17.2", |
| 35 | + "@babel/plugin-proposal-class-properties": "^7.16.7", |
| 36 | + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.7", |
| 37 | + "@babel/plugin-proposal-optional-chaining": "^7.16.7", |
| 38 | + "@babel/plugin-transform-runtime": "^7.17.0", |
| 39 | + "@babel/preset-env": "^7.16.11", |
| 40 | + "@babel/runtime": "^7.17.2", |
| 41 | + "@typescript-eslint/eslint-plugin": "^4.33.0", |
| 42 | + "@typescript-eslint/parser": "^4.33.0", |
43 | 43 | "babel-eslint": "^10.0.2", |
44 | | - "babel-jest": "^26.5.2", |
45 | | - "babel-loader": "^8.2.2", |
46 | | - "babel-plugin-source-map-support": "^2.1.1", |
47 | | - "chalk": "^4.1.0", |
48 | | - "concat-text-webpack-plugin": "^0.1.9", |
| 44 | + "babel-jest": "^26.6.3", |
| 45 | + "babel-loader": "^8.2.3", |
| 46 | + "babel-plugin-source-map-support": "^2.1.3", |
| 47 | + "chalk": "^4.1.2", |
| 48 | + "concat-text-webpack-plugin": "^0.2.1", |
49 | 49 | "copy-webpack-plugin": "^8.1.1", |
50 | | - "core-js": "^3.10.1", |
| 50 | + "core-js": "^3.21.0", |
51 | 51 | "cross-spawn": "^7.0.3", |
52 | | - "css-loader": "^5.2.1", |
53 | | - "dotenv": "^8.2.0", |
54 | | - "esbuild-loader": "^2.12.0", |
55 | | - "eslint": "^7.24.0", |
| 52 | + "css-loader": "^5.2.7", |
| 53 | + "dotenv": "^8.6.0", |
| 54 | + "esbuild-loader": "^2.18.0", |
| 55 | + "eslint": "^7.32.0", |
56 | 56 | "eslint-config-strongloop": "^2.1.0", |
57 | | - "eslint-webpack-plugin": "^2.5.3", |
58 | | - "fast-glob": "^3.2.5", |
59 | | - "fork-ts-checker-webpack-plugin": "^6.2.1", |
60 | | - "graphql": "^15.5.0", |
61 | | - "graphql-tag": "^2.10.3", |
| 57 | + "eslint-webpack-plugin": "^2.6.0", |
| 58 | + "fast-glob": "^3.2.11", |
| 59 | + "fork-ts-checker-webpack-plugin": "^6.5.0", |
| 60 | + "graphql": "^15.8.0", |
| 61 | + "graphql-tag": "^2.12.6", |
62 | 62 | "ignore-loader": "^0.1.2", |
63 | 63 | "import-fresh": "^3.3.0", |
64 | | - "isomorphic-style-loader": "^5.1.0", |
65 | | - "jest": "^26.5.3", |
| 64 | + "isomorphic-style-loader": "^5.3.2", |
| 65 | + "jest": "^26.6.3", |
66 | 66 | "pkg-up": "^3.1.0", |
67 | | - "raw-loader": "^4.0.1", |
68 | | - "regenerator-runtime": "^0.13.2", |
69 | | - "resolve": "^1.20.0", |
70 | | - "sass": "^1.32.8", |
71 | | - "sass-loader": "^11.0.1", |
72 | | - "serverless-webpack": "^5.5.4", |
73 | | - "source-map-support": "^0.5.19", |
74 | | - "ts-jest": "^26.5.5", |
75 | | - "ts-loader": "^8.1.0", |
76 | | - "tsconfig-paths-webpack-plugin": "^3.5.1", |
77 | | - "typescript": "^4.2.4", |
78 | | - "webpack": "^5.33.2", |
| 67 | + "raw-loader": "^4.0.2", |
| 68 | + "regenerator-runtime": "^0.13.9", |
| 69 | + "resolve": "^1.22.0", |
| 70 | + "sass": "^1.49.7", |
| 71 | + "sass-loader": "^11.1.1", |
| 72 | + "serverless-webpack": "^5.6.1", |
| 73 | + "source-map-support": "^0.5.21", |
| 74 | + "ts-jest": "^26.5.6", |
| 75 | + "ts-loader": "^8.3.0", |
| 76 | + "tsconfig-paths-webpack-plugin": "^3.5.2", |
| 77 | + "typescript": "^4.5.5", |
| 78 | + "webpack": "^5.68.0", |
79 | 79 | "webpack-bundle-analyzer": "^4.5.0", |
80 | 80 | "webpack-node-externals": "^2.5.2", |
81 | 81 | "webpack-permissions-plugin": "^1.0.8" |
82 | 82 | }, |
83 | 83 | "devDependencies": { |
84 | | - "@types/jest": "^26.0.22", |
| 84 | + "@types/jest": "^26.0.24", |
85 | 85 | "husky": "^6.0.0", |
86 | | - "is-ci": "^3.0.0", |
| 86 | + "is-ci": "^3.0.1", |
87 | 87 | "lerna-changelog": "^1.0.1", |
88 | 88 | "lint-staged": "^10.5.4", |
89 | | - "prettier": "^2.2.1", |
| 89 | + "prettier": "^2.5.1", |
90 | 90 | "reflect-metadata": "^0.1.13", |
91 | | - "serverless": "^2.37.1" |
| 91 | + "serverless": "^2.72.2" |
92 | 92 | }, |
93 | 93 | "peerDependencies": { |
94 | 94 | "serverless": "1 || 2 || 3" |
|
0 commit comments