Pin dependencies
This commit is contained in:
parent
cbba1ede12
commit
1385275eca
2 changed files with 34 additions and 34 deletions
34
package-lock.json
generated
34
package-lock.json
generated
|
@ -9,26 +9,26 @@
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fortawesome/fontawesome-free": "^6.1.1",
|
"@fortawesome/fontawesome-free": "^6.1.1",
|
||||||
"@ledge/is-ie-11": "^7.0.0",
|
"@ledge/is-ie-11": "7.0.0",
|
||||||
"bulma": "^0.9.4",
|
"bulma": "0.9.4",
|
||||||
"elevator.js": "^1.0.1",
|
"elevator.js": "1.0.1",
|
||||||
"esbuild": "^0.14.43",
|
"esbuild": "0.14.43",
|
||||||
"firacode": "^6.2.0",
|
"firacode": "6.2.0",
|
||||||
"glightbox": "^3.2.0",
|
"glightbox": "3.2.0",
|
||||||
"htmx.org": "^1.8.0",
|
"htmx.org": "1.8.0",
|
||||||
"lite-youtube-embed": "^0.2.0",
|
"lite-youtube-embed": "0.2.0",
|
||||||
"lodash.debounce": "^4.0.8",
|
"lodash.debounce": "4.0.8",
|
||||||
"lodash.throttle": "^4.1.1",
|
"lodash.throttle": "4.1.1",
|
||||||
"npm-run-all": "^4.1.5",
|
"npm-run-all": "4.1.5",
|
||||||
"sass": "^1.52.3",
|
"sass": "1.52.3",
|
||||||
"shareon": "^2.0.0"
|
"shareon": "2.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint": "^8.21.0",
|
"eslint": "8.21.0",
|
||||||
"prettier": "2.6.2",
|
"prettier": "2.6.2",
|
||||||
"stylelint": "^14.9.1",
|
"stylelint": "14.9.1",
|
||||||
"stylelint-config-prettier-scss": "^0.0.1",
|
"stylelint-config-prettier-scss": "0.0.1",
|
||||||
"stylelint-config-standard-scss": "^5.0.0"
|
"stylelint-config-standard-scss": "5.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@babel/code-frame": {
|
"node_modules/@babel/code-frame": {
|
||||||
|
|
34
package.json
34
package.json
|
@ -20,26 +20,26 @@
|
||||||
},
|
},
|
||||||
"author": "Jake Howard",
|
"author": "Jake Howard",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint": "^8.21.0",
|
"eslint": "8.21.0",
|
||||||
"prettier": "2.6.2",
|
"prettier": "2.6.2",
|
||||||
"stylelint": "^14.9.1",
|
"stylelint": "14.9.1",
|
||||||
"stylelint-config-prettier-scss": "^0.0.1",
|
"stylelint-config-prettier-scss": "0.0.1",
|
||||||
"stylelint-config-standard-scss": "^5.0.0"
|
"stylelint-config-standard-scss": "5.0.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fortawesome/fontawesome-free": "^6.1.1",
|
"@fortawesome/fontawesome-free": "^6.1.1",
|
||||||
"@ledge/is-ie-11": "^7.0.0",
|
"@ledge/is-ie-11": "7.0.0",
|
||||||
"bulma": "^0.9.4",
|
"bulma": "0.9.4",
|
||||||
"elevator.js": "^1.0.1",
|
"elevator.js": "1.0.1",
|
||||||
"esbuild": "^0.14.43",
|
"esbuild": "0.14.43",
|
||||||
"firacode": "^6.2.0",
|
"firacode": "6.2.0",
|
||||||
"glightbox": "^3.2.0",
|
"glightbox": "3.2.0",
|
||||||
"htmx.org": "^1.8.0",
|
"htmx.org": "1.8.0",
|
||||||
"lite-youtube-embed": "^0.2.0",
|
"lite-youtube-embed": "0.2.0",
|
||||||
"lodash.debounce": "^4.0.8",
|
"lodash.debounce": "4.0.8",
|
||||||
"lodash.throttle": "^4.1.1",
|
"lodash.throttle": "4.1.1",
|
||||||
"npm-run-all": "^4.1.5",
|
"npm-run-all": "4.1.5",
|
||||||
"sass": "^1.52.3",
|
"sass": "1.52.3",
|
||||||
"shareon": "^2.0.0"
|
"shareon": "2.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue