Skip to content

Commit

Permalink
Chore: updated all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zeh committed Jan 31, 2024
1 parent 3eb1d42 commit 3817e82
Show file tree
Hide file tree
Showing 2 changed files with 3,303 additions and 3,491 deletions.
27 changes: 13 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"module": "./dist/Fween.es.js",
"types": "./dist/types/index.d.ts",
"scripts": {
"build": "rimraf dist && rollup -c",
"build": "rimraf dist && rollup --config --bundleConfigAsCjs",
"build:declarations": "tsc -d",
"dev": "rollup -c -w",
"test": "jest --testMatch **/test/**/*-test-*.js",
Expand Down Expand Up @@ -34,21 +34,20 @@
"license": "MIT",
"homepage": "https://github.com/zeh/fween-js#readme",
"devDependencies": {
"@babel/core": "^7.2.0",
"@babel/preset-env": "^7.2.0",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^24.1.0",
"jest": "^24.1.0",
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"mockdate": "^2.0.2",
"rimraf": "^2.6.2",
"rollup": "^1.2.2",
"rollup-plugin-node-resolve": "^4.0.0",
"rollup-plugin-typescript": "^1.0.0",
"tslint": "^5.11.0",
"typescript": "^3.2.2"
"rimraf": "^5.0.5",
"rollup": "^4.9.6",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-typescript": "^1.0.1",
"tslint": "^6.1.3",
"typescript": "^5.3.3"
},
"dependencies": {
"moremath": "^2.0.2",
"simplesignal": "^4.0.1"
"moremath": "^3.0.0",
"simplesignal": "^6.0.0"
}
}
Loading

0 comments on commit 3817e82

Please sign in to comment.