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 23, 2023
1 parent be6e570 commit fd9af12
Show file tree
Hide file tree
Showing 19 changed files with 2,110 additions and 3,274 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
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
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
Expand Up @@ -22,7 +22,7 @@
"react-router-dom": "^6.10.0"
},
"devDependencies": {
"@types/react": "^18.0.33",
"@types/react": "^18.0.38",
"@vitejs/plugin-react": "^3.1.0",
"cross-env": "^7.0.3",
"gh-pages": "^5.0.0",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -35,10 +35,10 @@
]
},
"devDependencies": {
"@playwright/test": "~1.32.2",
"@playwright/test": "~1.32.3",
"@pnpm/link-bins": "^9.0.0",
"@pnpm/logger": "^5.0.0",
"@types/node": "^18.15.11",
"@types/node": "^18.16.0",
"@types/wait-on": "^5.3.1",
"cross-env": "^7.0.3",
"execa": "^5.1.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/create-project/template-app/package.json
Expand Up @@ -18,13 +18,13 @@
},
"devDependencies": {
"@mdx-js/react": "^2.3.0",
"@types/node": "^18.15.11",
"@types/react": "^18.0.33",
"@types/node": "^18.16.0",
"@types/react": "^18.0.38",
"@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.4",
"vite-plugin-react-pages": "^4.1.1"
}
}
Expand Up @@ -9,7 +9,7 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@types/react": "^18.0.33",
"@types/react": "^18.0.38",
"react": "^18.2.0",
"rimraf": "^4.4.1",
"typescript": "^5.0.4"
Expand Down
Expand Up @@ -9,7 +9,7 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@types/react": "^18.0.33",
"@types/react": "^18.0.38",
"react": "^18.2.0",
"rimraf": "^4.4.1",
"typescript": "^5.0.4"
Expand Down
Expand Up @@ -18,16 +18,16 @@
},
"devDependencies": {
"@mdx-js/react": "^2.3.0",
"@types/node": "^18.15.11",
"@types/react": "^18.0.33",
"@types/node": "^18.16.0",
"@types/react": "^18.0.38",
"@vitejs/plugin-react": "^3.1.0",
"globby": "^13.1.3",
"globby": "^13.1.4",
"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.4",
"vite-plugin-react-pages": "^4.1.1"
}
}
8 changes: 4 additions & 4 deletions packages/create-project/template-lib/package.json
Expand Up @@ -17,13 +17,13 @@
"devDependencies": {
"@mdx-js/react": "^2.3.0",
"@rollup/plugin-typescript": "^11.1.0",
"@types/node": "^18.15.11",
"@types/react": "^18.0.33",
"@types/node": "^18.16.0",
"@types/react": "^18.0.38",
"@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.4",
"vite-plugin-react-pages": "^4.1.1"
}
}
4 changes: 2 additions & 2 deletions packages/playground/basic/package.json
Expand Up @@ -18,10 +18,10 @@
},
"devDependencies": {
"@mdx-js/mdx": "^2.3.0",
"@types/react": "^18.0.33",
"@types/react": "^18.0.38",
"@vitejs/plugin-react": "^3.1.0",
"rimraf": "^4.4.1",
"sass": "^1.61.0",
"sass": "^1.62.0",
"serve": "^14.2.0",
"vite": "^4.2.1",
"vite-plugin-react-pages": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/custom-find-pages/package.json
Expand Up @@ -20,7 +20,7 @@
"react-router-dom": "^6.10.0"
},
"devDependencies": {
"@types/react": "^18.0.33",
"@types/react": "^18.0.38",
"@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
Expand Up @@ -20,7 +20,7 @@
"react-router-dom": "^6.10.0"
},
"devDependencies": {
"@types/react": "^18.0.33",
"@types/react": "^18.0.38",
"@vitejs/plugin-react": "^3.1.0",
"rimraf": "^4.4.1",
"serve": "^14.2.0",
Expand Down
Expand Up @@ -9,7 +9,7 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@types/react": "^18.0.33",
"@types/react": "^18.0.38",
"react": "^18.2.0",
"rimraf": "^4.4.1",
"typescript": "^5.0.4"
Expand Down
Expand Up @@ -9,7 +9,7 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@types/react": "^18.0.33",
"@types/react": "^18.0.38",
"react": "^18.2.0",
"rimraf": "^4.4.1",
"typescript": "^5.0.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/playground/lib-monorepo/packages/demos/package.json
Expand Up @@ -16,9 +16,9 @@
"react-router-dom": "^6.10.0"
},
"devDependencies": {
"@types/react": "^18.0.33",
"@types/react": "^18.0.38",
"@vitejs/plugin-react": "^3.1.0",
"globby": "^13.1.3",
"globby": "^13.1.4",
"playground-button": "*",
"playground-card": "*",
"rimraf": "^4.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/use-theme-doc/package.json
Expand Up @@ -21,7 +21,7 @@
"react-router-dom": "^6.10.0"
},
"devDependencies": {
"@types/react": "^18.0.33",
"@types/react": "^18.0.38",
"@vitejs/plugin-react": "^3.1.0",
"rimraf": "^4.4.1",
"serve": "^14.2.0",
Expand Down
16 changes: 8 additions & 8 deletions packages/react-pages/package.json
Expand Up @@ -50,13 +50,13 @@
"@babel/preset-env": "^7.21.4",
"@babel/preset-react": "^7.18.6",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-commonjs": "^24.1.0",
"@rollup/plugin-node-resolve": "^15.0.2",
"@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.38",
"@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",
"enhanced-resolve": "^5.13.0",
"fs-extra": "^11.1.1",
"gray-matter": "^4.0.2",
"html-minifier-terser": "^7.1.0",
"gray-matter": "^4.0.3",
"html-minifier-terser": "^7.2.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
14 changes: 7 additions & 7 deletions packages/theme-doc/package.json
Expand Up @@ -45,27 +45,27 @@
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.4",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-commonjs": "^24.1.0",
"@rollup/plugin-node-resolve": "^15.0.2",
"@rollup/plugin-typescript": "^11.1.0",
"@types/mdx": "^2.0.4",
"antd": "^5.4.0",
"chokidar": "^3.5.1",
"antd": "^5.4.4",
"chokidar": "^3.5.3",
"concurrently": "^7.6.0",
"copy-to-clipboard": "^3.3.3",
"fs-extra": "^11.1.1",
"github-markdown-css": "^5.2.0",
"github-slugger": "^2.0.0",
"globby": "^13.1.3",
"globby": "^13.1.4",
"less": "^4.1.3",
"magic-string": "^0.27.0",
"postcss": "^8.4.21",
"magic-string": "^0.30.0",
"postcss": "^8.4.23",
"postcss-selector-parser": "^6.0.11",
"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 fd9af12

Please sign in to comment.