Skip to content

Commit

Permalink
chore(deps): update all non-major dependency bump
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 20, 2023
1 parent a8e1cdc commit 3ca0de6
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 44 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@frsource/fast-angle",
"type": "module",
"private": true,
"packageManager": "[email protected].3",
"packageManager": "[email protected].5",
"scripts": {
"build": "pnpm --filter '@frsource/fast-angle-web' build",
"dev": "pnpm run -r --parallel --stream dev",
Expand Down
2 changes: 1 addition & 1 deletion packages/android/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@frsource/fast-angle-android",
"type": "module",
"private": true,
"packageManager": "[email protected].3",
"packageManager": "[email protected].5",
"scripts": {
"build": "bubblewrap build",
"new-version": "bubblewrap update",
Expand Down
10 changes: 5 additions & 5 deletions packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@frsource/fast-angle-web",
"type": "module",
"private": true,
"packageManager": "[email protected].3",
"packageManager": "[email protected].5",
"scripts": {
"build": "vite-ssg build --base='/fast-angle/' && del dist/.html && frs-replace 'https://www.frsource.org/' 'https://www.frsource.org/fast-angle/' -i dist/sitemap.xml -o dist/sitemap.xml",
"dev": "vite --port 3333 --open",
Expand Down Expand Up @@ -40,20 +40,20 @@
"@types/lodash-es": "^4.17.6",
"@types/markdown-it-link-attributes": "^3.0.1",
"@vitejs/plugin-vue": "4.4.1",
"@vue/test-utils": "2.4.1",
"@vue/test-utils": "2.4.2",
"critters": "0.0.20",
"cross-env": "7.0.3",
"https-localhost": "4.7.1",
"incstr": "^1.2.3",
"markdown-it-link-attributes": "4.0.1",
"markdown-it-shiki": "0.9.0",
"pnpm": "8.10.3",
"pnpm": "8.10.5",
"sass": "1.69.5",
"shiki": "0.14.5",
"type-fest": "^4.0.0",
"typescript": "5.2.2",
"unplugin-auto-import": "0.16.7",
"unplugin-icons": "0.17.3",
"unplugin-icons": "0.17.4",
"unplugin-vue-components": "0.25.2",
"vite": "4.5.0",
"vite-plugin-inspect": "0.7.42",
Expand All @@ -62,7 +62,7 @@
"vite-plugin-vue-layouts": "^0.8.0",
"vite-plugin-vue-markdown": "0.23.8",
"vite-ssg": "0.23.5",
"vite-ssg-sitemap": "0.6.0",
"vite-ssg-sitemap": "0.6.1",
"vitest": "0.34.6",
"vue-tsc": "1.8.22"
}
Expand Down
62 changes: 25 additions & 37 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3ca0de6

Please sign in to comment.