Skip to content

Commit

Permalink
Upgrade: Build stack
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnitto committed Oct 30, 2021
1 parent 8df6ac7 commit 4a5aa84
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14
16
2 changes: 1 addition & 1 deletion Resources/Private/Templates/InlineAssets/Backend.css

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

24 changes: 9 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,7 @@
"type": "git",
"url": "git://github.com/jonnitto/Jonnitto.ImagesInARow.git"
},
"author": "Jon Uhlmann <[email protected]> (https://jonnitto.ch)",
"babel": {
"presets": [
[
"@babel/preset-env"
]
]
},
"author": "Jon Uhlmann <[email protected]> (https://www.uhlmann.pro)",
"browserslist": [
"> 0.5%",
"last 2 versions",
Expand Down Expand Up @@ -42,11 +35,12 @@
"start": "yarn build"
},
"devDependencies": {
"autoprefixer": "^10.2.5",
"cssnano": "^4.1.10",
"postcss": "^8.2.9",
"postcss-assets": "^5.0.0",
"postcss-cli": "^8.3.1",
"postcss-nested": "^5.0.5"
}
"autoprefixer": "^10.4.0",
"cssnano": "^5.0.8",
"postcss": "^8.3.11",
"postcss-assets": "^6.0.0",
"postcss-cli": "^9.0.1",
"postcss-nested": "^5.0.6"
},
"dependencies": {}
}

0 comments on commit 4a5aa84

Please sign in to comment.