mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-23 09:45:46 +03:00
Upgrade dependencies
This commit is contained in:
parent
333c434343
commit
ed5cb54eb4
2 changed files with 15 additions and 15 deletions
26
package-lock.json
generated
26
package-lock.json
generated
|
@ -58,12 +58,12 @@
|
|||
"postcss-dark-theme-class": "~1.3.0",
|
||||
"postcss-preset-env": "~10.0.3",
|
||||
"twitter-text": "~3.1.0",
|
||||
"vite": "~5.4.5",
|
||||
"vite": "~5.4.7",
|
||||
"vite-plugin-generate-file": "~0.2.0",
|
||||
"vite-plugin-html-config": "~2.0.2",
|
||||
"vite-plugin-pwa": "~0.20.5",
|
||||
"vite-plugin-remove-console": "~2.2.0",
|
||||
"vite-plugin-run": "~0.5.2",
|
||||
"vite-plugin-run": "~0.6.0",
|
||||
"workbox-cacheable-response": "~7.1.0",
|
||||
"workbox-expiration": "~7.1.0",
|
||||
"workbox-navigation-preload": "~7.1.0",
|
||||
|
@ -10536,9 +10536,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/vite": {
|
||||
"version": "5.4.5",
|
||||
"resolved": "https://registry.npmjs.org/vite/-/vite-5.4.5.tgz",
|
||||
"integrity": "sha512-pXqR0qtb2bTwLkev4SE3r4abCNioP3GkjvIDLlzziPpXtHgiJIjuKl+1GN6ESOT3wMjG3JTeARopj2SwYaHTOA==",
|
||||
"version": "5.4.7",
|
||||
"resolved": "https://registry.npmjs.org/vite/-/vite-5.4.7.tgz",
|
||||
"integrity": "sha512-5l2zxqMEPVENgvzTuBpHer2awaetimj2BGkhBPdnwKbPNOlHsODU+oiazEZzLK7KhAnOrO+XGYJYn4ZlUhDtDQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"esbuild": "^0.21.3",
|
||||
|
@ -10655,16 +10655,16 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/vite-plugin-run": {
|
||||
"version": "0.5.2",
|
||||
"resolved": "https://registry.npmjs.org/vite-plugin-run/-/vite-plugin-run-0.5.2.tgz",
|
||||
"integrity": "sha512-ZrbdZ2gNJwvW4MMQr6a4Udioq6+06VgBytviYi/hgRQnz3SCQAcRJu7QKqlIbH229/lNyYTdvkglottfkUlNyQ==",
|
||||
"version": "0.6.0",
|
||||
"resolved": "https://registry.npmjs.org/vite-plugin-run/-/vite-plugin-run-0.6.0.tgz",
|
||||
"integrity": "sha512-B5iHHz6MjXodmTxZPlEQAOJQAzi47wCqVqSDYo71A7b8MzS+MklwmZ384lb4xUy71PPTEZAxjNs0bIDqL4ly8g==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@antfu/utils": "^0.7.6",
|
||||
"debug": "^4.3.4",
|
||||
"execa": "5.1",
|
||||
"minimatch": "^9.0.3",
|
||||
"picocolors": "^1.0.0"
|
||||
"@antfu/utils": "^0.7.10",
|
||||
"debug": "^4.3.7",
|
||||
"execa": "5.1.1",
|
||||
"minimatch": "^9.0.5",
|
||||
"picocolors": "^1.1.0"
|
||||
}
|
||||
},
|
||||
"node_modules/vite-plugin-run/node_modules/brace-expansion": {
|
||||
|
|
|
@ -66,12 +66,12 @@
|
|||
"postcss-dark-theme-class": "~1.3.0",
|
||||
"postcss-preset-env": "~10.0.3",
|
||||
"twitter-text": "~3.1.0",
|
||||
"vite": "~5.4.5",
|
||||
"vite": "~5.4.7",
|
||||
"vite-plugin-generate-file": "~0.2.0",
|
||||
"vite-plugin-html-config": "~2.0.2",
|
||||
"vite-plugin-pwa": "~0.20.5",
|
||||
"vite-plugin-remove-console": "~2.2.0",
|
||||
"vite-plugin-run": "~0.5.2",
|
||||
"vite-plugin-run": "~0.6.0",
|
||||
"workbox-cacheable-response": "~7.1.0",
|
||||
"workbox-expiration": "~7.1.0",
|
||||
"workbox-navigation-preload": "~7.1.0",
|
||||
|
|
Loading…
Reference in a new issue