From b646495f8bc7ae79fae4ed1dd3c897212e61e506 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Mar 2023 08:49:54 +0000 Subject: [PATCH] Update package.json --- package.json | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/package.json b/package.json index 0650f5d..793797a 100644 --- a/package.json +++ b/package.json @@ -4,40 +4,40 @@ "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", @@ -45,11 +45,11 @@ "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",