|
53 | 53 | }
|
54 | 54 | },
|
55 | 55 | "devDependencies": {
|
56 |
| -"@babel/core":"^7.16.0", |
57 |
| -"@babel/plugin-transform-flow-strip-types":"7.16.0", |
58 |
| -"@babel/preset-env":"7.16.0", |
59 |
| -"@commitlint/cli":"14.1.0", |
60 |
| -"@commitlint/config-conventional":"14.1.0", |
61 |
| -"@nativescript/core":"8.1.5", |
62 |
| -"@rollup/plugin-alias":"3.1.8", |
| 56 | +"@babel/core":"^7.17.10", |
| 57 | +"@babel/plugin-transform-flow-strip-types":"7.16.7", |
| 58 | +"@babel/preset-env":"7.17.10", |
| 59 | +"@commitlint/cli":"16.2.4", |
| 60 | +"@commitlint/config-conventional":"16.2.4", |
| 61 | +"@nativescript/core":"8.2.3", |
| 62 | +"@rollup/plugin-alias":"3.1.9", |
63 | 63 | "@rollup/plugin-buble":"0.21.3",
|
64 |
| -"@rollup/plugin-commonjs":"21.0.1", |
65 |
| -"@rollup/plugin-node-resolve":"13.0.6", |
66 |
| -"@rollup/plugin-replace":"3.0.0", |
67 |
| -"babel-jest":"27.3.1", |
68 |
| -"chalk":"4.1.2", |
| 64 | +"@rollup/plugin-commonjs":"22.0.0", |
| 65 | +"@rollup/plugin-node-resolve":"13.3.0", |
| 66 | +"@rollup/plugin-replace":"4.0.0", |
| 67 | +"babel-jest":"28.1.0", |
| 68 | +"chalk":"5.0.1", |
69 | 69 | "commitizen":"4.2.4",
|
70 |
| -"conventional-changelog-cli":"2.1.1", |
| 70 | +"conventional-changelog-cli":"2.2.2", |
71 | 71 | "cz-conventional-changelog":"3.3.0",
|
72 |
| -"husky":"7.0.4", |
73 |
| -"inquirer":"8.2.0", |
74 |
| -"jest":"27.3.1", |
75 |
| -"jest-junit":"13.0.0", |
76 |
| -"lint-staged":"11.2.6", |
| 72 | +"husky":"8.0.1", |
| 73 | +"inquirer":"8.2.4", |
| 74 | +"jest":"28.1.0", |
| 75 | +"jest-junit":"13.2.0", |
| 76 | +"lint-staged":"12.4.1", |
77 | 77 | "patch-package":"^6.4.7",
|
78 |
| -"prettier":"2.4.1", |
79 |
| -"rollup":"^2.59.0", |
| 78 | +"prettier":"2.6.2", |
| 79 | +"rollup":"^2.72.1", |
80 | 80 | "rollup-plugin-flow-no-whitespace":"1.0.0",
|
81 | 81 | "rollup-plugin-resolve-aliases":"0.3.0",
|
82 |
| -"semver":"7.3.5", |
| 82 | +"semver":"7.3.7", |
83 | 83 | "set-value":"4.1.0",
|
84 | 84 | "vue":"2.6.14"
|
85 | 85 | },
|
|
99 | 99 | "<rootDir>/samples"
|
100 | 100 | ],
|
101 | 101 | "collectCoverage":true,
|
102 |
| -"testURL":"http://localhost" |
| 102 | +"testEnvironmentOptions": { |
| 103 | +"url":"http://localhost" |
| 104 | + } |
103 | 105 | },
|
104 | 106 | "prettier": {
|
105 | 107 | "semi":false,
|
|