Skip to content

Commit 47a4c77

Browse files
committed
Update dependencies
1 parent 615ea32 commit 47a4c77

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
include LICENSE
22
include README.md
33
include requirements.txt
4-
include npm_mjs/package.json
4+
include npm_mjs/package.json5
55
include npm_mjs/templates/npm_mjs/static_urls_js.html
66
include npm_mjs/management/commands/webpack.config.template.js

npm_mjs/package.json5

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
// apps before executing npm commands. Different from a regular package.json, comments
33
// are allowed in this file.
44
{
5-
description: "Install dependencies for ES6 transpilation",
6-
private: true,
7-
dependencies: {
8-
"@babel/preset-env": "^7.23.2",
9-
"@babel/core": "7.23.2",
10-
"@babel/cli": "7.23.0",
11-
"@babel/plugin-syntax-dynamic-import": "7.8.3",
12-
"@babel/plugin-transform-optional-chaining": "^7.23.0",
13-
"@babel/plugin-transform-template-literals": "^7.18.6",
14-
"babel-loader": "9.1.3",
15-
webpack: "5.89.0",
16-
"webpack-cli": "5.1.4",
17-
},
5+
description: "Install dependencies for ES6 transpilation",
6+
private: true,
7+
dependencies: {
8+
"@babel/preset-env": "^7.24.6",
9+
"@babel/core": "^7.24.6",
10+
"@babel/cli": "^7.24.6",
11+
"@babel/plugin-syntax-dynamic-import": "7.8.3",
12+
"@babel/plugin-transform-optional-chaining": "^7.24.6",
13+
"@babel/plugin-transform-template-literals": "^7.24.6",
14+
"babel-loader": "9.1.3",
15+
webpack: "5.91.0",
16+
"webpack-cli": "5.1.4",
17+
},
1818
}

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Django >= 3.2
2-
pyjson5 == 1.6.4
2+
pyjson5 == 1.6.6

0 commit comments

Comments
 (0)