Skip to content

Commit 8bcb3b8

Browse files
update dev dependencies
1 parent 4dbd9ec commit 8bcb3b8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BSD 3-Clause License
22

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

66
Redistribution and use in source and binary forms, with or without

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@
5555
"visualization"
5656
],
5757
"devDependencies": {
58-
"@babel/core": "^7.20.2",
58+
"@babel/core": "^7.20.12",
5959
"@babel/eslint-parser": "^7.19.1",
6060
"@babel/plugin-proposal-class-properties": "^7.18.6",
6161
"@babel/preset-env": "^7.20.2",
6262
"@babel/register": "^7.18.9",
6363
"@chiragrupani/karma-chromium-edge-launcher": "^2.2.2",
64-
"babel-loader": "^9.1.0",
64+
"babel-loader": "^9.1.2",
6565
"babel-plugin-add-module-exports": "^1.0.4",
6666
"babel-plugin-istanbul": "^6.1.1",
6767
"date-fns": "^2.29.3",
@@ -85,11 +85,11 @@
8585
"karma-jasmine-matchers": "5.0.0",
8686
"karma-verbose-reporter": "0.0.8",
8787
"karma-webpack": "^5.0.0",
88-
"lint-staged": "^13.0.3",
88+
"lint-staged": "^13.1.0",
8989
"load-script": "^2.0.0",
9090
"pre-commit": "^1.2.2",
91-
"webpack": "^5.74.0",
92-
"webpack-cli": "^4.10.0",
91+
"webpack": "^5.75.0",
92+
"webpack-cli": "^5.0.1",
9393
"webpack-dev-server": "^4.11.1",
9494
"webpack-merge": "^5.8.0"
9595
},

0 commit comments

Comments
 (0)