Skip to content

Commit

Permalink
fix(deps): update all minor dependency bump
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 18, 2024
1 parent 20117ab commit 8cc180d
Show file tree
Hide file tree
Showing 5 changed files with 1,066 additions and 663 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.17.0
20.18.1
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": "pnpm@9.9.0",
"packageManager": "pnpm@9.15.0",
"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": "pnpm@9.9.0",
"packageManager": "pnpm@9.15.0",
"scripts": {
"build": "bubblewrap build",
"new-version": "bubblewrap update",
Expand Down
40 changes: 20 additions & 20 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@9.9.0",
"packageManager": "pnpm@9.15.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 @@ -24,52 +24,52 @@
"@vueuse/math": "11.1.0",
"@vueuse/router": "11.1.0",
"color-hash": "2.0.2",
"focus-trap": "7.5.4",
"focus-trap": "7.6.2",
"lodash-es": "4.17.21",
"panzoom": "9.4.3",
"svg-pan-zoom": "3.6.2",
"vue": "3.5.13",
"vue-i18n": "9.14.1",
"vue-router": "4.4.5"
"vue-router": "4.5.0"
},
"devDependencies": {
"@frsource/eslint-config": "1.13.0",
"@frsource/eslint-config": "1.28.0",
"@frsource/frs-replace": "4.1.1",
"@frsource/prettier-config": "1.9.0",
"@frsource/prettier-config": "1.18.0",
"@iconify-json/carbon": "1.2.4",
"@intlify/unplugin-vue-i18n": "4.0.0",
"@shikijs/markdown-it": "1.16.2",
"@shikijs/markdown-it": "1.24.2",
"@types/color-hash": "2.0.0",
"@types/lodash-es": "4.17.12",
"@types/markdown-it": "14.1.2",
"@types/markdown-it-link-attributes": "3.0.5",
"@types/node": "22.10.1",
"@vitejs/plugin-vue": "5.1.5",
"@vitejs/plugin-vue": "5.2.1",
"@vue/test-utils": "2.4.6",
"critters": "0.0.25",
"cross-env": "7.0.3",
"del-cli": "5.1.0",
"eslint": "9.14.0",
"globals": "15.9.0",
"globals": "15.14.0",
"https-localhost": "4.7.1",
"incstr": "1.2.3",
"markdown-it-link-attributes": "4.0.1",
"pnpm": "9.9.0",
"pnpm": "9.15.0",
"prettier": "3.3.3",
"sass": "1.78.0",
"shiki": "1.16.2",
"type-fest": "4.26.1",
"typescript": "5.5.4",
"unplugin-auto-import": "0.18.5",
"unplugin-icons": "0.19.3",
"unplugin-vue-components": "0.27.4",
"unplugin-vue-markdown": "0.26.2",
"sass": "1.83.0",
"shiki": "1.24.2",
"type-fest": "4.30.2",
"typescript": "5.7.2",
"unplugin-auto-import": "0.19.0",
"unplugin-icons": "0.22.0",
"unplugin-vue-components": "0.28.0",
"unplugin-vue-markdown": "0.28.0",
"vite": "5.4.11",
"vite-plugin-inspect": "0.8.8",
"vite-plugin-inspect": "0.10.3",
"vite-plugin-pages": "0.32.3",
"vite-plugin-pwa": "0.20.5",
"vite-plugin-pwa": "0.21.1",
"vite-plugin-vue-layouts": "0.11.0",
"vite-ssg": "0.23.8",
"vite-ssg": "0.24.3",
"vite-ssg-sitemap": "0.8.1",
"vitest": "2.1.8",
"vue-tsc": "2.1.10"
Expand Down
Loading

0 comments on commit 8cc180d

Please sign in to comment.