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

Commit

Permalink
fix: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
simenandre committed Jan 3, 2022
1 parent 66bb69f commit 23c84d5
Show file tree
Hide file tree
Showing 3 changed files with 740 additions and 717 deletions.
1 change: 0 additions & 1 deletion next-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/// <reference types="next" />
/// <reference types="next/types/global" />
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
Expand Down
25 changes: 14 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,26 +23,29 @@
"devDependencies": {
"@bjerk/eslint-config": "^1.0.0",
"@cobraz/prettier": "^2.0.0",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@mdx-js/loader": "^1.6.21",
"@next/mdx": "^12.0.4",
"@theme-ui/components": "^0.12.1",
"@theme-ui/style-guide": "^0.12.1",
"@types/react": "^17.0.24",
"eslint": "^8.3.0",
"figmagic": "^4.4.1",
"jest": "^27.2.3",
"@mdx-js/react": "^1.6.22",
"@next/mdx": "^12.0.7",
"@theme-ui/components": "^0.13.0",
"@theme-ui/style-guide": "^0.13.0",
"@types/react": "^17.0.38",
"eslint": "^8.6.0",
"figmagic": "^4.4.4",
"jest": "^27.4.5",
"lodash": "^4.17.21",
"next": "^12.0.4",
"next": "^12.0.7",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-icons": "^4.2.0",
"theme-ui": "^0.12.1",
"typescript": "^4.4.3"
"theme-ui": "^0.13.0",
"typescript": "^4.5.4"
},
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"theme-ui": "^0.12.1"
"theme-ui": "^0.13"
}
}

0 comments on commit 23c84d5

Please sign in to comment.