Skip to content

Commit

Permalink
Merge pull request #1 from Dup4/feature-upgrade-deps
Browse files Browse the repository at this point in the history
chore: upgrade deps
  • Loading branch information
Dup4 committed Jun 14, 2023
2 parents ab19dec + f7d9e4f commit 7847938
Show file tree
Hide file tree
Showing 8 changed files with 2,721 additions and 2,000 deletions.
10 changes: 5 additions & 5 deletions examples/mathjax-render-react-example/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

const nextConfig = {
reactStrictMode: true,
experimental: {
fontLoaders: [
{ loader: "@next/font/google", options: { subsets: ["latin"] } },
],
},
// experimental: {
// fontLoaders: [
// { loader: "@next/font/google", options: { subsets: ["latin"] } },
// ],
// },
};

module.exports = nextConfig;
14 changes: 7 additions & 7 deletions examples/mathjax-render-react-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"lint": "next lint"
},
"dependencies": {
"@nextui-org/react": "1.0.0-beta.10",
"@nextui-org/react": "1.0.0-beta.13",
"@tailwindcss/typography": "^0.5.9",
"@vercel/analytics": "^0.1.11",
"classnames": "^2.3.2",
"mathjax-render": "workspace:*",
"mathjax-render-react": "workspace:*",
"next": "^13.4.4",
"next": "^13.4.5",
"next-themes": "^0.2.1",
"nprogress": "^0.2.0",
"react": "^18.2.0",
Expand All @@ -23,13 +23,13 @@
"use-delayed-render": "^0.0.7"
},
"devDependencies": {
"@babel/core": "^7.22.1",
"@babel/preset-env": "^7.22.4",
"@next/codemod": "^13.4.4",
"@babel/core": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@next/codemod": "^13.4.5",
"@types/node": "17.0.39",
"@types/nprogress": "^0.2.0",
"@types/react": "^18.2.8",
"@types/react-dom": "^18.2.4",
"@types/react": "^18.2.12",
"@types/react-dom": "^18.2.5",
"autoprefixer": "^10.4.14",
"eslint": "8.26.0",
"eslint-config-next": "13.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import { CssBaseline } from "@nextui-org/react";
class MyDocument extends Document {
static async getInitialProps(ctx: DocumentContext) {
const initialProps = await Document.getInitialProps(ctx);

return {
...initialProps,
styles: [<>{initialProps.styles}</>],
Expand Down
21 changes: 11 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"version": "0.0.17",
"packageManager": "pnpm@7.14.0",
"packageManager": "pnpm@8.6.2",
"license": "MIT",
"author": "Dup4 <lyuzhi.pan@gmail.com>",
"repository": {
Expand All @@ -27,22 +27,23 @@
"release": "bumpp package.json packages/*/package.json --commit --push --tag && pnpm -r publish --access public"
},
"devDependencies": {
"@babel/types": "^7.19.4",
"@babel/types": "^7.22.5",
"@types/glob": "^7.2.0",
"@types/node": "^17.0.45",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/parser": "^5.41.0",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"bumpp": "^7.2.0",
"eslint": "^8.26.0",
"eslint": "^8.42.0",
"esmo": "^0.14.1",
"fsxx": "^0.0.5",
"glob": "^8.0.3",
"glob": "^8.1.0",
"npm-run-all": "^4.1.5",
"pnpm": "^7.14.0",
"prettier": "^2.7.1",
"typescript": "^4.8.4",
"pnpm": "^8.6.2",
"prettier": "^2.8.8",
"taze": "^0.10.2",
"typescript": "^4.9.5",
"unbuild": "^0.7.6",
"vite": "^2.9.15",
"vite": "^2.9.16",
"vitest": "^0.7.13",
"zx": "^6.2.5"
}
Expand Down
12 changes: 6 additions & 6 deletions packages/mathjax-render-for-mkdocs-material/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,17 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@types/jsdom": "^16.2.14",
"cac": "^6.7.12",
"chalk": "^5.0.1",
"@types/jsdom": "^16.2.15",
"cac": "^6.7.14",
"chalk": "^5.2.0",
"debug": "^4.3.4",
"glob": "^8.0.3",
"glob": "^8.1.0",
"jsdom": "^19.0.0",
"kolorist": "^1.5.1",
"kolorist": "^1.8.0",
"mathjax-render": "workspace:*",
"piscina": "^3.2.0"
},
"devDependencies": {
"@types/debug": "^4.1.7"
"@types/debug": "^4.1.8"
}
}
16 changes: 8 additions & 8 deletions packages/mathjax-render-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@
"mathjax-render": "workspace:*"
},
"devDependencies": {
"@types/react": "^18.0.11",
"@types/react-dom": "^18.0.5",
"camelcase": "^7.0.0",
"less": "^4.1.2",
"postcss": "^8.4.14",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"rollup": "^2.75.5",
"@types/react": "^18.2.12",
"@types/react-dom": "^18.2.5",
"camelcase": "^7.0.1",
"less": "^4.1.3",
"postcss": "^8.4.24",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^2.79.1",
"rollup-plugin-postcss": "^4.0.2",
"typescript": "4.7.3"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/mathjax-render/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@
},
"devDependencies": {
"@types/escape-html": "^1.0.2",
"@types/jsdom": "^16.2.14",
"@types/jsdom": "^16.2.15",
"cross-env": "^7.0.3",
"glob": "^8.0.3",
"glob": "^8.1.0",
"rimraf": "^3.0.2"
}
}

1 comment on commit 7847938

@vercel
Copy link

@vercel vercel bot commented on 7847938 Jun 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

mathjax-render – ./

mathjax-render-git-main-dup4.vercel.app
mathjax-render-dup4.vercel.app
mathjax-render.vercel.app

Please sign in to comment.