Skip to content

Commit e375bf3

Browse files
committed
update dependencies, fixes #4
1 parent c193066 commit e375bf3

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

npm_mjs/package.json5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
description: "Install dependencies for ES6 transpilation",
66
private: true,
77
dependencies: {
8-
"@rspack/core": "1.2.3",
9-
"@rspack/cli": "1.2.3"
8+
"@rspack/core": "1.3.2",
9+
"@rspack/cli": "1.3.2"
1010
},
1111
}

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
99
name = "django-npm-mjs"
1010
version = "3.1.6"
1111
description = "A Django package to use npm.js dependencies and transpile ES2015+"
12-
license = {text = "LGPL-3.0-or-later"}
12+
license = "LGPL-3.0-or-later"
1313
readme = "README.md"
1414
authors = [
1515
{name="Johannes Wilm", email="[email protected]"}
@@ -21,7 +21,6 @@ classifiers = [
2121
"Framework :: Django :: 5.0",
2222
"Framework :: Django :: 5.1",
2323
"Intended Audience :: Developers",
24-
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
2524
"Operating System :: OS Independent",
2625
"Programming Language :: Python",
2726
"Programming Language :: Python :: 3.9",

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.6
2+
pyjson5 == 1.6.8

0 commit comments

Comments
 (0)