Skip to content

Commit

Permalink
chore: bump deps (#873)
Browse files Browse the repository at this point in the history
  • Loading branch information
staylor authored Aug 2, 2021
1 parent fa6b77b commit cfd7085
Show file tree
Hide file tree
Showing 12 changed files with 324 additions and 305 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@
"devDependencies": {
"@babel/cli": "7.14.8",
"@babel/core": "7.14.8",
"@babel/eslint-parser": "7.14.7",
"@babel/eslint-parser": "7.14.9",
"@babel/eslint-plugin": "7.14.5",
"@babel/runtime": "7.14.8",
"@commitlint/cli": "12.1.4",
"@commitlint/config-conventional": "12.1.4",
"@commitlint/cli": "13.1.0",
"@commitlint/config-conventional": "13.1.0",
"@testing-library/react": "12.0.0",
"core-js": "3.15.2",
"core-js": "3.16.0",
"enzyme": "3.11.0",
"eslint": "7.31.0",
"eslint": "7.32.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-kyt": "file:packages/eslint-config-kyt",
"eslint-config-prettier": "8.3.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 @@ -18,9 +18,9 @@
"@babel/plugin-proposal-optional-chaining": "7.14.5",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-transform-runtime": "7.14.5",
"@babel/preset-env": "7.14.8",
"@babel/preset-env": "7.14.9",
"babel-plugin-dynamic-import-node": "2.3.3",
"core-js": "3.15.2",
"core-js": "3.16.0",
"lodash.merge": "4.6.2"
},
"keywords": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Object {
Array [
"@babel/preset-env",
Object {
"corejs": "3.15.2",
"corejs": "3.16.0",
"forceAllTransforms": true,
"modules": "commonjs",
"targets": Object {
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-kyt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"homepage": "https://github.com/nytimes/kyt#readme",
"peerDependencies": {
"@babel/core": "^7.14.8",
"@babel/eslint-parser": "^7.14.7",
"@babel/eslint-parser": "^7.14.9",
"@babel/eslint-plugin": "^7.14.5",
"eslint": "^7.31.0",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-preset-kyt-enzyme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"enzyme-to-json": "3.6.2",
"jest-environment-jsdom": "27.0.6",
"jest-silent-reporter": "0.5.0",
"jsdom": "16.6.0",
"jsdom": "16.7.0",
"raf": "3.4.1"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-preset-kyt-rtl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dependencies": {
"jest-environment-jsdom": "27.0.6",
"jest-silent-reporter": "0.5.0",
"jsdom": "16.6.0",
"jsdom": "16.7.0",
"raf": "3.4.1"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/kyt-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"babel-loader": "8.2.2",
"babel-preset-kyt-core": "1.2.14",
"commander": "8.1.0",
"core-js": "3.15.2",
"core-js": "3.16.0",
"file-loader": "6.2.0",
"filesize": "6.4.0",
"find-babel-config": "1.2.0",
Expand All @@ -44,7 +44,7 @@
"regenerator-runtime": "0.13.9",
"semver": "7.3.5",
"shelljs": "0.8.4",
"simple-git": "2.40.0",
"simple-git": "2.42.0",
"sockjs-client": "1.5.1",
"source-map-support": "0.5.19",
"strip-ansi": "6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/kyt-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"peerDependencies": {
"@babel/runtime": "^7.14.8",
"core-js": "^3.15.2",
"core-js": "^3.16.0",
"regenerator-runtime": "^0.13.9",
"source-map-support": "^0.5.19"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/kyt-starter-server/starter-src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
"dependencies": {
"@babel/runtime": "7.14.8",
"compression": "1.7.4",
"core-js": "3.15.2",
"core-js": "3.16.0",
"express": "4.17.1",
"kyt-runtime": "1.2.44",
"pretty-lights": "0.0.19",
"pretty-lights": "0.0.20",
"prop-types": "15.7.2",
"react": "17.0.2",
"react-dom": "17.0.2",
Expand All @@ -40,11 +40,11 @@
},
"devDependencies": {
"@babel/core": "7.14.8",
"@babel/eslint-parser": "7.14.7",
"@babel/eslint-parser": "7.14.9",
"@babel/eslint-plugin": "7.14.5",
"@testing-library/react": "12.0.0",
"babel-preset-kyt-react": "1.3.15",
"eslint": "7.31.0",
"eslint": "7.32.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-kyt": "1.6.1",
"eslint-config-prettier": "8.3.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/kyt-starter-static/starter-src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
},
"dependencies": {
"@babel/runtime": "7.14.8",
"core-js": "3.15.2",
"core-js": "3.16.0",
"kyt-runtime": "1.2.44",
"pretty-lights": "0.0.19",
"pretty-lights": "0.0.20",
"prop-types": "15.7.2",
"react": "17.0.2",
"react-dom": "17.0.2",
Expand All @@ -36,11 +36,11 @@
},
"devDependencies": {
"@babel/core": "7.14.8",
"@babel/eslint-parser": "7.14.7",
"@babel/eslint-parser": "7.14.9",
"@babel/eslint-plugin": "7.14.5",
"@testing-library/react": "12.0.0",
"babel-preset-kyt-react": "1.3.15",
"eslint": "7.31.0",
"eslint": "7.32.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-kyt": "1.6.1",
"eslint-config-prettier": "8.3.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/kyt-starter-universal/starter-src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
"dependencies": {
"@babel/runtime": "7.14.8",
"compression": "1.7.4",
"core-js": "3.15.2",
"core-js": "3.16.0",
"express": "4.17.1",
"kyt-runtime": "1.2.44",
"pretty-lights": "0.0.19",
"pretty-lights": "0.0.20",
"prop-types": "15.7.2",
"react": "17.0.2",
"react-dom": "17.0.2",
Expand All @@ -40,11 +40,11 @@
},
"devDependencies": {
"@babel/core": "7.14.8",
"@babel/eslint-parser": "7.14.7",
"@babel/eslint-parser": "7.14.9",
"@babel/eslint-plugin": "7.14.5",
"@testing-library/react": "12.0.0",
"babel-preset-kyt-react": "1.3.15",
"eslint": "7.31.0",
"eslint": "7.32.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-kyt": "1.6.1",
"eslint-config-prettier": "8.3.0",
Expand Down
Loading

0 comments on commit cfd7085

Please sign in to comment.