Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
staylor committed Nov 24, 2020
1 parent 9df4c1c commit 4eed916
Show file tree
Hide file tree
Showing 10 changed files with 124 additions and 108 deletions.
6 changes: 3 additions & 3 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"version": "independent",
"useWorkspaces": true,
"command": {
"publish": {
"conventionalCommits": true
},
"version": {
"conventionalCommits": true,
"createRelease": "github",
"exact": true,
"message": "chore(publish): latest [skip ci]"
}
}
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"bootstrap": "yarn && lerna run prepare --stream",
"bootstrap:ci": "yarn && lerna run prepare",
"clean-bootstrap": "lerna clean --yes && rm -rf node_modules && yarn bootstrap",
"publish": "lerna publish --exact --conventional-commits --create-release github",
"publish": "lerna publish",
"test:starter": "lerna exec --scope \"kyt-starter-{server,static,universal}-src\" --",
"test": "jest && yarn test:starter yarn test",
"test:ci": "jest --ci && yarn test:starter yarn test --ci",
Expand All @@ -30,16 +30,16 @@
"watch-cli": "yarn workspace kyt watch"
},
"devDependencies": {
"@babel/cli": "7.12.1",
"@babel/core": "7.12.3",
"@babel/cli": "7.12.8",
"@babel/core": "7.12.8",
"@babel/eslint-parser": "7.12.1",
"@babel/eslint-plugin": "7.12.1",
"@babel/runtime": "7.12.5",
"@commitlint/cli": "11.0.0",
"@commitlint/config-conventional": "11.0.0",
"core-js": "3.7.0",
"enzyme": "3.11.0",
"eslint": "7.13.0",
"eslint": "7.14.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-kyt": "file:packages/eslint-config-kyt",
"eslint-config-prettier": "6.15.0",
Expand All @@ -56,7 +56,7 @@
"jest-runner-eslint": "0.10.0",
"jest-silent-reporter": "0.3.0",
"lerna": "3.22.1",
"prettier": "2.1.2",
"prettier": "2.2.0",
"regenerator-runtime": "0.13.7",
"source-map-support": "0.5.19",
"stylelint": "13.8.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-preset-kyt-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"dependencies": {
"@babel/plugin-proposal-class-properties": "7.12.1",
"@babel/plugin-proposal-decorators": "7.12.1",
"@babel/plugin-proposal-optional-chaining": "7.12.1",
"@babel/plugin-proposal-optional-chaining": "7.12.7",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-transform-runtime": "7.12.1",
"@babel/preset-env": "7.12.1",
"@babel/preset-env": "7.12.7",
"babel-plugin-dynamic-import-node": "2.3.3",
"core-js": "3.7.0",
"lodash.merge": "4.6.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset-kyt-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@babel/plugin-transform-react-constant-elements": "7.12.1",
"@babel/plugin-transform-react-inline-elements": "7.12.1",
"@babel/preset-react": "7.12.5",
"@babel/preset-react": "7.12.7",
"babel-plugin-add-react-displayname": "0.0.5",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
"babel-preset-kyt-core": "1.1.3"
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config-kyt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"bugs": "https://github.com/nytimes/kyt/issues",
"homepage": "https://github.com/nytimes/kyt#readme",
"peerDependencies": {
"@babel/core": "^7.12.3",
"@babel/core": "^7.12.8",
"@babel/eslint-parser": "^7.12.1",
"@babel/eslint-plugin": "^7.12.1",
"eslint": "^7.13.0",
"eslint": "^7.14.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-import": "^2.22.1",
Expand All @@ -23,7 +23,7 @@
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.1.2"
"prettier": "^2.2.0"
},
"keywords": [
"kyt",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-plugin-kyt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
],
"devDependencies": {
"@babel/plugin-proposal-class-properties": "7.12.1",
"@babel/preset-env": "7.12.1",
"@babel/preset-react": "7.12.5",
"@babel/preset-env": "7.12.7",
"@babel/preset-react": "7.12.7",
"mocha": "8.2.1"
},
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/kyt-starter-server/starter-src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
"source-map-support": "0.5.19"
},
"devDependencies": {
"@babel/core": "7.12.3",
"@babel/core": "7.12.8",
"@babel/eslint-parser": "7.12.1",
"@babel/eslint-plugin": "7.12.1",
"babel-preset-kyt-react": "1.1.3",
"enzyme": "3.11.0",
"eslint": "7.13.0",
"eslint": "7.14.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-kyt": "1.3.6",
"eslint-config-prettier": "6.15.0",
Expand All @@ -57,7 +57,7 @@
"jest-preset-kyt-enzyme": "1.2.5",
"jest-preset-kyt-styled": "1.4.0",
"kyt": "1.0.0-beta.40.31",
"prettier": "2.1.2"
"prettier": "2.2.0"
},
"version": "1.0.0-beta.40.36"
}
6 changes: 3 additions & 3 deletions packages/kyt-starter-static/starter-src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
"regenerator-runtime": "0.13.7"
},
"devDependencies": {
"@babel/core": "7.12.3",
"@babel/core": "7.12.8",
"@babel/eslint-parser": "7.12.1",
"@babel/eslint-plugin": "7.12.1",
"babel-preset-kyt-react": "1.1.3",
"enzyme": "3.11.0",
"eslint": "7.13.0",
"eslint": "7.14.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-kyt": "1.3.6",
"eslint-config-prettier": "6.15.0",
Expand All @@ -55,7 +55,7 @@
"jest-preset-kyt-enzyme": "1.2.5",
"jest-preset-kyt-styled": "1.4.0",
"kyt": "1.0.0-beta.40.31",
"prettier": "2.1.2"
"prettier": "2.2.0"
},
"version": "1.0.0-beta.40.36"
}
6 changes: 3 additions & 3 deletions packages/kyt-starter-universal/starter-src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
"source-map-support": "0.5.19"
},
"devDependencies": {
"@babel/core": "7.12.3",
"@babel/core": "7.12.8",
"@babel/eslint-parser": "7.12.1",
"@babel/eslint-plugin": "7.12.1",
"babel-preset-kyt-react": "1.1.3",
"enzyme": "3.11.0",
"eslint": "7.13.0",
"eslint": "7.14.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-kyt": "1.3.6",
"eslint-config-prettier": "6.15.0",
Expand All @@ -57,7 +57,7 @@
"jest-preset-kyt-enzyme": "1.2.5",
"jest-preset-kyt-styled": "1.4.0",
"kyt": "1.0.0-beta.40.31",
"prettier": "2.1.2"
"prettier": "2.2.0"
},
"version": "1.0.0-beta.40.36"
}
Loading

0 comments on commit 4eed916

Please sign in to comment.