Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kush-work committed Jan 19, 2024
1 parent e7cc221 commit 2269e14
Showing 1 changed file with 20 additions and 16 deletions.
36 changes: 20 additions & 16 deletions packages/duckdb-wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
{
"name": "@duckdb/duckdb-wasm",
"version": "1.11.0",
"description": "DuckDB powered by WebAssembly",
"description": "DevRev fork of DuckDB powered by WebAssembly",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/duckdb/duckdb-wasm.git"
"url": "git+https://github.com/devrev/duckdb-wasm.git"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"author": "devrev",
"keywords": [
"sql",
"duckdb",
Expand All @@ -23,22 +27,22 @@
"csv"
],
"dependencies": {
"apache-arrow": "^13.0.0"
"apache-arrow": "^14.0.1"
},
"devDependencies": {
"@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",
"@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",
"eslint-plugin-jasmine": "^4.1.3",
"eslint-plugin-react": "^7.33.2",
"fast-glob": "^3.3.1",
"fast-glob": "^3.3.2",
"jasmine": "^5.1.0",
"jasmine-core": "^5.1.1",
"jasmine-spec-reporter": "^7.0.0",
"js-sha256": "^0.9.0",
"js-sha256": "^0.10.1",
"karma": "^6.4.2",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.2.1",
Expand All @@ -49,13 +53,13 @@
"karma-spec-reporter": "^0.0.36",
"make-dir": "^4.0.0",
"nyc": "^15.1.0",
"prettier": "^3.0.2",
"puppeteer": "^21.1.1",
"prettier": "^3.2.2",
"puppeteer": "^21.6.1",
"rimraf": "^5.0.5",
"s3rver": "^3.7.1",
"typedoc": "^0.25.2",
"typescript": "^5.2.2",
"wasm-feature-detect": "^1.5.1",
"typedoc": "^0.25.4",
"typescript": "^5.3.3",
"wasm-feature-detect": "^1.6.1",
"web-worker": "^1.2.0"
},
"scripts": {
Expand Down

0 comments on commit 2269e14

Please sign in to comment.