Skip to content

Commit

Permalink
Merge pull request #3 from devrev/fix/package-json
Browse files Browse the repository at this point in the history
fix: package.json
  • Loading branch information
ujaval403 committed Jan 24, 2024
2 parents 7f6e84b + 6377954 commit 0affc46
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions packages/duckdb-wasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,22 @@
"csv"
],
"dependencies": {
"apache-arrow": "^14.0.1"
"apache-arrow": "^13.0.0"
},
"devDependencies": {
"@types/emscripten": "^1.39.10",
"@types/jasmine": "^5.1.4",
"@typescript-eslint/eslint-plugin": "^6.18.0",
"@typescript-eslint/parser": "^6.18.0",
"esbuild": "^0.19.10",
"eslint": "^8.56.0",
"@types/emscripten": "^1.39.8",
"@types/jasmine": "^4.3.1",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.7.3",
"esbuild": "^0.19.5",
"eslint": "^8.50.0",
"eslint-plugin-jasmine": "^4.1.3",
"eslint-plugin-react": "^7.33.2",
"fast-glob": "^3.3.2",
"fast-glob": "^3.3.1",
"jasmine": "^5.1.0",
"jasmine-core": "^5.1.1",
"jasmine-spec-reporter": "^7.0.0",
"js-sha256": "^0.10.1",
"js-sha256": "^0.9.0",
"karma": "^6.4.2",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.2.1",
Expand All @@ -53,13 +53,13 @@
"karma-spec-reporter": "^0.0.36",
"make-dir": "^4.0.0",
"nyc": "^15.1.0",
"prettier": "^3.2.2",
"puppeteer": "^21.6.1",
"prettier": "^3.0.2",
"puppeteer": "^21.1.1",
"rimraf": "^5.0.5",
"s3rver": "^3.7.1",
"typedoc": "^0.25.4",
"typescript": "^5.3.3",
"wasm-feature-detect": "^1.6.1",
"typedoc": "^0.25.2",
"typescript": "^5.2.2",
"wasm-feature-detect": "^1.5.1",
"web-worker": "^1.2.0"
},
"scripts": {
Expand Down

0 comments on commit 0affc46

Please sign in to comment.