Merge pull request #198 from unix/deps

chore: upgrade deps
This commit is contained in:
witt
2020-05-12 03:05:34 +08:00
committed by GitHub
4 changed files with 734 additions and 570 deletions

View File

@@ -5,3 +5,4 @@ dist/*
public/*
scripts/*
tests/*
*.config.js

View File

@@ -21,14 +21,7 @@ const nextConfig = {
VERSION: require('./package.json').version,
},
webpack(config) {
config.resolve.modules.push(__dirname)
return config
},
experimental: {
reactRefresh: true,
redirects() {
return [
{

View File

@@ -49,7 +49,7 @@
"@babel/preset-typescript": "^7.8.3",
"@mapbox/rehype-prism": "^0.4.0",
"@mdx-js/loader": "^1.5.7",
"@next/mdx": "^9.2.2",
"@next/mdx": "^9.4.0",
"@testing-library/react-hooks": "^3.2.1",
"@types/enzyme": "^3.10.5",
"@types/jest": "^25.2.1",
@@ -71,14 +71,14 @@
"extract-mdx-metadata": "^1.0.0",
"fs-extra": "^8.1.0",
"jest": "^25.3.0",
"next": "^9.3.6",
"next": "^9.4.0",
"prettier": "^2.0.5",
"react": "^16.13.0",
"react-color": "^2.18.0",
"react-dom": "^16.13.0",
"react-live": "^2.2.2",
"ts-jest": "^25.3.1",
"typescript": "^3.8.2",
"typescript": "^3.8.3",
"webpack": "^4.41.6",
"webpack-cli": "^3.3.11"
},

1290
yarn.lock

File diff suppressed because it is too large Load Diff