mirror of
https://github.com/theoludwig/programming-challenges.git
synced 2024-10-29 22:17:23 +01:00
build(deps): update latest
This commit is contained in:
parent
bc6ad699fc
commit
76bb060ecd
2
.github/workflows/challenges.yml
vendored
2
.github/workflows/challenges.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
||||
runs-on: 'ubuntu-latest'
|
||||
timeout-minutes: 30
|
||||
steps:
|
||||
- uses: 'actions/checkout@v3.3.0'
|
||||
- uses: 'actions/checkout@v3.5.0'
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
6
.github/workflows/cli.yml
vendored
6
.github/workflows/cli.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
||||
lint:
|
||||
runs-on: 'ubuntu-latest'
|
||||
steps:
|
||||
- uses: 'actions/checkout@v3.3.0'
|
||||
- uses: 'actions/checkout@v3.5.0'
|
||||
|
||||
- name: 'Use Node.js'
|
||||
uses: 'actions/setup-node@v3.6.0'
|
||||
@ -29,7 +29,7 @@ jobs:
|
||||
build:
|
||||
runs-on: 'ubuntu-latest'
|
||||
steps:
|
||||
- uses: 'actions/checkout@v3.3.0'
|
||||
- uses: 'actions/checkout@v3.5.0'
|
||||
|
||||
- name: 'Use Node.js'
|
||||
uses: 'actions/setup-node@v3.6.0'
|
||||
@ -48,7 +48,7 @@ jobs:
|
||||
test:
|
||||
runs-on: 'ubuntu-latest'
|
||||
steps:
|
||||
- uses: 'actions/checkout@v3.3.0'
|
||||
- uses: 'actions/checkout@v3.5.0'
|
||||
|
||||
- name: 'Use Docker'
|
||||
uses: 'actions-hub/docker/cli@master'
|
||||
|
2269
package-lock.json
generated
2269
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
48
package.json
48
package.json
@ -23,50 +23,50 @@
|
||||
"lint:commit": "commitlint",
|
||||
"lint:editorconfig": "editorconfig-checker",
|
||||
"lint:markdown": "markdownlint-cli2",
|
||||
"lint:eslint": "eslint \"**/*.{js,jsx,ts,tsx}\"",
|
||||
"lint:eslint": "eslint \".\"",
|
||||
"test": "tap"
|
||||
},
|
||||
"dependencies": {
|
||||
"chalk": "5.2.0",
|
||||
"clipanion": "3.0.1",
|
||||
"date-and-time": "2.4.1",
|
||||
"execa": "6.1.0",
|
||||
"clipanion": "3.2.0",
|
||||
"date-and-time": "2.4.3",
|
||||
"execa": "7.1.1",
|
||||
"log-symbols": "5.1.0",
|
||||
"ora": "6.1.2",
|
||||
"ora": "6.3.0",
|
||||
"replace-in-file": "6.3.5",
|
||||
"table": "6.8.1",
|
||||
"typanion": "3.12.1",
|
||||
"validate-npm-package-name": "5.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "17.4.1",
|
||||
"@commitlint/config-conventional": "17.4.0",
|
||||
"@swc/cli": "0.1.57",
|
||||
"@swc/core": "1.3.25",
|
||||
"@tsconfig/strictest": "1.0.2",
|
||||
"@commitlint/cli": "17.5.1",
|
||||
"@commitlint/config-conventional": "17.4.4",
|
||||
"@swc/cli": "0.1.62",
|
||||
"@swc/core": "1.3.44",
|
||||
"@tsconfig/strictest": "2.0.0",
|
||||
"@types/date-and-time": "0.13.0",
|
||||
"@types/mock-fs": "4.13.1",
|
||||
"@types/ms": "0.7.31",
|
||||
"@types/node": "18.11.18",
|
||||
"@types/node": "18.15.11",
|
||||
"@types/sinon": "10.0.13",
|
||||
"@types/tap": "15.0.7",
|
||||
"@types/tap": "15.0.8",
|
||||
"@types/validate-npm-package-name": "4.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "5.48.1",
|
||||
"@typescript-eslint/parser": "5.48.1",
|
||||
"editorconfig-checker": "4.0.2",
|
||||
"eslint": "8.31.0",
|
||||
"eslint-config-conventions": "6.0.0",
|
||||
"eslint-plugin-import": "2.26.0",
|
||||
"@typescript-eslint/eslint-plugin": "5.57.0",
|
||||
"@typescript-eslint/parser": "5.57.0",
|
||||
"editorconfig-checker": "5.0.1",
|
||||
"eslint": "8.37.0",
|
||||
"eslint-config-conventions": "8.0.0",
|
||||
"eslint-plugin-import": "2.27.5",
|
||||
"eslint-plugin-promise": "6.1.1",
|
||||
"eslint-plugin-unicorn": "45.0.2",
|
||||
"eslint-plugin-unicorn": "46.0.0",
|
||||
"get-stream": "6.0.1",
|
||||
"markdownlint-cli2": "0.6.0",
|
||||
"markdownlint-rule-relative-links": "1.1.1",
|
||||
"markdownlint-rule-relative-links": "1.1.2",
|
||||
"mock-fs": "5.2.0",
|
||||
"ms": "2.1.3",
|
||||
"rimraf": "3.0.2",
|
||||
"sinon": "15.0.1",
|
||||
"tap": "16.3.3",
|
||||
"typescript": "4.9.4"
|
||||
"rimraf": "4.4.1",
|
||||
"sinon": "15.0.3",
|
||||
"tap": "16.3.4",
|
||||
"typescript": "5.0.3"
|
||||
}
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM dart:2.18.6 AS builder
|
||||
FROM dart:2.19.6 AS builder
|
||||
WORKDIR /usr/src/application
|
||||
COPY ./ ./
|
||||
RUN dart compile exe solution.dart -o solution
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM rust:1.66.0 AS builder
|
||||
FROM rust:1.68.2 AS builder
|
||||
WORKDIR /usr/src/rust_application
|
||||
|
||||
# Cache dependencies
|
||||
|
@ -1,9 +1,9 @@
|
||||
FROM node:18.13.0 AS builder-dependencies
|
||||
FROM node:18.15.0 AS builder-dependencies
|
||||
WORKDIR /usr/src/application
|
||||
COPY ./package*.json ./
|
||||
RUN npm install
|
||||
|
||||
FROM node:18.13.0 AS builder
|
||||
FROM node:18.15.0 AS builder
|
||||
WORKDIR /usr/src/application
|
||||
COPY --from=builder-dependencies /usr/src/application/node_modules ./node_modules
|
||||
COPY ./ ./
|
||||
|
Loading…
Reference in New Issue
Block a user