Skip to content

Commit 02d47d6

Browse files
committed
chore: bump dependencies
1 parent 20fb352 commit 02d47d6

File tree

4 files changed

+1760
-1724
lines changed

4 files changed

+1760
-1724
lines changed

package.json

Lines changed: 19 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@
2222
"release": "node build/releaser.js",
2323
"release:notes": "node build/gen-release-notes.js",
2424
"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"
2826
},
2927
"repository": {
3028
"type": "git",
@@ -69,29 +67,29 @@
6967
"@nativescript/hook": "2.0.0"
7068
},
7169
"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",
7876
"@rollup/plugin-alias": "3.1.1",
7977
"@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",
8482
"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",
8785
"cz-conventional-changelog": "3.3.0",
88-
"husky": "4.2.5",
86+
"husky": "4.3.0",
8987
"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",
9593
"rollup-plugin-flow-no-whitespace": "1.0.0",
9694
"rollup-plugin-resolve-aliases": "0.3.0",
9795
"semver": "7.3.2",

samples/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,21 @@
77
"license": "MIT",
88
"readme": "NativeScriptVue Samples Application",
99
"dependencies": {
10-
"@nativescript/core": "7.0.0",
10+
"@nativescript/core": "7.0.13",
1111
"@vue/devtools": "5.3.3",
12-
"lorem-ipsum": "^2.0.3",
13-
"nativescript-socketio": "^3.3.1",
12+
"lorem-ipsum": "2.0.3",
13+
"nativescript-socketio": "3.3.1",
1414
"nativescript-toasty": "3.0.0-alpha.2",
1515
"nativescript-vue-devtools": "1.4.0",
1616
"vuex": "3.5.1"
1717
},
1818
"devDependencies": {
19-
"@babel/core": "7.11.5",
20-
"@babel/preset-env": "7.11.5",
21-
"@nativescript/ios": "7.0.0",
22-
"@nativescript/webpack": "3.0.1-rc.0",
23-
"babel-loader": "8.1.0",
19+
"@babel/core": "7.12.7",
20+
"@babel/preset-env": "7.12.7",
21+
"@nativescript/ios": "7.0.6",
22+
"@nativescript/webpack": "3.0.8",
23+
"babel-loader": "8.2.1",
2424
"nativescript-vue-template-compiler": "file:../packages/nativescript-vue-template-compiler",
25-
"vue-loader": "15.9.3"
25+
"vue-loader": "15.9.5"
2626
}
2727
}

0 commit comments

Comments
 (0)