Skip to content

Commit

Permalink
chore(deps): update all non-major dependency bump (#63)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 13, 2023
1 parent 1cbcedd commit a8e1cdc
Show file tree
Hide file tree
Showing 4 changed files with 281 additions and 317 deletions.
4 changes: 2 additions & 2 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": "[email protected].2",
"packageManager": "[email protected].3",
"scripts": {
"build": "pnpm --filter '@frsource/fast-angle-web' build",
"dev": "pnpm run -r --parallel --stream dev",
Expand All @@ -11,7 +11,7 @@
"typecheck": "pnpm run -r --parallel --stream typecheck"
},
"devDependencies": {
"@antfu/eslint-config": "1.1.0",
"@antfu/eslint-config": "1.1.1",
"eslint": "^8.53.0",
"typescript": "5.2.2"
}
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].2",
"packageManager": "[email protected].3",
"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": "[email protected].2",
"packageManager": "[email protected].3",
"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 @@ -27,7 +27,7 @@
"lodash-es": "4.17.21",
"panzoom": "^9.4.3",
"svg-pan-zoom": "^3.6.1",
"vue": "3.3.7",
"vue": "3.3.8",
"vue-demi": "0.14.6",
"vue-i18n": "9.6.5",
"vue-router": "^4.1.6"
Expand All @@ -39,15 +39,15 @@
"@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.0",
"@vitejs/plugin-vue": "4.4.1",
"@vue/test-utils": "2.4.1",
"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.2",
"pnpm": "8.10.3",
"sass": "1.69.5",
"shiki": "0.14.5",
"type-fest": "^4.0.0",
Expand All @@ -56,12 +56,12 @@
"unplugin-icons": "0.17.3",
"unplugin-vue-components": "0.25.2",
"vite": "4.5.0",
"vite-plugin-inspect": "0.7.41",
"vite-plugin-inspect": "0.7.42",
"vite-plugin-pages": "^0.31.0",
"vite-plugin-pwa": "0.16.6",
"vite-plugin-pwa": "0.16.7",
"vite-plugin-vue-layouts": "^0.8.0",
"vite-plugin-vue-markdown": "0.23.8",
"vite-ssg": "0.23.4",
"vite-ssg": "0.23.5",
"vite-ssg-sitemap": "0.6.0",
"vitest": "0.34.6",
"vue-tsc": "1.8.22"
Expand Down
Loading

0 comments on commit a8e1cdc

Please sign in to comment.