Skip to content

Commit

Permalink
updating deps
Browse files Browse the repository at this point in the history
  • Loading branch information
charliewilco committed Apr 25, 2019
1 parent 9f21b76 commit 0e88ec3
Show file tree
Hide file tree
Showing 6 changed files with 771 additions and 741 deletions.
1 change: 1 addition & 0 deletions documentation/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ module.exports = (phase, { defaultConfig }) => {
return withTypescript(
withCSS(
withMDX({
target: 'serverless',
pageExtensions: ['js', 'jsx', 'mdx'],
webpack
})
Expand Down
15 changes: 8 additions & 7 deletions documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,22 @@
"@zeit/next-mdx": "^1.2.0",
"@zeit/next-typescript": "^1.1.1",
"classnames": "^2.2.6",
"next": "^7.0.2",
"next": "^8.1.0",
"obsidian.css": "^3.1.0",
"pretty": "^2.0.0",
"prism-themes": "^1.0.1",
"prismjs": "^1.15.0",
"raw-loader": "^0.5.1",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"raw-loader": "^2.0.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-ga": "^2.5.3",
"react-prism": "^4.3.2"
},
"devDependencies": {
"@types/next": "^7.0.2",
"@types/next": "^8.0.4",
"@types/node": "^10.11.7",
"@types/react": "^16.4.16",
"@types/react-dom": "^16.0.9"
"@types/react": "^16.8.14",
"@types/react-dom": "^16.8.4",
"typescript": "^3.4.5"
}
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"private": true,
"workspaces": ["documentation", "obsidian.css", "postcss-gzip", "postcss-parker"],
"workspaces": ["postcss-gzip", "postcss-parker", "obsidian.css", "documentation"],
"devDependencies": {
"husky": "^0.14.3",
"lint-staged": "^7.2.0",
"prettier": "^1.13.7"
},
"scripts": {
"postinstall": "yarn workspaces run build",
"precommit": "lint-staged"
},
"lint-staged": {
Expand Down
2 changes: 1 addition & 1 deletion postcss-gzip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"devDependencies": {
"@types/core-js": "^2.5.0",
"@types/node": "^10.5.8",
"typescript": "^3.0.1"
"typescript": "^3.4.5"
}
}
2 changes: 1 addition & 1 deletion postcss-parker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"devDependencies": {
"@types/core-js": "^2.5.0",
"@types/node": "^10.5.8",
"typescript": "^3.0.1"
"typescript": "^3.4.5"
}
}
Loading

1 comment on commit 0e88ec3

@vercel
Copy link

@vercel vercel bot commented on 0e88ec3 Apr 25, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.