generated from antfu-collective/vitesse
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update all non-major dependency bump (#63)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information
1 parent
1cbcedd
commit a8e1cdc
Showing
4 changed files
with
281 additions
and
317 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
@@ -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" | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
@@ -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" | ||
|
@@ -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", | ||
|
@@ -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" | ||
|
Oops, something went wrong.