rebase, update TS, remove useless Document import

pull/30/head
Timothée Rebours 2 years ago
parent 5acee7a124
commit d615518c56
  1. 1052
      package-lock.json
  2. 4
      package.json
  3. 2
      typings-tests.ts

1052
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -69,14 +69,14 @@
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"react": "^18.2.0",
"react-native": "^0.71.0",
"react-native": "^0.71.2",
"semver": "^7.3.8",
"source-map-loader": "^4.0.1",
"standard": "^17.0.0",
"terser-webpack-plugin": "^5.3.6",
"timers-browserify": "^2.0.12",
"ts-jest": "^27.1.5",
"typescript": "^4.9.4",
"typescript": "^4.9.5",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"xvfb-maybe": "^0.2.1"

@ -3,7 +3,7 @@
* Modified my arantes555 on 19.10.2021.
*/
import Datastore, { Document } from './'
import Datastore from './'
import { mkdirSync } from 'fs'
mkdirSync('./workspace/typings/', { recursive: true })

Loading…
Cancel
Save