Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneswilm committed Nov 16, 2024
1 parent 3c8db08 commit ac606ff
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,39 +51,39 @@
"postversion": "echo remember to run 'git push --follow-tags'"
},
"dependencies": {
"xregexp": "^5.1.0"
"xregexp": "^5.1.1"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@babel/runtime": "^7.15.3",
"@rollup/plugin-babel": "^6.0.2",
"@rollup/plugin-commonjs": "^23.0.2",
"@rollup/plugin-json": "^5.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"@babel/core": "^7.26.0",
"@babel/plugin-transform-runtime": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@babel/runtime": "^7.26.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^23.0.7",
"@rollup/plugin-json": "^5.0.2",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-typescript": "^9.0.2",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"babel-plugin-istanbul": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"babel-plugin-istanbul": "^6.1.1",
"benchmark": "^2.1.4",
"chai": "^4.3.4",
"chai": "^4.5.0",
"coveralls": "^3.1.1",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^4.2.1",
"mocha": "^9.0.3",
"mocha": "^9.2.2",
"nyc": "^15.1.0",
"prettier": "^2.3.2",
"prettier": "^2.8.8",
"prettier-cli": "^0.1.0",
"rollup": "^3.2.3",
"rollup-plugin-dts": "^5.0.0",
"rollup": "^3.29.5",
"rollup-plugin-dts": "^5.3.1",
"rollup-plugin-istanbul": "^3.0.0",
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-polyfill-node": "^0.10.2",
"rollup-plugin-terser": "^7.0.2",
"tslib": "^2.3.1",
"typescript": "^4.6.3",
"updates": "^13.1.10"
"tslib": "^2.8.1",
"typescript": "^4.9.5",
"updates": "^13.4.0"
}
}

0 comments on commit ac606ff

Please sign in to comment.