mirror of
https://github.com/apricote/curriculum-vitae.git
synced 2026-01-13 20:41:00 +00:00
fix(deps): pin dependencies
This commit is contained in:
parent
781944fbd4
commit
50778779c8
2 changed files with 7 additions and 6 deletions
7
package-lock.json
generated
7
package-lock.json
generated
|
|
@ -5,13 +5,14 @@
|
|||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "curriculum-vitae",
|
||||
"version": "1.0.0",
|
||||
"license": "UNLICENSED",
|
||||
"dependencies": {
|
||||
"js-yaml": "^4.1.0",
|
||||
"js-yaml": "4.1.0",
|
||||
"jsonresume-theme-stackoverflow": "apricote/jsonresume-theme-stackoverflow#afb0bc1",
|
||||
"kiss-my-resume": "^0.8.2",
|
||||
"nodemon": "^2.0.9"
|
||||
"kiss-my-resume": "0.8.2",
|
||||
"nodemon": "2.0.16"
|
||||
}
|
||||
},
|
||||
"jsonresume-theme-stackoverflow": {
|
||||
|
|
|
|||
|
|
@ -10,10 +10,10 @@
|
|||
"author": "Julian Tölle <julian.toelle97@gmail.com>",
|
||||
"license": "UNLICENSED",
|
||||
"dependencies": {
|
||||
"js-yaml": "^4.1.0",
|
||||
"js-yaml": "4.1.0",
|
||||
"jsonresume-theme-stackoverflow": "apricote/jsonresume-theme-stackoverflow#afb0bc1",
|
||||
"kiss-my-resume": "^0.8.2",
|
||||
"nodemon": "^2.0.9"
|
||||
"kiss-my-resume": "0.8.2",
|
||||
"nodemon": "2.0.16"
|
||||
},
|
||||
"nodemonConfig": {
|
||||
"ignore": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue