Skip to content

Commit

Permalink
chore(deps): update dependency typescript to ^4.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 4, 2022
1 parent 1e8cf9b commit 33ce5df
Show file tree
Hide file tree
Showing 39 changed files with 85 additions and 85 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@
"stacktrace-gps": "^3.0.3",
"stylelint": "^13.13.1",
"tslib": "^2.3.0",
"typescript": "^4.5.5",
"typescript": "^4.6.3",
"webpack": "^5.68.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/accessible-focus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
},
"devDependencies": {
"@automattic/calypso-typescript-config": "workspace:^",
"typescript": "^4.5.5"
"typescript": "^4.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/browser-data-collector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
},
"devDependencies": {
"@automattic/calypso-typescript-config": "workspace:^",
"typescript": "^4.5.5"
"typescript": "^4.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/calypso-analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
},
"devDependencies": {
"@automattic/calypso-typescript-config": "workspace:^",
"typescript": "^4.5.5"
"typescript": "^4.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/calypso-build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"semver": "^7.3.2",
"terser-webpack-plugin": "^5.2.4",
"thread-loader": "^3.0.4",
"typescript": "^4.5.5",
"typescript": "^4.6.3",
"webpack-cli": "^4.9.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/calypso-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
},
"devDependencies": {
"@automattic/calypso-typescript-config": "workspace:^",
"typescript": "^4.5.5"
"typescript": "^4.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/calypso-e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@wordpress/i18n": "^4.2.4",
"asana-phrase": "^0.0.8",
"node-fetch": "^2.6.6",
"typescript": "^4.5.5"
"typescript": "^4.6.3"
},
"scripts": {
"clean": "yarn build --clean && rm -rf dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/calypso-products/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"devDependencies": {
"@automattic/calypso-typescript-config": "workspace:^",
"chai": "^4.3.4",
"typescript": "^4.5.5"
"typescript": "^4.6.3"
},
"peerDependencies": {
"react": "^17.0.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/calypso-stripe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"devDependencies": {
"@automattic/calypso-typescript-config": "workspace:^",
"typescript": "^4.5.5"
"typescript": "^4.6.3"
},
"private": true
}
2 changes: 1 addition & 1 deletion packages/calypso-url/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
"private": true,
"devDependencies": {
"@automattic/calypso-typescript-config": "workspace:^",
"typescript": "^4.5.5"
"typescript": "^4.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@automattic/calypso-storybook": "workspace:^",
"@automattic/calypso-typescript-config": "workspace:^",
"@storybook/react": "^6.4.18",
"typescript": "^4.5.5"
"typescript": "^4.6.3"
},
"scripts": {
"clean": "tsc --build ./tsconfig.json ./tsconfig-cjs.json --clean && rm -rf dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/composite-checkout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@testing-library/react": "^12.1.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"typescript": "^4.5.5"
"typescript": "^4.6.3"
},
"peerDependencies": {
"react": "^17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-calypso-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
},
"devDependencies": {
"@automattic/calypso-typescript-config": "workspace:^",
"typescript": "^4.5.5"
"typescript": "^4.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/data-stores/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@types/validator": "^13.7.1",
"jest-fetch-mock": "^3.0.3",
"nock": "^12.0.3",
"typescript": "^4.5.5",
"typescript": "^4.6.3",
"wait-for-expect": "^3.0.2",
"wpcom-proxy-request": "workspace:^"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/design-picker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"react-dom": "^17.0.2",
"reakit-utils": "^0.15.1",
"redux": "^4.1.2",
"typescript": "^4.5.5",
"typescript": "^4.6.3",
"webpack": "^5.68.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/domain-picker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@testing-library/react": "^12.1.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"typescript": "^4.5.5"
"typescript": "^4.6.3"
},
"peerDependencies": {
"@wordpress/data": "^6.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/domain-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"watch": "tsc --build ./tsconfig.json --watch"
},
"devDependencies": {
"typescript": "^4.5.5"
"typescript": "^4.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/explat-client-react-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"@testing-library/react": "^12.1.3",
"@testing-library/react-hooks": "7.0.2",
"react-dom": "^17.0.2",
"typescript": "^4.5.5"
"typescript": "^4.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/explat-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"devDependencies": {
"@automattic/calypso-polyfills": "workspace:^",
"@automattic/calypso-typescript-config": "workspace:^",
"typescript": "^4.5.5"
"typescript": "^4.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/help-center/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@automattic/calypso-typescript-config": "workspace:^",
"@storybook/addon-backgrounds": "^6.4.19",
"@storybook/react": "^6.4.19",
"typescript": "^4.5.5"
"typescript": "^4.6.3"
},
"peerDependencies": {
"@wordpress/element": "^4.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/i18n-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"@types/react": "^17.0.39",
"react-dom": "^17.0.2",
"react-test-renderer": "^17.0.2",
"typescript": "^4.5.5"
"typescript": "^4.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/js-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
},
"devDependencies": {
"@automattic/calypso-typescript-config": "workspace:^",
"typescript": "^4.5.5"
"typescript": "^4.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/language-picker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
},
"devDependencies": {
"@automattic/calypso-typescript-config": "workspace:^",
"typescript": "^4.5.5"
"typescript": "^4.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/languages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"redux": "^4.1.2",
"typescript": "^4.5.5",
"typescript": "^4.6.3",
"webpack": "^5.68.0"
}
}
4 changes: 2 additions & 2 deletions packages/launch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"classnames": "^2.3.1",
"react-router-dom": "^5.1.2",
"tslib": "^2.3.0",
"typescript": "^4.5.5",
"typescript": "^4.6.3",
"use-debounce": "^3.1.0"
},
"devDependencies": {
Expand All @@ -54,7 +54,7 @@
"copyfiles": "^2.3.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"typescript": "^4.5.5"
"typescript": "^4.6.3"
},
"peerDependencies": {
"@wordpress/data": "^6.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/mini-cart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@testing-library/react": "^12.1.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"typescript": "^4.5.5"
"typescript": "^4.6.3"
},
"peerDependencies": {
"@emotion/react": "^11.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/mocha-debug-reporter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"devDependencies": {
"@automattic/calypso-typescript-config": "workspace:^",
"typescript": "^4.5.5"
"typescript": "^4.6.3"
},
"peerDependencies": {
"mocha": ">=8.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/onboarding/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"redux": "^4.1.2",
"sass-loader": "^10.1.1",
"style-loader": "^1.2.1",
"typescript": "^4.5.5",
"typescript": "^4.6.3",
"webpack": "^5.63.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/page-pattern-modal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"jest": "^27.3.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"typescript": "^4.5.5"
"typescript": "^4.6.3"
},
"peerDependencies": {
"@wordpress/data": "^6.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/photon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"devDependencies": {
"@automattic/calypso-typescript-config": "workspace:^",
"typescript": "^4.5.5"
"typescript": "^4.6.3"
},
"scripts": {
"clean": "tsc --build ./tsconfig.json ./tsconfig-cjs.json --clean && rm -rf dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/plans-grid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@automattic/typography": "workspace:^",
"@wordpress/base-styles": "^4.0.4",
"prop-types": "^15.7.2",
"typescript": "^4.5.5"
"typescript": "^4.6.3"
},
"peerDependencies": {
"@wordpress/data": "^6.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"reakit-utils": "^0.15.1",
"typescript": "^4.5.5",
"typescript": "^4.6.3",
"webpack": "^5.68.0"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/shopping-cart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"@automattic/calypso-typescript-config": "workspace:^",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.3",
"typescript": "^4.5.5"
"typescript": "^4.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/state-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
},
"devDependencies": {
"@automattic/calypso-typescript-config": "workspace:^",
"typescript": "^4.5.5"
"typescript": "^4.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/tour-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@automattic/calypso-storybook": "workspace:^",
"@automattic/calypso-typescript-config": "workspace:^",
"@storybook/react": "^6.4.18",
"typescript": "^4.5.5"
"typescript": "^4.6.3"
},
"peerDependencies": {
"@wordpress/element": "^4.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/tree-select/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
},
"devDependencies": {
"@automattic/calypso-typescript-config": "workspace:^",
"typescript": "^4.5.5"
"typescript": "^4.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/viewport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
},
"devDependencies": {
"@automattic/calypso-typescript-config": "workspace:^",
"typescript": "^4.5.5"
"typescript": "^4.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/wpcom-checkout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@testing-library/react": "^12.1.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"typescript": "^4.5.5"
"typescript": "^4.6.3"
},
"peerDependencies": {
"@emotion/react": "^11.4.1",
Expand Down
Loading

0 comments on commit 33ce5df

Please sign in to comment.