Skip to content
This repository has been archived by the owner on May 31, 2023. It is now read-only.

Commit

Permalink
Fix missing deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
elmasse committed Jan 31, 2022
1 parent 6604c4c commit 13039e2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 31 deletions.
31 changes: 8 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"sorters.js"
],
"dependencies": {
"@babel/runtime": "7.16.7",
"chokidar": "^3.4.2",
"frontmatter": "^0.0.3",
"mime": "^2.4.6",
Expand All @@ -43,13 +44,13 @@
"react-dom": "^16.8.0 || ^17.0.0"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.9.0",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@babel/preset-react": "^7.9.1",
"@babel/runtime": "^7.9.0",
"@babel/core": "^7.16.0",
"@babel/plugin-proposal-class-properties": "^7.16.0",
"@babel/plugin-proposal-object-rest-spread": "^7.16.0",
"@babel/plugin-transform-runtime": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"@babel/preset-react": "^7.16.1",
"@babel/runtime": "^7.16.0",
"@geut/chan": "^3.2.2",
"@taskr/babel": "1.1.0-next.2",
"@taskr/clear": "^1.1.0",
Expand All @@ -60,7 +61,6 @@
"eslint-config-standard": "^16.0.0",
"hastscript": "^7.0.0",
"jest": "^27.0.0",
"loader-utils": "^3.2.0",
"next": "^12.0.9",
"react": "^17.0.0",
"react-dom": "^17.0.0",
Expand Down

0 comments on commit 13039e2

Please sign in to comment.