|
22 | 22 | "release": "node build/releaser.js",
|
23 | 23 | "release:notes": "node build/gen-release-notes.js",
|
24 | 24 | "changelog": "conventional-changelog --release-count 0 --outfile CHANGELOG.md --preset angular",
|
25 |
| - "commit": "git-cz", |
26 |
| - "postinstall": "node postinstall.js", |
27 |
| - "preuninstall": "node preuninstall.js" |
| 25 | + "commit": "git-cz" |
28 | 26 | },
|
29 | 27 | "repository": {
|
30 | 28 | "type": "git",
|
|
69 | 67 | "@nativescript/hook": "2.0.0"
|
70 | 68 | },
|
71 | 69 | "devDependencies": {
|
72 |
| - "@babel/core": "^7.11.5", |
73 |
| - "@babel/plugin-transform-flow-strip-types": "7.10.4", |
74 |
| - "@babel/preset-env": "7.11.5", |
75 |
| - "@commitlint/cli": "9.1.2", |
76 |
| - "@commitlint/config-conventional": "9.1.2", |
77 |
| - "@nativescript/core": "7.0.0", |
| 70 | + "@babel/core": "^7.12.7", |
| 71 | + "@babel/plugin-transform-flow-strip-types": "7.12.1", |
| 72 | + "@babel/preset-env": "7.12.7", |
| 73 | + "@commitlint/cli": "11.0.0", |
| 74 | + "@commitlint/config-conventional": "11.0.0", |
| 75 | + "@nativescript/core": "7.0.13", |
78 | 76 | "@rollup/plugin-alias": "3.1.1",
|
79 | 77 | "@rollup/plugin-buble": "0.21.3",
|
80 |
| - "@rollup/plugin-commonjs": "15.0.0", |
81 |
| - "@rollup/plugin-node-resolve": "9.0.0", |
82 |
| - "@rollup/plugin-replace": "2.3.3", |
83 |
| - "babel-jest": "26.3.0", |
| 78 | + "@rollup/plugin-commonjs": "16.0.0", |
| 79 | + "@rollup/plugin-node-resolve": "10.0.0", |
| 80 | + "@rollup/plugin-replace": "2.3.4", |
| 81 | + "babel-jest": "26.6.3", |
84 | 82 | "chalk": "4.1.0",
|
85 |
| - "commitizen": "4.2.1", |
86 |
| - "conventional-changelog-cli": "2.1.0", |
| 83 | + "commitizen": "4.2.2", |
| 84 | + "conventional-changelog-cli": "2.1.1", |
87 | 85 | "cz-conventional-changelog": "3.3.0",
|
88 |
| - "husky": "4.2.5", |
| 86 | + "husky": "4.3.0", |
89 | 87 | "inquirer": "7.3.3",
|
90 |
| - "jest": "26.4.2", |
91 |
| - "jest-junit": "11.1.0", |
92 |
| - "lint-staged": "10.3.0", |
93 |
| - "prettier": "2.1.1", |
94 |
| - "rollup": "^2.26.9", |
| 88 | + "jest": "26.6.3", |
| 89 | + "jest-junit": "12.0.0", |
| 90 | + "lint-staged": "10.5.1", |
| 91 | + "prettier": "2.2.0", |
| 92 | + "rollup": "^2.33.3", |
95 | 93 | "rollup-plugin-flow-no-whitespace": "1.0.0",
|
96 | 94 | "rollup-plugin-resolve-aliases": "0.3.0",
|
97 | 95 | "semver": "7.3.2",
|
|
0 commit comments