Skip to content

Commit

Permalink
chore: update and remove unused packages (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusabelli authored Dec 3, 2023
1 parent 9be44a2 commit 7c97f4d
Show file tree
Hide file tree
Showing 3 changed files with 122 additions and 4,011 deletions.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ module.exports = {
rootDir: "./",
displayName: "refine-sqlite",
setupFilesAfterEnv: ["<rootDir>/test/jest.setup.ts"],
testEnvironment: "jsdom",
testEnvironment: "node",
};
17 changes: 6 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
],
"engines": {
"node": ">=10"
"node": ">=16"
},
"module": "dist/esm/index.js",
"scripts": {
Expand All @@ -41,18 +41,13 @@
},
"devDependencies": {
"@esbuild-plugins/node-resolve": "^0.2.2",
"@refinedev/cli": "^2.16.6",
"@refinedev/core": "^4.44.5",
"@types/jest": "^29.5.5",
"@types/node": "^20.8.6",
"@types/sql.js": "^1.4.8",
"@refinedev/core": "^4.45.1",
"@types/jest": "^29.5.10",
"@types/node": "^20.10.2",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"ts-jest": "^29.1.1",
"tslib": "^2.6.2",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
"util": "^0.12.5",
"warn-once": "^0.1.1"
"tsup": "^8.0.1",
"typescript": "^5.3.2"
}
}
Loading

0 comments on commit 7c97f4d

Please sign in to comment.