Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 18, 2023
1 parent e2e1ce4 commit c43d490
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,52 +4,52 @@
"private": true,
"devDependencies": {
"eslint-config-next": "^13.1.6",
"eslint-config-prettier": "^6.11.0",
"eslint-config-prettier": "^8.0.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.3",
"husky": "^7.0.0",
"lint-staged": "^11.1.2",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^8.0.0",
"lint-staged": "^13.0.0",
"prettier": "^2.0.5",
"raw-loader": "^4.0.1",
"react-scripts": "^4.0.3"
"react-scripts": "^5.0.0"
},
"dependencies": {
"@emotion/babel-plugin": "^11.3.0",
"@emotion/babel-preset-css-prop": "^11.2.0",
"@emotion/css": "^11.1.3",
"@emotion/react": "^11.4.0",
"@mdx-js/loader": "^1.6.22",
"@mdx-js/loader": "^2.0.0",
"@next/bundle-analyzer": "^13.2.1",
"@next/mdx": "^10.2.0",
"@next/mdx": "^13.0.0",
"@radix-ui/react-dialog": "^1.0.2",
"@radix-ui/react-icons": "^1.2.0",
"@radix-ui/react-navigation-menu": "^1.1.1",
"@radix-ui/react-tooltip": "^1.0.3",
"@types/d3-path": "^2.0.0",
"@types/d3-scale": "^3.2.2",
"@types/jest": "^25.2.3",
"@types/d3-path": "^3.0.0",
"@types/d3-scale": "^4.0.0",
"@types/jest": "^29.0.0",
"@types/lodash": "^4.14.172",
"@types/node": "^14.0.6",
"@types/react": "^16.9.35",
"@types/react-dom": "^16.9.8",
"@types/node": "^18.0.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/react-katex": "^3.0.0",
"@types/tinycolor2": "^1.4.2",
"d3-path": "^1.0.9",
"d3-scale": "^3.2.1",
"d3-path": "^3.0.0",
"d3-scale": "^4.0.0",
"history": "^5.0.0",
"jotai": "^1.3.2",
"jotai": "^2.0.0",
"lodash": "^4.17.21",
"next": "^13.1.6",
"panzoom": "^9.2.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.2.0",
"react-katex": "^3.0.1",
"rehype-katex": "^5.0.0",
"remark-math": "^3.0.1",
"sanitize.css": "^11.0.1",
"rehype-katex": "^6.0.0",
"remark-math": "^5.0.0",
"sanitize.css": "^13.0.0",
"tinycolor2": "^1.4.1",
"typescript": "^4.9.5"
"typescript": "^5.0.0"
},
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit c43d490

Please sign in to comment.