Compare commits

...

1 Commits

Author SHA1 Message Date
jiannibang 86ee92511e feat: node-sass降版本 3 years ago
  1. 40
      package-lock.json
  2. 2
      package.json
  3. 2
      src/base_mobile_map_sdk

40
package-lock.json

@ -14,7 +14,7 @@
"antd-mobile": "^2.3.4",
"axios": "^0.21.1",
"graphql": "^15.5.0",
"node-sass": "^9.0.0",
"node-sass": "^8.0.0",
"qrcodejs2": "^0.0.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
@ -13761,9 +13761,9 @@
"license": "MIT"
},
"node_modules/node-sass": {
"version": "9.0.0",
"resolved": "https://registry.npmmirror.com/node-sass/-/node-sass-9.0.0.tgz",
"integrity": "sha512-yltEuuLrfH6M7Pq2gAj5B6Zm7m+gdZoG66wTqG6mIZV/zijq3M2OO2HswtT6oBspPyFhHDcaxWpsBm0fRNDHPg==",
"version": "8.0.0",
"resolved": "https://registry.npmmirror.com/node-sass/-/node-sass-8.0.0.tgz",
"integrity": "sha512-jPzqCF2/e6JXw6r3VxfIqYc8tKQdkj5Z/BDATYyG6FL6b/LuYBNFGFVhus0mthcWifHm/JzBpKAd+3eXsWeK/A==",
"hasInstallScript": true,
"dependencies": {
"async-foreach": "^0.1.3",
@ -13785,7 +13785,7 @@
"node-sass": "bin/node-sass"
},
"engines": {
"node": ">=16"
"node": ">=14"
}
},
"node_modules/nopt": {
@ -17020,36 +17020,6 @@
"json5": "lib/cli.js"
}
},
"node_modules/react-scripts/node_modules/node-sass": {
"version": "8.0.0",
"resolved": "https://registry.npmmirror.com/node-sass/-/node-sass-8.0.0.tgz",
"integrity": "sha512-jPzqCF2/e6JXw6r3VxfIqYc8tKQdkj5Z/BDATYyG6FL6b/LuYBNFGFVhus0mthcWifHm/JzBpKAd+3eXsWeK/A==",
"hasInstallScript": true,
"optional": true,
"peer": true,
"dependencies": {
"async-foreach": "^0.1.3",
"chalk": "^4.1.2",
"cross-spawn": "^7.0.3",
"gaze": "^1.0.0",
"get-stdin": "^4.0.1",
"glob": "^7.0.3",
"lodash": "^4.17.15",
"make-fetch-happen": "^10.0.4",
"meow": "^9.0.0",
"nan": "^2.17.0",
"node-gyp": "^8.4.1",
"sass-graph": "^4.0.1",
"stdout-stream": "^1.4.0",
"true-case-path": "^2.2.1"
},
"bin": {
"node-sass": "bin/node-sass"
},
"engines": {
"node": ">=14"
}
},
"node_modules/react-scripts/node_modules/pify": {
"version": "4.0.1",
"resolved": "https://registry.npm.taobao.org/pify/download/pify-4.0.1.tgz",

2
package.json

@ -10,7 +10,7 @@
"antd-mobile": "^2.3.4",
"axios": "^0.21.1",
"graphql": "^15.5.0",
"node-sass": "^9.0.0",
"node-sass": "^8.0.0",
"qrcodejs2": "^0.0.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",

2
src/base_mobile_map_sdk

@ -1 +1 @@
Subproject commit f4ac2a1374e8b37976ff67b518b924a89a8889cd
Subproject commit 18e320fd065f17a50e754795638b4148c5fd87a9
Loading…
Cancel
Save