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 Oct 21, 2024
1 parent 72c3103 commit bcfd5f9
Show file tree
Hide file tree
Showing 5 changed files with 724 additions and 366 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.0
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.12.2",
"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.12.2",
"scripts": {
"build": "bubblewrap build",
"new-version": "bubblewrap update",
Expand Down
20 changes: 10 additions & 10 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.12.2",
"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,7 +24,7 @@
"@vueuse/math": "11.0.3",
"@vueuse/router": "11.0.3",
"color-hash": "2.0.2",
"focus-trap": "7.5.4",
"focus-trap": "7.6.0",
"lodash-es": "4.17.21",
"panzoom": "9.4.3",
"svg-pan-zoom": "3.6.2",
Expand All @@ -33,12 +33,12 @@
"vue-router": "4.4.5"
},
"devDependencies": {
"@frsource/eslint-config": "1.13.0",
"@frsource/eslint-config": "1.20.0",
"@frsource/frs-replace": "4.1.1",
"@frsource/prettier-config": "1.9.0",
"@frsource/prettier-config": "1.14.0",
"@iconify-json/carbon": "1.2.3",
"@intlify/unplugin-vue-i18n": "4.0.0",
"@shikijs/markdown-it": "1.16.2",
"@shikijs/markdown-it": "1.22.0",
"@types/color-hash": "2.0.0",
"@types/lodash-es": "4.17.12",
"@types/markdown-it": "14.1.2",
Expand All @@ -50,16 +50,16 @@
"cross-env": "7.0.3",
"del-cli": "5.1.0",
"eslint": "9.12.0",
"globals": "15.9.0",
"globals": "15.11.0",
"https-localhost": "4.7.1",
"incstr": "1.2.3",
"markdown-it-link-attributes": "4.0.1",
"pnpm": "9.9.0",
"pnpm": "9.12.2",
"prettier": "3.3.3",
"sass": "1.78.0",
"shiki": "1.16.2",
"sass": "1.80.3",
"shiki": "1.22.0",
"type-fest": "4.26.1",
"typescript": "5.5.4",
"typescript": "5.6.3",
"unplugin-auto-import": "0.18.3",
"unplugin-icons": "0.19.3",
"unplugin-vue-components": "0.27.4",
Expand Down
Loading

0 comments on commit bcfd5f9

Please sign in to comment.