Merge pull request #38 from Fluttershub/npm-updates
Update package.json
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM node:18.7.0 AS base
|
FROM node:18.10.0 AS base
|
||||||
LABEL version="4.1.0"
|
LABEL version="4.1.0"
|
||||||
LABEL description=""
|
LABEL description=""
|
||||||
|
|
||||||
|
|||||||
@@ -17,9 +17,9 @@
|
|||||||
"Prod": "npm run Cleanup && npm run Init && parcel build src/index.pug --dist-dir build"
|
"Prod": "npm run Cleanup && npm run Init && parcel build src/index.pug --dist-dir build"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@parcel/transformer-pug": "2.6.2",
|
"@parcel/transformer-pug": "2.7.0",
|
||||||
"@parcel/transformer-sass": "2.6.2",
|
"@parcel/transformer-sass": "2.7.0",
|
||||||
"parcel": "^2.6.2"
|
"parcel": "^2.7.0"
|
||||||
},
|
},
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
"node-forge": "0.10.0"
|
"node-forge": "0.10.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user