Skip to content

Commit

Permalink
update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thijstriemstra committed Jan 25, 2023
1 parent 4dbd9ec commit 8bcb3b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 3-Clause License

Copyright (c) 2012-2022, katspaugh and contributors
Copyright (c) 2012-2023, katspaugh and contributors
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@
"visualization"
],
"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/core": "^7.20.12",
"@babel/eslint-parser": "^7.19.1",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.20.2",
"@babel/register": "^7.18.9",
"@chiragrupani/karma-chromium-edge-launcher": "^2.2.2",
"babel-loader": "^9.1.0",
"babel-loader": "^9.1.2",
"babel-plugin-add-module-exports": "^1.0.4",
"babel-plugin-istanbul": "^6.1.1",
"date-fns": "^2.29.3",
Expand All @@ -85,11 +85,11 @@
"karma-jasmine-matchers": "5.0.0",
"karma-verbose-reporter": "0.0.8",
"karma-webpack": "^5.0.0",
"lint-staged": "^13.0.3",
"lint-staged": "^13.1.0",
"load-script": "^2.0.0",
"pre-commit": "^1.2.2",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1",
"webpack-merge": "^5.8.0"
},
Expand Down

0 comments on commit 8bcb3b8

Please sign in to comment.