Skip to content

Commit

Permalink
lock down dep versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Kent C. Dodds committed Oct 23, 2019
1 parent e7d3c22 commit d8e80fe
Show file tree
Hide file tree
Showing 6 changed files with 110 additions and 110 deletions.
30 changes: 15 additions & 15 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
"author": "Kent C. Dodds <[email protected]> (http://kentcdodds.com/)",
"license": "MIT",
"dependencies": {
"axios": "^0.18.0",
"cross-env": "^5.1.3",
"glamor": "^2.20.40",
"glamorous": "^4.12.3",
"history": "^4.7.2",
"prop-types": "^15.6.0",
"query-string": "^6.0.0",
"react": "^16.3.1",
"react-dom": "^16.3.1",
"react-router-dom": "^4.2.2",
"serve": "^6.5.5"
"axios": "0.18.0",
"cross-env": "5.1.3",
"glamor": "2.20.40",
"glamorous": "4.12.3",
"history": "4.7.2",
"prop-types": "15.6.0",
"query-string": "6.0.0",
"react": "16.3.1",
"react-dom": "16.3.1",
"react-router-dom": "4.2.2",
"serve": "6.5.5"
},
"scripts": {
"start": "cross-env serve -s build --port $CLIENT_PORT",
Expand All @@ -29,10 +29,10 @@
]
},
"devDependencies": {
"jest-dom": "^1.0.0",
"jest-glamor-react": "^4.2.0",
"react-scripts": "^1.1.4",
"react-testing-library": "^2.1.1",
"jest-dom": "1.0.0",
"jest-glamor-react": "4.2.0",
"react-scripts": "1.1.4",
"react-testing-library": "2.1.1",
"til-shared": "file:../shared"
},
"browserslist": {
Expand Down
48 changes: 24 additions & 24 deletions other/configuration/calculator.solution/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,32 +19,32 @@
"author": "Kent C. Dodds <[email protected]> (http://kentcdodds.com/)",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-plugin-dynamic-import-node": "^1.2.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.11",
"cypress": "^2.1.0",
"cypress-testing-library": "^1.0.0",
"file-loader": "^1.1.11",
"identity-obj-proxy": "^3.0.0",
"jest": "^22.4.3",
"npm-run-all": "^4.1.2",
"serve": "^6.5.5",
"style-loader": "^0.20.3",
"webpack": "^4.5.0",
"webpack-cli": "^2.0.14",
"webpack-dev-server": "^3.1.3"
"babel-core": "6.26.0",
"babel-loader": "7.1.4",
"babel-plugin-dynamic-import-node": "1.2.0",
"babel-plugin-syntax-dynamic-import": "6.18.0",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-object-rest-spread": "6.26.0",
"babel-preset-env": "1.6.1",
"babel-preset-react": "6.24.1",
"css-loader": "0.28.11",
"cypress": "2.1.0",
"cypress-testing-library": "1.0.0",
"file-loader": "1.1.11",
"identity-obj-proxy": "3.0.0",
"jest": "22.4.3",
"npm-run-all": "4.1.2",
"serve": "6.5.5",
"style-loader": "0.20.3",
"webpack": "4.5.0",
"webpack-cli": "2.0.14",
"webpack-dev-server": "3.1.3"
},
"dependencies": {
"react": "^16.3.1",
"react-dom": "^16.3.1",
"react-loadable": "^5.3.1",
"react-point": "^3.0.1"
"react": "16.3.1",
"react-dom": "16.3.1",
"react-loadable": "5.3.1",
"react-point": "3.0.1"
},
"babel": {
"presets": "./.babelrc.js"
Expand Down
34 changes: 17 additions & 17 deletions other/configuration/calculator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,25 @@
"author": "Kent C. Dodds <[email protected]> (http://kentcdodds.com/)",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.11",
"file-loader": "^1.1.11",
"serve": "^6.5.5",
"style-loader": "^0.20.3",
"webpack": "^4.5.0",
"webpack-cli": "^2.0.14",
"webpack-dev-server": "^3.1.3"
"babel-core": "6.26.0",
"babel-loader": "7.1.4",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-object-rest-spread": "6.26.0",
"babel-preset-env": "1.6.1",
"babel-preset-react": "6.24.1",
"css-loader": "0.28.11",
"file-loader": "1.1.11",
"serve": "6.5.5",
"style-loader": "0.20.3",
"webpack": "4.5.0",
"webpack-cli": "2.0.14",
"webpack-dev-server": "3.1.3"
},
"dependencies": {
"react": "^16.3.1",
"react-dom": "^16.3.1",
"react-loadable": "^5.3.1",
"react-point": "^3.0.1"
"react": "16.3.1",
"react-dom": "16.3.1",
"react-loadable": "5.3.1",
"react-point": "3.0.1"
},
"babel": {
"presets": "./.babelrc.js"
Expand Down
64 changes: 32 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,38 +36,38 @@
"setup": "node ./scripts/verify && node ./scripts/install && npm run validate && node ./scripts/autofill-feedback-email.js"
},
"devDependencies": {
"all-contributors-cli": "^4.10.1",
"as-a": "^1.3.1",
"axios": "^0.18.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"child-process-promise": "^2.2.1",
"concurrently": "^3.5.1",
"cross-env": "^5.1.3",
"cross-spawn": "^6.0.4",
"cypress": "^2.0.2",
"cypress-testing-library": "^1.0.1",
"doctoc": "^1.3.0",
"eslint": "^4.18.0",
"eslint-config-kentcdodds": "^13.0.1",
"eslint-import-resolver-jest": "^2.1.1",
"eslint-plugin-cypress": "^2.0.1",
"faker": "^4.1.0",
"fs-extra": "^5.0.0",
"husky": "^0.14.3",
"inquirer": "^5.2.0",
"is-ci": "^1.1.0",
"jest": "^22.1.2",
"lint-staged": "^7.0.4",
"lodash.omit": "^4.5.0",
"node": "^8.9.4",
"npm-run-all": "^4.1.2",
"prettier": "^1.12.0",
"react": "^16.3.1",
"react-dom": "^16.3.1",
"react-test-renderer": "^16.3.1",
"replace-in-file": "^3.4.0",
"rimraf": "^2.6.2"
"all-contributors-cli": "4.10.1",
"as-a": "1.3.1",
"axios": "0.18.0",
"babel-polyfill": "6.26.0",
"babel-preset-env": "1.6.1",
"child-process-promise": "2.2.1",
"concurrently": "3.5.1",
"cross-env": "5.1.3",
"cross-spawn": "6.0.4",
"cypress": "2.0.2",
"cypress-testing-library": "1.0.1",
"doctoc": "1.3.0",
"eslint": "4.18.0",
"eslint-config-kentcdodds": "13.0.1",
"eslint-import-resolver-jest": "2.1.1",
"eslint-plugin-cypress": "2.0.1",
"faker": "4.1.0",
"fs-extra": "5.0.0",
"husky": "0.14.3",
"inquirer": "5.2.0",
"is-ci": "1.1.0",
"jest": "22.1.2",
"lint-staged": "7.0.4",
"lodash.omit": "4.5.0",
"node": "8.9.4",
"npm-run-all": "4.1.2",
"prettier": "1.12.0",
"react": "16.3.1",
"react-dom": "16.3.1",
"react-test-renderer": "16.3.1",
"replace-in-file": "3.4.0",
"rimraf": "2.6.2"
},
"lint-staged": {
"linters": {
Expand Down
38 changes: 19 additions & 19 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@
"author": "Kent C. Dodds <[email protected]> (http://kentcdodds.com/)",
"license": "MIT",
"dependencies": {
"axios": "^0.18.0",
"body-parser": "^1.18.2",
"cors": "^2.8.4",
"cross-env": "^5.1.3",
"detect-port": "^1.2.2",
"express": "^4.16.2",
"express-async-errors": "^2.1.0",
"express-jwt": "^5.3.0",
"jsonwebtoken": "^8.2.1",
"lodash": "^4.17.4",
"loglevel": "^1.6.1",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"axios": "0.18.0",
"body-parser": "1.18.2",
"cors": "2.8.4",
"cross-env": "5.1.3",
"detect-port": "1.2.2",
"express": "4.16.2",
"express-async-errors": "2.1.0",
"express-jwt": "5.3.0",
"jsonwebtoken": "8.2.1",
"lodash": "4.17.4",
"loglevel": "1.6.1",
"passport": "0.4.0",
"passport-local": "1.0.0",
"til-shared": "file:../shared"
},
"now": {
Expand All @@ -49,11 +49,11 @@
]
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-register": "^6.26.0",
"nodemon": "^1.17.3"
"babel-cli": "6.26.0",
"babel-core": "6.26.0",
"babel-plugin-transform-object-rest-spread": "6.26.0",
"babel-preset-env": "1.6.1",
"babel-register": "6.26.0",
"nodemon": "1.17.3"
}
}
6 changes: 3 additions & 3 deletions shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"private": true,
"main": "./index",
"dependencies": {
"faker": "^4.1.0",
"jsonwebtoken": "^8.2.1",
"lodash.omit": "^4.5.0"
"faker": "4.1.0",
"jsonwebtoken": "8.2.1",
"lodash.omit": "4.5.0"
}
}

0 comments on commit d8e80fe

Please sign in to comment.