Skip to content

Commit 778dc2a

Browse files
demianovaphp-coder
authored andcommitted
build(package.json): allow to update only patch versions
1 parent 366f099 commit 778dc2a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: src/main/frontend/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"private": true,
66
"dependencies": {},
77
"devDependencies": {
8-
"babel-cli": "^6.26.0",
9-
"babel-preset-env": "^1.7.0",
10-
"babel-preset-react": "^6.24.1"
8+
"babel-cli": "~6.26.0",
9+
"babel-preset-env": "~1.7.0",
10+
"babel-preset-react": "~6.24.1"
1111
},
1212
"scripts": {
1313
"build": "babel src --out-dir ../../../target/classes/js",

0 commit comments

Comments
 (0)