Skip to content

Commit

Permalink
chore@small
Browse files Browse the repository at this point in the history
  • Loading branch information
selfrefactor committed Oct 11, 2024
1 parent 919cfd7 commit 29041d3
Show file tree
Hide file tree
Showing 2 changed files with 897 additions and 1,057 deletions.
28 changes: 15 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,33 +31,35 @@
"depFn": [
"@definitelytyped/dtslint"
],
"dependencies": {},
"dependencies": {

},
"devDependencies": {
"@babel/core": "7.24.7",
"@babel/core": "7.25.8",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
"@babel/preset-env": "7.24.7",
"@babel/preset-env": "7.25.8",
"@definitelytyped/dtslint": "0.0.182",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-commonjs": "26.0.1",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-replace": "5.0.7",
"@types/jest": "29.5.12",
"@rollup/plugin-commonjs": "28.0.0",
"@rollup/plugin-node-resolve": "15.3.0",
"@rollup/plugin-replace": "6.0.1",
"@types/jest": "29.5.13",
"combinate": "1.1.11",
"cross-env": "7.0.3",
"fast-check": "3.19.0",
"helpers-fn": "1.8.1",
"fast-check": "3.22.0",
"helpers-fn": "2.0.0",
"is-ci": "3.0.1",
"jest": "29.7.0",
"jest-extended": "4.0.2",
"lodash": "4.17.21",
"rambdax": "11.1.1",
"rambdax": "11.2.0",
"ramda": "0.30.1",
"rollup": "4.18.0",
"rollup": "4.24.0",
"rollup-plugin-cleanup": "3.2.1",
"rollup-plugin-sourcemaps": "0.6.3",
"rollup-plugin-uglify": "6.0.4",
"types-ramda": "0.30.1",
"typescript": "5.5.3"
"typescript": "5.6.3"
},
"jest": {
"testEnvironment": "node",
Expand Down Expand Up @@ -100,4 +102,4 @@
"umd": "./dist/rambda.umd.js",
"module": "./rambda.js",
"types": "./index.d.ts"
}
}
Loading

0 comments on commit 29041d3

Please sign in to comment.