mirror of
https://github.com/Mibew/simple-icons.git
synced 2025-01-17 23:51:08 +03:00
Update all dependencies (#8558)
* Update all dependencies * Update Dockerfile --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
f149b1f6af
commit
ef90d9c2ee
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -57,7 +57,7 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: npm i
|
||||
- name: Deploy to NPM
|
||||
uses: JS-DevTools/npm-publish@v1
|
||||
uses: JS-DevTools/npm-publish@v2
|
||||
with:
|
||||
token: ${{ secrets.NPM_TOKEN }}
|
||||
github:
|
||||
|
@ -1,11 +1,11 @@
|
||||
FROM node:19-alpine
|
||||
FROM node:20-alpine
|
||||
|
||||
RUN apk add --no-cache \
|
||||
git
|
||||
|
||||
WORKDIR /simple-icons
|
||||
COPY package*.json /simple-icons/
|
||||
RUN npm install
|
||||
COPY package.json /simple-icons/
|
||||
RUN npm install --ignore-scripts
|
||||
|
||||
COPY . .
|
||||
|
||||
|
@ -62,17 +62,17 @@
|
||||
"devDependencies": {
|
||||
"chalk": "5.2.0",
|
||||
"editorconfig-checker": "5.0.1",
|
||||
"esbuild": "0.17.17",
|
||||
"esbuild": "0.17.18",
|
||||
"fake-diff": "1.0.0",
|
||||
"get-relative-luminance": "1.0.0",
|
||||
"husky": "8.0.3",
|
||||
"inquirer": "9.1.5",
|
||||
"inquirer": "9.2.0",
|
||||
"is-ci": "3.0.1",
|
||||
"jsonschema": "1.4.1",
|
||||
"mocha": "10.2.0",
|
||||
"named-html-entities-json": "1.0.0",
|
||||
"npm-run-all": "4.1.5",
|
||||
"prettier": "2.8.7",
|
||||
"prettier": "2.8.8",
|
||||
"rimraf": "5.0.0",
|
||||
"svg-path-bbox": "1.2.4",
|
||||
"svg-path-segments": "1.0.0",
|
||||
|
Loading…
Reference in New Issue
Block a user