Skip to content

Commit 1911af8

Browse files
chore(package): switch to caret ranges in package.json
1 parent 5fd4a87 commit 1911af8

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

package.json

+25-25
Original file line numberDiff line numberDiff line change
@@ -65,34 +65,34 @@
6565
"jsnext:main": "lib-esm/index.js",
6666
"license": "MIT",
6767
"devDependencies": {
68-
"@types/jasmine": "2.8.6",
69-
"@types/jquery": "3.3.1",
70-
"@uirouter/publish-scripts": "2.3.3",
71-
"dts-downlevel": "0.3.0",
72-
"fork-ts-checker-webpack-plugin": "0.4.1",
73-
"glob": "7.1.2",
68+
"@types/jasmine": "^2.8.6",
69+
"@types/jquery": "^3.3.1",
70+
"@uirouter/publish-scripts": "^2.3.3",
71+
"dts-downlevel": "^0.3.0",
72+
"fork-ts-checker-webpack-plugin": "^0.4.1",
73+
"glob": "^7.1.2",
7474
"husky": "^0.14.3",
75-
"jasmine-core": "3.1.0",
76-
"karma": "2.0.0",
77-
"karma-chrome-launcher": "2.2.0",
78-
"karma-firefox-launcher": "1.1.0",
79-
"karma-jasmine": "1.1.1",
80-
"karma-script-launcher": "1.0.0",
81-
"karma-sourcemap-loader": "0.3.7",
75+
"jasmine-core": "^3.1.0",
76+
"karma": "^2.0.0",
77+
"karma-chrome-launcher": "^2.2.0",
78+
"karma-firefox-launcher": "^1.1.0",
79+
"karma-jasmine": "^1.1.1",
80+
"karma-script-launcher": "^1.0.0",
81+
"karma-sourcemap-loader": "^0.3.7",
8282
"karma-webpack": "^3.0.0",
83-
"npm-run-all": "4.1.2",
83+
"npm-run-all": "^4.1.2",
8484
"prettier": "^1.11.1",
8585
"pretty-quick": "^1.4.1",
86-
"rollup": "0.57.1",
87-
"rollup-plugin-node-resolve": "3.3.0",
88-
"rollup-plugin-sourcemaps": "0.4.2",
89-
"rollup-plugin-uglify": "3.0.0",
90-
"shelljs": "0.8.1",
91-
"shx": "0.2.2",
92-
"ts-loader": "4.1.0",
93-
"tslint": "5.9.1",
94-
"tslint-eslint-rules": "5.1.0",
95-
"typescript": "2.7.2",
96-
"webpack": "4.2.0"
86+
"rollup": "^0.57.1",
87+
"rollup-plugin-node-resolve": "^3.3.0",
88+
"rollup-plugin-sourcemaps": "^0.4.2",
89+
"rollup-plugin-uglify": "^3.0.0",
90+
"shelljs": "^0.8.1",
91+
"shx": "^0.2.2",
92+
"ts-loader": "^4.1.0",
93+
"tslint": "^5.9.1",
94+
"tslint-eslint-rules": "^5.1.0",
95+
"typescript": "^2.7.2",
96+
"webpack": "^4.2.0"
9797
}
9898
}

0 commit comments

Comments
 (0)