|
48 | 48 | }, |
49 | 49 | "dependencies": { |
50 | 50 | "@types/node": "^17.0.1", |
51 | | - "isomorphic-unfetch": "^3.1.0" |
| 51 | + "node-fetch": "^3.2.0" |
52 | 52 | }, |
53 | 53 | "devDependencies": { |
54 | 54 | "@babel/core": "^7.15.5", |
|
59 | 59 | "@commitlint/cz-commitlint": "^16.0.0", |
60 | 60 | "@rollup/plugin-commonjs": "^21.0.0", |
61 | 61 | "@rollup/plugin-multi-entry": "^4.0.0", |
62 | | - "@rollup/plugin-node-resolve": "^13.0.0", |
| 62 | + "@rollup/plugin-node-resolve": "^13.1.3", |
63 | 63 | "@types/jest": "^27.0.1", |
64 | 64 | "@typescript-eslint/eslint-plugin": "^4.26.1", |
65 | 65 | "@typescript-eslint/parser": "^4.26.1", |
|
74 | 74 | "lint-staged": "^12.0.1", |
75 | 75 | "nock": "^13.1.0", |
76 | 76 | "prettier": "^2.4.1", |
77 | | - "rollup": "^2.51.2", |
78 | | - "rollup-plugin-dts": "^4.0.0", |
| 77 | + "rollup": "^2.66.1", |
| 78 | + "rollup-plugin-dts": "^4.1.0", |
79 | 79 | "rollup-plugin-inject-process-env": "^1.3.1", |
80 | 80 | "rollup-plugin-peer-deps-external": "^2.2.4", |
81 | 81 | "rollup-plugin-terser": "^7.0.2", |
|
91 | 91 | "engines": { |
92 | 92 | "node": ">=14.*" |
93 | 93 | }, |
94 | | - "plugins": [ |
95 | | - [ |
96 | | - "@semantic-release/commit-analyzer" |
97 | | - ], |
98 | | - [ |
99 | | - "@semantic-release/release-notes-generator" |
100 | | - ], |
101 | | - "@semantic-release/npm", |
102 | | - "@semantic-release/github" |
103 | | - ], |
104 | 94 | "release": { |
| 95 | + "plugins": [ |
| 96 | + [ |
| 97 | + "@semantic-release/commit-analyzer" |
| 98 | + ], |
| 99 | + [ |
| 100 | + "@semantic-release/release-notes-generator" |
| 101 | + ], |
| 102 | + "@semantic-release/npm", |
| 103 | + "@semantic-release/github" |
| 104 | + ], |
105 | 105 | "branches": [ |
106 | 106 | "main" |
107 | 107 | ] |
|
0 commit comments