Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade documentation packages (2/2) #719

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"stylelint-config-recommended-scss": "^3.3.0",
"stylelint-scss": "^3.11.0",
"tslib": "^1.10.0",
"typescript": "3.9.6"
"typescript": "^3.9.6"
},
"repository": {
"type": "git",
Expand Down
4 changes: 4 additions & 0 deletions packages/thumbprint-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

### Changed

- [Patch] Use newer version of TypeScript as dev dependency.

## 14.0.0 - 2020-07-14

### Changed
Expand Down
2 changes: 1 addition & 1 deletion packages/thumbprint-react/components/Image/test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ test('creates two IntersectionObserver instances if there are two scrollable par
test('creates three IntersectionObserver instances if there are three scrollable parents', () => {
mount(
<React.Fragment>
<header css={{ overflowX: 'scroll' }}>Header</header>
<header style={{ overflowX: 'scroll' }}>Header</header>
<main style={{ overflowX: 'auto' }}>
<div>
<div style={{ overflowX: 'scroll' }}>
Expand Down
2 changes: 1 addition & 1 deletion packages/thumbprint-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-typescript": "^1.0.1",
"tslib": "^1.10.0",
"typescript": "3.6.2"
"typescript": "^3.9.6"
}
}
34 changes: 17 additions & 17 deletions www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,30 +8,30 @@
"start": "gatsby develop --port 8090"
},
"dependencies": {
"@mdx-js/mdx": "^1.6.5",
"@mdx-js/react": "^1.6.5",
"@mdx-js/mdx": "^1.6.16",
"@mdx-js/react": "^1.6.16",
"@thumbtack/thumbprint-icons": "4.1.0",
"@thumbtack/thumbprint-react": "^14.0.0",
"@thumbtack/thumbprint-scss": "^4.0.1",
"classnames": "^2.2.5",
"clickable-box": "^1.0.0",
"docsearch.js": "^2.6.2",
"dotenv": "^8.1.0",
"gatsby": "^2.23.3",
"gatsby": "^2.24.27",
"gatsby-plugin-compile-es6-packages": "^2.1.0",
"gatsby-plugin-google-analytics": "^2.3.4",
"gatsby-plugin-lodash": "^3.3.4",
"gatsby-plugin-mdx": "^1.2.15",
"gatsby-plugin-netlify": "^2.3.5",
"gatsby-plugin-react-helmet": "^3.3.4",
"gatsby-plugin-sass": "^2.3.4",
"gatsby-plugin-sitemap": "^2.4.5",
"gatsby-remark-copy-linked-files": "^2.3.5",
"gatsby-remark-smartypants": "^2.3.4",
"gatsby-source-filesystem": "^2.3.11",
"gatsby-source-graphql": "^2.5.4",
"gatsby-transformer-json": "^2.4.5",
"gatsby-transformer-react-docgen": "^5.2.5",
"gatsby-plugin-google-analytics": "^2.3.13",
"gatsby-plugin-lodash": "^3.3.10",
"gatsby-plugin-mdx": "^1.2.33",
"gatsby-plugin-netlify": "^2.3.11",
"gatsby-plugin-react-helmet": "^3.3.10",
"gatsby-plugin-sass": "^2.3.12",
"gatsby-plugin-sitemap": "^2.4.11",
"gatsby-remark-copy-linked-files": "^2.3.12",
"gatsby-remark-smartypants": "^2.3.10",
"gatsby-source-filesystem": "^2.3.23",
"gatsby-source-graphql": "^2.6.2",
"gatsby-transformer-json": "^2.4.11",
"gatsby-transformer-react-docgen": "^5.2.11",
"invariant": "^2.2.4",
"lodash": "^4.17.4",
"mousetrap": "^1.6.2",
Expand All @@ -40,7 +40,7 @@
"prism-react-renderer": "0.1.7",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-copy-to-clipboard": "^5.0.1",
"react-copy-to-clipboard": "^5.0.2",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.0",
"react-live": "^2.2.0",
Expand Down
Loading