更新依赖

This commit is contained in:
lyswhut 2021-12-24 11:59:57 +08:00
parent 0aabd3559f
commit 92f9c8d9fb
4 changed files with 17252 additions and 170 deletions

View File

@ -16,7 +16,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v2
with:
node-version: '12.x'
node-version: '16.x'
- name: Cache Gradle Wrapper
uses: actions/cache@v2

View File

@ -16,7 +16,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v2
with:
node-version: '12.x'
node-version: '16.x'
- name: Cache Gradle Wrapper
uses: actions/cache@v2

17408
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -45,12 +45,12 @@
"buffer": "^6.0.3",
"console-browserify": "^1.2.0",
"events": "^3.3.0",
"i18next": "^21.6.2",
"i18next": "^21.6.3",
"js-htmlencode": "^0.3.0",
"lrc-file-parser": "^1.2.4",
"pako": "^2.0.4",
"process": "^0.11.10",
"prop-types": "^15.7.2",
"prop-types": "^15.8.0",
"react": "17.0.2",
"react-i18next": "^11.15.1",
"react-native": "0.66.4",
@ -59,7 +59,7 @@
"react-native-exception-handler": "^2.10.10",
"react-native-extra-dimensions-android": "^1.2.5",
"react-native-fs": "^2.18.0",
"react-native-navigation": "^7.24.2",
"react-native-navigation": "^7.24.3",
"react-native-pager-view": "^5.4.9",
"react-native-randombytes": "^3.6.1",
"react-native-splash-screen": "^3.3.0",
@ -90,8 +90,8 @@
"eslint-plugin-html": "^6.2.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.2.0",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.66.2",