Skip to content

Commit 4c174c4

Browse files
chore(deps): update all minor dependency bump
1 parent c200c20 commit 4c174c4

File tree

5 files changed

+781
-529
lines changed

5 files changed

+781
-529
lines changed

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.17.0
1+
20.18.0

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@frsource/fast-angle",
33
"type": "module",
44
"private": true,
5-
"packageManager": "pnpm@9.9.0",
5+
"packageManager": "pnpm@9.12.3",
66
"scripts": {
77
"build": "pnpm --filter '@frsource/fast-angle-web' build",
88
"dev": "pnpm run -r --parallel --stream dev",

packages/android/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@frsource/fast-angle-android",
33
"type": "module",
44
"private": true,
5-
"packageManager": "pnpm@9.9.0",
5+
"packageManager": "pnpm@9.12.3",
66
"scripts": {
77
"build": "bubblewrap build",
88
"new-version": "bubblewrap update",

packages/web/package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@frsource/fast-angle-web",
33
"type": "module",
44
"private": true,
5-
"packageManager": "pnpm@9.9.0",
5+
"packageManager": "pnpm@9.12.3",
66
"scripts": {
77
"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",
88
"dev": "vite --port 3333 --open",
@@ -24,7 +24,7 @@
2424
"@vueuse/math": "11.1.0",
2525
"@vueuse/router": "11.1.0",
2626
"color-hash": "2.0.2",
27-
"focus-trap": "7.5.4",
27+
"focus-trap": "7.6.1",
2828
"lodash-es": "4.17.21",
2929
"panzoom": "9.4.3",
3030
"svg-pan-zoom": "3.6.2",
@@ -33,12 +33,12 @@
3333
"vue-router": "4.4.5"
3434
},
3535
"devDependencies": {
36-
"@frsource/eslint-config": "1.13.0",
36+
"@frsource/eslint-config": "1.23.0",
3737
"@frsource/frs-replace": "4.1.1",
38-
"@frsource/prettier-config": "1.9.0",
38+
"@frsource/prettier-config": "1.16.0",
3939
"@iconify-json/carbon": "1.2.4",
4040
"@intlify/unplugin-vue-i18n": "4.0.0",
41-
"@shikijs/markdown-it": "1.16.2",
41+
"@shikijs/markdown-it": "1.22.2",
4242
"@types/color-hash": "2.0.0",
4343
"@types/lodash-es": "4.17.12",
4444
"@types/markdown-it": "14.1.2",
@@ -50,26 +50,26 @@
5050
"cross-env": "7.0.3",
5151
"del-cli": "5.1.0",
5252
"eslint": "9.14.0",
53-
"globals": "15.9.0",
53+
"globals": "15.12.0",
5454
"https-localhost": "4.7.1",
5555
"incstr": "1.2.3",
5656
"markdown-it-link-attributes": "4.0.1",
57-
"pnpm": "9.9.0",
57+
"pnpm": "9.12.3",
5858
"prettier": "3.3.3",
59-
"sass": "1.78.0",
60-
"shiki": "1.16.2",
59+
"sass": "1.80.6",
60+
"shiki": "1.22.2",
6161
"type-fest": "4.26.1",
62-
"typescript": "5.5.4",
62+
"typescript": "5.6.3",
6363
"unplugin-auto-import": "0.18.3",
64-
"unplugin-icons": "0.19.3",
64+
"unplugin-icons": "0.20.1",
6565
"unplugin-vue-components": "0.27.4",
6666
"unplugin-vue-markdown": "0.26.2",
6767
"vite": "5.4.10",
6868
"vite-plugin-inspect": "0.8.7",
6969
"vite-plugin-pages": "0.32.3",
7070
"vite-plugin-pwa": "0.20.5",
7171
"vite-plugin-vue-layouts": "0.11.0",
72-
"vite-ssg": "0.23.8",
72+
"vite-ssg": "0.24.1",
7373
"vite-ssg-sitemap": "0.8.1",
7474
"vitest": "2.1.4",
7575
"vue-tsc": "2.1.10"

0 commit comments

Comments
 (0)