Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update package.json
  • Loading branch information
arghyaxcodes committed May 17, 2022
commit 411978c68fb4cd2a5273be85b5cdb5f7b75bb531
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"> 1%"
],
"dependencies": {
"@badrap/bar-of-progress": "^0.1.2",
"@badrap/bar-of-progress": "^0.2.1",
"@docsearch/react": "^1.0.0-alpha.28",
"@formspree/react": "^2.2.5",
"@headlessui/react": "^1.6.1",
Expand All @@ -30,32 +30,32 @@
"@mdx-js/react": "^1.6.22",
"@next/bundle-analyzer": "^12.1.6",
"@next/mdx": "^12.1.6",
"@reach/rect": "^0.16.0",
"@reach/rect": "^0.17.0",
"@silvenon/remark-smartypants": "^1.0.0",
"@sindresorhus/slugify": "^1.1.0",
"@sindresorhus/slugify": "^1.1.2",
"@svgr/webpack": "^5.5.0",
"@tailwindcss/jit": "^0.1.18",
"@tailwindcss/typography": "^0.4.1",
"autoprefixer": "^10.4.7",
"babel-plugin-preval": "^5.1.0",
"clsx": "^1.1.1",
"dlv": "^1.1.3",
"file-loader": "^6.0.0",
"focus-visible": "^5.1.0",
"file-loader": "^6.2.0",
"focus-visible": "^5.2.0",
"framer-motion": "^4.1.17",
"front-matter": "^4.0.2",
"glob": "^7.2.0",
"glob": "^7.2.3",
"intersection-observer": "^0.12.0",
"minimatch": "^3.1.2",
"next": "^12.1.6",
"next-themes": "^0.1.1",
"next-themes": "^0.2.0",
"postcss": "^8.4.13",
"postcss-focus-visible": "^5.0.0",
"postcss-import": "^14.1.0",
"postcss-nested": "^5.0.6",
"prismjs": "^1.28.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-intersection-observer": "^8.34.0",
"redent": "^3.0.0",
"sharp": "^0.30.4",
Expand All @@ -65,20 +65,20 @@
"unist-util-visit": "^2.0.3"
},
"devDependencies": {
"@babel/core": "^7.17.10",
"@babel/plugin-transform-react-jsx": "^7.17.3",
"@types/react": "^17.0.44",
"@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^5.23.0",
"babel-eslint": "10.1.0",
"eslint": "8.11.0",
"@babel/core": "^7.17.12",
"@babel/plugin-transform-react-jsx": "^7.17.12",
"@types/react": "^18.0.9",
"@typescript-eslint/eslint-plugin": "^5.25.0",
"@typescript-eslint/parser": "^5.25.0",
"babel-eslint": "^10.1.0",
"eslint": "^8.15.0",
"eslint-config-next": "^12.1.6",
"eslint-config-react-app": "^7.0.1",
"eslint-import-resolver-typescript": "^2.7.1",
"eslint-plugin-flowtype": "8.0.3",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-import": "2.26.0",
"prettier": "^2.6.2",
"prettier-plugin-tailwindcss": "^0.1.10",
"prettier-plugin-tailwindcss": "^0.1.11",
"typescript": "^4.6.4",
"webpack": "^5.72.1"
}
Expand Down