Skip to content

Commit

Permalink
更新依赖&版本号(1.2.0-beta.10)
Browse files Browse the repository at this point in the history
lyswhut committed Dec 12, 2023
1 parent c5e8426 commit fa7fff1
Showing 3 changed files with 203 additions and 155 deletions.
2 changes: 1 addition & 1 deletion dependencies-patch.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 修补依赖源码以使vite构建的依赖恢复正常工作
// 修补依赖源码以使构建的依赖恢复正常工作

const fs = require('node:fs')
const path = require('node:path')
344 changes: 196 additions & 148 deletions package-lock.json
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lx-music-mobile",
"version": "1.2.0-beta.9",
"version": "1.2.0-beta.10",
"versionCode": 62,
"private": true,
"scripts": {
@@ -46,7 +46,7 @@
"dependencies": {
"@craftzdog/react-native-buffer": "^6.0.5",
"@react-native-async-storage/async-storage": "^1.21.0",
"@react-native-clipboard/clipboard": "^1.12.1",
"@react-native-clipboard/clipboard": "^1.13.0",
"@react-native-community/slider": "^4.4.4",
"iconv-lite": "^0.6.3",
"lrc-file-parser": "^2.4.1",
@@ -66,17 +66,17 @@
"react-native-vector-icons": "^10.0.2"
},
"devDependencies": {
"@babel/core": "^7.23.5",
"@babel/core": "^7.23.6",
"@babel/eslint-parser": "^7.23.3",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/preset-env": "^7.23.5",
"@babel/runtime": "^7.23.5",
"@babel/preset-env": "^7.23.6",
"@babel/runtime": "^7.23.6",
"@react-native/babel-preset": "^0.74.0",
"@react-native/metro-config": "^0.73.2",
"@react-native/typescript-config": "^0.74.0",
"@tsconfig/react-native": "^3.0.2",
"@types/react": "^18.2.43",
"@types/react-native": "^0.70.19",
"@types/react-native": "^0.72.8",
"@types/react-native-background-timer": "^2.0.2",
"@types/react-native-vector-icons": "^6.4.18",
"babel-plugin-module-resolver": "^5.0.0",

0 comments on commit fa7fff1

Please sign in to comment.