mirror of
https://github.com/prymitive/karma
synced 2026-05-09 03:36:44 +00:00
Merge pull request #26 from prymitive/semver
fix(package): pin all deps, don't use ranges
This commit is contained in:
@@ -4,37 +4,37 @@
|
||||
"license": "Apache-2.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@attently/riek": "^2.0.1",
|
||||
"@fortawesome/fontawesome-svg-core": "^1.2.2",
|
||||
"@fortawesome/free-regular-svg-icons": "^5.2.0",
|
||||
"@fortawesome/free-solid-svg-icons": "^5.2.0",
|
||||
"@attently/riek": "2.0.1",
|
||||
"@fortawesome/fontawesome-svg-core": "1.2.2",
|
||||
"@fortawesome/free-regular-svg-icons": "5.2.0",
|
||||
"@fortawesome/free-solid-svg-icons": "5.2.0",
|
||||
"@fortawesome/react-fontawesome": "0.1.0",
|
||||
"bootstrap": "^4.1.3",
|
||||
"bootswatch": "^4.1.3",
|
||||
"fast-deep-equal": "^2.0.1",
|
||||
"lodash.debounce": "^4.0.8",
|
||||
"lodash.throttle": "^4.1.1",
|
||||
"mobx": "^5.0.3",
|
||||
"mobx-react": "^5.2.3",
|
||||
"mobx-stored": "^1.0.2",
|
||||
"moment": "^2.22.2",
|
||||
"object-hash": "^1.3.0",
|
||||
"prop-types": "^15.6.2",
|
||||
"qs": "^6.5.2",
|
||||
"raven-js": "^3.26.4",
|
||||
"react": "^16.4.1",
|
||||
"react-autosuggest": "^9.3.4",
|
||||
"react-dom": "^16.4.1",
|
||||
"react-highlighter": "^0.4.2",
|
||||
"react-input-range": "^1.3.0",
|
||||
"react-linkify": "^0.2.2",
|
||||
"react-masonry-infinite": "^1.2.2",
|
||||
"react-moment": "^0.7.9",
|
||||
"react-onclickoutside": "^6.7.1",
|
||||
"react-popper": "^1.0.0",
|
||||
"react-resize-detector": "^3.1.0",
|
||||
"bootstrap": "4.1.3",
|
||||
"bootswatch": "4.1.3",
|
||||
"fast-deep-equal": "2.0.1",
|
||||
"lodash.debounce": "4.0.8",
|
||||
"lodash.throttle": "4.1.1",
|
||||
"mobx": "5.0.3",
|
||||
"mobx-react": "5.2.3",
|
||||
"mobx-stored": "1.0.2",
|
||||
"moment": "2.22.2",
|
||||
"object-hash": "1.3.0",
|
||||
"prop-types": "15.6.2",
|
||||
"qs": "6.5.2",
|
||||
"raven-js": "3.26.4",
|
||||
"react": "16.4.1",
|
||||
"react-autosuggest": "9.3.4",
|
||||
"react-dom": "16.4.1",
|
||||
"react-highlighter": "0.4.2",
|
||||
"react-input-range": "1.3.0",
|
||||
"react-linkify": "0.2.2",
|
||||
"react-masonry-infinite": "1.2.2",
|
||||
"react-moment": "0.7.9",
|
||||
"react-onclickoutside": "6.7.1",
|
||||
"react-popper": "1.0.0",
|
||||
"react-resize-detector": "3.1.0",
|
||||
"react-scripts": "1.1.4",
|
||||
"react-transition-group": "^2.4.0"
|
||||
"react-transition-group": "2.4.0"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "NODE_ENV=dev REACT_APP_BACKEND_URI=http://localhost:8080 react-scripts start",
|
||||
@@ -45,9 +45,9 @@
|
||||
"watch-css": "npm run build-css && node_modules/.bin/node-sass-chokidar src/ -o src/ --watch --recursive"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint-plugin-react": "^7.10.0",
|
||||
"markdownlint-cli": "^0.11.0",
|
||||
"node-sass-chokidar": "^1.3.3",
|
||||
"react-test-renderer": "^16.4.1"
|
||||
"eslint-plugin-react": "7.10.0",
|
||||
"markdownlint-cli": "0.11.0",
|
||||
"node-sass-chokidar": "1.3.3",
|
||||
"react-test-renderer": "16.4.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user