File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 5
5
description : "Install dependencies for ES6 transpilation" ,
6
6
private : true ,
7
7
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 "
10
10
} ,
11
11
}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
9
9
name = " django-npm-mjs"
10
10
version = " 3.1.6"
11
11
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"
13
13
readme = " README.md"
14
14
authors = [
15
15
{
name =
" Johannes Wilm" ,
email =
" [email protected] " }
@@ -21,7 +21,6 @@ classifiers = [
21
21
" Framework :: Django :: 5.0" ,
22
22
" Framework :: Django :: 5.1" ,
23
23
" Intended Audience :: Developers" ,
24
- " License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)" ,
25
24
" Operating System :: OS Independent" ,
26
25
" Programming Language :: Python" ,
27
26
" Programming Language :: Python :: 3.9" ,
Original file line number Diff line number Diff line change 1
1
Django >= 3.2
2
- pyjson5 == 1.6.6
2
+ pyjson5 == 1.6.8
You can’t perform that action at this time.
0 commit comments