Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 10, 2023
1 parent c1ba9d2 commit 2e0c187
Show file tree
Hide file tree
Showing 18 changed files with 2,013 additions and 3,148 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: pnpm/action-setup@v2.0.1
- uses: pnpm/action-setup@v2.2.4
with:
version: '7'
- name: Setup Node
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
# ref: https://playwright.dev/docs/ci#github-actions
steps:
- uses: actions/checkout@v2
- uses: pnpm/action-setup@v2.0.1
- uses: pnpm/action-setup@v2.2.4
with:
version: '7'
- name: Setup Node
Expand Down
2 changes: 1 addition & 1 deletion doc-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"react-router-dom": "^6.10.0"
},
"devDependencies": {
"@types/react": "^18.0.33",
"@types/react": "^18.0.34",
"@vitejs/plugin-react": "^3.1.0",
"cross-env": "^7.0.3",
"gh-pages": "^5.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/create-project/template-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
"devDependencies": {
"@mdx-js/react": "^2.3.0",
"@types/node": "^18.15.11",
"@types/react": "^18.0.33",
"@types/react": "^18.0.34",
"@vitejs/plugin-react": "^3.1.0",
"rimraf": "^4.4.1",
"serve": "^14.2.0",
"vite": "^4.2.1",
"vite-pages-theme-doc": "^4.0.0",
"vite-plugin-react-pages": "^4.0.0"
"vite-pages-theme-doc": "^4.1.2",
"vite-plugin-react-pages": "^4.1.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@types/react": "^18.0.33",
"@types/react": "^18.0.34",
"react": "^18.2.0",
"rimraf": "^4.4.1",
"typescript": "^5.0.4"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@types/react": "^18.0.33",
"@types/react": "^18.0.34",
"react": "^18.2.0",
"rimraf": "^4.4.1",
"typescript": "^5.0.4"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
"devDependencies": {
"@mdx-js/react": "^2.3.0",
"@types/node": "^18.15.11",
"@types/react": "^18.0.33",
"@types/react": "^18.0.34",
"@vitejs/plugin-react": "^3.1.0",
"globby": "^13.1.3",
"my-button": "*",
"my-card": "*",
"rimraf": "^4.4.1",
"serve": "^14.2.0",
"vite": "^4.2.1",
"vite-pages-theme-doc": "^4.0.0",
"vite-plugin-react-pages": "^4.0.0"
"vite-pages-theme-doc": "^4.1.2",
"vite-plugin-react-pages": "^4.1.1"
}
}
6 changes: 3 additions & 3 deletions packages/create-project/template-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"@mdx-js/react": "^2.3.0",
"@rollup/plugin-typescript": "^11.1.0",
"@types/node": "^18.15.11",
"@types/react": "^18.0.33",
"@types/react": "^18.0.34",
"@vitejs/plugin-react": "^3.1.0",
"rimraf": "^4.4.1",
"serve": "^14.2.0",
"vite": "^4.2.1",
"vite-pages-theme-doc": "^4.0.0",
"vite-plugin-react-pages": "^4.0.0"
"vite-pages-theme-doc": "^4.1.2",
"vite-plugin-react-pages": "^4.1.1"
}
}
2 changes: 1 addition & 1 deletion packages/playground/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@mdx-js/mdx": "^2.3.0",
"@types/react": "^18.0.33",
"@types/react": "^18.0.34",
"@vitejs/plugin-react": "^3.1.0",
"rimraf": "^4.4.1",
"sass": "^1.61.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/custom-find-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"react-router-dom": "^6.10.0"
},
"devDependencies": {
"@types/react": "^18.0.33",
"@types/react": "^18.0.34",
"@vitejs/plugin-react": "^3.1.0",
"rimraf": "^4.4.1",
"serve": "^14.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/custom-find-pages2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"react-router-dom": "^6.10.0"
},
"devDependencies": {
"@types/react": "^18.0.33",
"@types/react": "^18.0.34",
"@vitejs/plugin-react": "^3.1.0",
"rimraf": "^4.4.1",
"serve": "^14.2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@types/react": "^18.0.33",
"@types/react": "^18.0.34",
"react": "^18.2.0",
"rimraf": "^4.4.1",
"typescript": "^5.0.4"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@types/react": "^18.0.33",
"@types/react": "^18.0.34",
"react": "^18.2.0",
"rimraf": "^4.4.1",
"typescript": "^5.0.4"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"react-router-dom": "^6.10.0"
},
"devDependencies": {
"@types/react": "^18.0.33",
"@types/react": "^18.0.34",
"@vitejs/plugin-react": "^3.1.0",
"globby": "^13.1.3",
"playground-button": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/use-theme-doc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"react-router-dom": "^6.10.0"
},
"devDependencies": {
"@types/react": "^18.0.33",
"@types/react": "^18.0.34",
"@vitejs/plugin-react": "^3.1.0",
"rimraf": "^4.4.1",
"serve": "^14.2.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/react-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
"@rollup/plugin-typescript": "^11.1.0",
"@types/fs-extra": "^11.0.1",
"@types/html-minifier-terser": "^7.0.0",
"@types/minimist": "^1.2.0",
"@types/react": "^18.0.33",
"@types/minimist": "^1.2.2",
"@types/react": "^18.0.34",
"@types/react-dom": "^18.0.11",
"concurrently": "^7.6.0",
"react": "^18.2.0",
Expand All @@ -68,14 +68,14 @@
"dependencies": {
"@mdx-js/rollup": "^2.3.0",
"chalk": "^4.1.2",
"chokidar": "^3.5.1",
"chokidar": "^3.5.3",
"dequal": "^2.0.3",
"enhanced-resolve": "^5.12.0",
"fs-extra": "^11.1.1",
"gray-matter": "^4.0.2",
"gray-matter": "^4.0.3",
"html-minifier-terser": "^7.1.0",
"jest-docblock": "^29.4.3",
"jotai": "^1.11.2",
"jotai": "^1.13.1",
"mdast-util-to-string": "^3.2.0",
"mini-debounce": "^1.0.8",
"minimist": "^1.2.8",
Expand Down
6 changes: 3 additions & 3 deletions packages/theme-doc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,21 +49,21 @@
"@rollup/plugin-node-resolve": "^15.0.2",
"@rollup/plugin-typescript": "^11.1.0",
"antd": "^5.4.0",
"chokidar": "^3.5.1",
"chokidar": "^3.5.3",
"concurrently": "^7.6.0",
"copy-to-clipboard": "^3.3.3",
"fs-extra": "^11.1.1",
"github-markdown-css": "^4.0.0",
"github-slugger": "^2.0.0",
"globby": "^13.1.3",
"less": "^4.1.3",
"magic-string": "^0.27.0",
"magic-string": "^0.30.0",
"postcss": "^8.4.21",
"prism-react-renderer": "^1.3.5",
"rc-footer": "^0.6.8",
"rimraf": "^4.4.1",
"rollup": "^3.20.2",
"rollup-plugin-postcss": "^4.0.0",
"rollup-plugin-postcss": "^4.0.2",
"tslib": "^2.5.0",
"typescript": "^5.0.4",
"vite-plugin-react-pages": "workspace:*"
Expand Down

0 comments on commit 2e0c187

Please sign in to comment.