Skip to content

Commit

Permalink
chore(deps): update all minor dependency bump
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 25, 2023
1 parent 9f451b5 commit c7a7095
Show file tree
Hide file tree
Showing 4 changed files with 276 additions and 176 deletions.
6 changes: 3 additions & 3 deletions 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": "pnpm@8.10.5",
"packageManager": "pnpm@8.11.0",
"scripts": {
"build": "pnpm --filter '@frsource/fast-angle-web' build",
"dev": "pnpm run -r --parallel --stream dev",
Expand All @@ -11,8 +11,8 @@
"typecheck": "pnpm run -r --parallel --stream typecheck"
},
"devDependencies": {
"@antfu/eslint-config": "1.1.1",
"@antfu/eslint-config": "1.2.1",
"eslint": "^8.53.0",
"typescript": "5.2.2"
"typescript": "5.3.2"
}
}
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": "pnpm@8.10.5",
"packageManager": "pnpm@8.11.0",
"scripts": {
"build": "bubblewrap build",
"new-version": "bubblewrap update",
Expand Down
14 changes: 7 additions & 7 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": "pnpm@8.10.5",
"packageManager": "pnpm@8.11.0",
"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 All @@ -29,7 +29,7 @@
"svg-pan-zoom": "^3.6.1",
"vue": "3.3.8",
"vue-demi": "0.14.6",
"vue-i18n": "9.6.5",
"vue-i18n": "9.7.1",
"vue-router": "^4.1.6"
},
"devDependencies": {
Expand All @@ -39,26 +39,26 @@
"@types/color-hash": "^1.0.2",
"@types/lodash-es": "^4.17.6",
"@types/markdown-it-link-attributes": "^3.0.1",
"@vitejs/plugin-vue": "4.4.1",
"@vitejs/plugin-vue": "4.5.0",
"@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.5",
"pnpm": "8.11.0",
"sass": "1.69.5",
"shiki": "0.14.5",
"type-fest": "^4.0.0",
"typescript": "5.2.2",
"unplugin-auto-import": "0.16.7",
"typescript": "5.3.2",
"unplugin-auto-import": "0.17.1",
"unplugin-icons": "0.17.4",
"unplugin-vue-components": "0.25.2",
"vite": "4.5.0",
"vite-plugin-inspect": "0.7.42",
"vite-plugin-pages": "^0.31.0",
"vite-plugin-pwa": "0.16.7",
"vite-plugin-pwa": "0.17.2",
"vite-plugin-vue-layouts": "^0.8.0",
"vite-plugin-vue-markdown": "0.23.8",
"vite-ssg": "0.23.5",
Expand Down
Loading

0 comments on commit c7a7095

Please sign in to comment.