Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
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
62 changes: 31 additions & 31 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,94 +70,94 @@
]
},
"devDependencies": {
"@babel/core": "^7.26.10",
"@babel/eslint-parser": "^7.26.10",
"@babel/core": "^7.28.0",
"@babel/eslint-parser": "^7.28.0",
"@babel/plugin-proposal-class-properties": "^7.17.12",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.26.3",
"@eslint/compat": "^1.2.7",
"@eslint/eslintrc": "^3.3.0",
"@eslint/js": "^9.22.0",
"@babel/preset-env": "^7.28.0",
"@babel/preset-react": "^7.27.1",
"@eslint/compat": "^1.3.1",
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.31.0",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@octokit/auth-action": "^5.1.1",
"@octokit/rest": "^21.1.1",
"@octokit/auth-action": "^6.0.1",
"@octokit/rest": "^22.0.0",
"@pmmmwh/react-refresh-webpack-plugin": "next",
"@svgr/webpack": "^8.1.0",
"autoprefixer": "^10.4.21",
"babel-loader": "^10.0.0",
"copy-webpack-plugin": "^13.0.0",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.2",
"cypress": "^13.16.0",
"cypress": "^14.5.1",
"directory-tree": "^3.5.2",
"directory-tree-webpack-plugin": "^1.0.3",
"duplexer": "^0.1.1",
"eslint": "^9.22.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-cypress": "^4.2.0",
"eslint-plugin-mdx": "^3.2.0",
"eslint-plugin-react": "^7.37.2",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-cypress": "^5.1.0",
"eslint-plugin-mdx": "^3.6.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"front-matter": "^4.0.2",
"github-slugger": "^2.0.0",
"globals": "^15.13.0",
"globals": "^16.3.0",
"html-webpack-plugin": "^5.6.3",
"http-server": "^14.1.1",
"husky": "^9.1.7",
"hyperlink": "^5.0.4",
"jest": "^29.7.0",
"lightningcss": "^1.29.2",
"lint-staged": "^15.4.3",
"jest": "^30.0.4",
"lightningcss": "^1.30.1",
"lint-staged": "^16.1.2",
"lodash": "^4.17.21",
"markdownlint-cli": "^0.44.0",
"markdownlint-cli": "^0.45.0",
"mdast-util-to-string": "^4.0.0",
"mini-css-extract-plugin": "^2.9.2",
"mkdirp": "^3.0.1",
"modularscale-sass": "^3.0.3",
"npm-run-all": "^4.1.1",
"postcss": "^8.4.49",
"postcss": "^8.5.6",
"postcss-loader": "^8.1.1",
"prettier": "^3.4.2",
"react-refresh": "^0.14.2",
"prettier": "^3.6.2",
"react-refresh": "^0.17.0",
"redirect-webpack-plugin": "^1.0.0",
"remark": "^15.0.1",
"remark-autolink-headings": "7.0.1",
"remark-emoji": "^5.0.1",
"remark-extract-anchors": "1.1.1",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.0",
"remark-gfm": "^4.0.1",
"remark-html": "^16.0.1",
"remark-refractor": "montogeek/remark-refractor",
"rimraf": "^6.0.1",
"sass": "^1.79.5",
"sass-loader": "^16.0.4",
"sirv-cli": "^3.0.0",
"sass-loader": "^16.0.5",
"sirv-cli": "^3.0.1",
"sitemap-static": "^0.4.2",
"static-site-generator-webpack-plugin": "^3.4.1",
"style-loader": "^4.0.0",
"tailwindcss": "^3.4.16",
"tailwindcss": "^4.1.11",
"tap-spot": "^1.1.2",
"unist-util-visit": "^5.0.0",
"webpack": "^5.97.1",
"webpack": "^5.100.1",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.1.0",
"webpack-dev-server": "^5.2.2",
"webpack-merge": "^6.0.1",
"workbox-webpack-plugin": "^7.3.0",
"yarn-deduplicate": "^6.0.2"
},
"dependencies": {
"@docsearch/react": "^3.9.0",
"@react-spring/web": "^9.7.5",
"@react-spring/web": "^10.0.1",
"path-browserify": "^1.0.1",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet-async": "^2.0.5",
"react-router-dom": "^6.28.0",
"react-router-dom": "^7.6.3",
"react-tiny-popover": "5",
"react-use": "^17.5.1",
"react-use": "^17.6.0",
"react-visibility-sensor": "^5.0.2",
"webpack-pwa-manifest": "^4.3.0",
"workbox-window": "^7.3.0"
Expand Down
Loading
Loading