Skip to content

Commit

Permalink
update to nightly parcel
Browse files Browse the repository at this point in the history
  • Loading branch information
Skn0tt committed Dec 21, 2021
1 parent dc3955f commit 52d338a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 58 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16
FROM node:16-bullseye

WORKDIR /usr/src/app

Expand Down
57 changes: 3 additions & 54 deletions development-ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions development-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
},
"dependencies": {
"@babel/preset-react": "^7.13.13",
"@parcel/transformer-image": "^2.0.0-beta.3.1",
"@parcel/transformer-pug": "^2.0.0-beta.3.1",
"@parcel/transformer-image": "^2.0.0-nightly.2467",
"@parcel/transformer-pug": "^2.0.0-nightly.845",
"@tailwindui/react": "^0.1.1",
"@types/js-cookie": "^2.2.6",
"@types/lodash": "^4.14.168",
Expand All @@ -26,7 +26,7 @@
"immer": "^9.0.1",
"js-cookie": "^3.0.0",
"lodash": "^4.17.21",
"parcel": "^2.0.0-beta.3.1",
"parcel": "^2.0.0-nightly.843",
"postcss": "^8.2.8",
"quirrel": "file:..",
"react": "17.0.2",
Expand Down

0 comments on commit 52d338a

Please sign in to comment.