Skip to content

Commit

Permalink
📦 update all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineKM committed Jun 17, 2021
1 parent 3b7b8f6 commit 32d7ddf
Show file tree
Hide file tree
Showing 2 changed files with 2,029 additions and 976 deletions.
41 changes: 24 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,35 @@
{
"name": "onruntime",
"version": "0.1.0",
"private": true,
"version": "0.1.2",
"scripts": {
"dev": "next dev",
"dev": "next",
"build": "next build",
"start": "next start",
"export": "next build && next export"
"start": "next start"
},
"dependencies": {
"date-fns": "^2.17.0",
"gray-matter": "^4.0.2",
"next": "10.0.7",
"path": "^0.12.7",
"react": "17.0.1",
"react-dom": "17.0.1",
"remark": "^13.0.0",
"remark-html": "^13.0.1",
"moment": "^2.29.1",
"next": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"remixicon": "^2.5.0",
"sass": "^1.32.8"
"styled-components": "^5.2.3"
},
"devDependencies": {
"@types/node": "^14.14.31",
"@types/react": "^17.0.2",
"typescript": "^4.2.2"
}
"@types/node": "15.0.0",
"@types/react": "17.0.4",
"@types/react-dom": "17.0.3",
"@types/styled-components": "5.1.9",
"@typescript-eslint/eslint-plugin": "^4.27.0",
"@typescript-eslint/parser": "^4.27.0",
"babel-plugin-styled-components": "^1.12.0",
"eslint": "^7.28.0",
"eslint-config-next": "^11.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"prettier": "^2.3.1",
"typescript": "^4.3.3"
},
"license": "MIT"
}
Loading

0 comments on commit 32d7ddf

Please sign in to comment.