Pin dependencies

This commit is contained in:
Renovate 2022-09-09 17:13:13 +01:00
parent cbba1ede12
commit 1385275eca
2 changed files with 34 additions and 34 deletions

34
package-lock.json generated
View File

@ -9,26 +9,26 @@
"version": "0.0.0",
"dependencies": {
"@fortawesome/fontawesome-free": "^6.1.1",
"@ledge/is-ie-11": "^7.0.0",
"bulma": "^0.9.4",
"elevator.js": "^1.0.1",
"esbuild": "^0.14.43",
"firacode": "^6.2.0",
"glightbox": "^3.2.0",
"htmx.org": "^1.8.0",
"lite-youtube-embed": "^0.2.0",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1",
"npm-run-all": "^4.1.5",
"sass": "^1.52.3",
"shareon": "^2.0.0"
"@ledge/is-ie-11": "7.0.0",
"bulma": "0.9.4",
"elevator.js": "1.0.1",
"esbuild": "0.14.43",
"firacode": "6.2.0",
"glightbox": "3.2.0",
"htmx.org": "1.8.0",
"lite-youtube-embed": "0.2.0",
"lodash.debounce": "4.0.8",
"lodash.throttle": "4.1.1",
"npm-run-all": "4.1.5",
"sass": "1.52.3",
"shareon": "2.0.0"
},
"devDependencies": {
"eslint": "^8.21.0",
"eslint": "8.21.0",
"prettier": "2.6.2",
"stylelint": "^14.9.1",
"stylelint-config-prettier-scss": "^0.0.1",
"stylelint-config-standard-scss": "^5.0.0"
"stylelint": "14.9.1",
"stylelint-config-prettier-scss": "0.0.1",
"stylelint-config-standard-scss": "5.0.0"
}
},
"node_modules/@babel/code-frame": {

View File

@ -20,26 +20,26 @@
},
"author": "Jake Howard",
"devDependencies": {
"eslint": "^8.21.0",
"eslint": "8.21.0",
"prettier": "2.6.2",
"stylelint": "^14.9.1",
"stylelint-config-prettier-scss": "^0.0.1",
"stylelint-config-standard-scss": "^5.0.0"
"stylelint": "14.9.1",
"stylelint-config-prettier-scss": "0.0.1",
"stylelint-config-standard-scss": "5.0.0"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.1.1",
"@ledge/is-ie-11": "^7.0.0",
"bulma": "^0.9.4",
"elevator.js": "^1.0.1",
"esbuild": "^0.14.43",
"firacode": "^6.2.0",
"glightbox": "^3.2.0",
"htmx.org": "^1.8.0",
"lite-youtube-embed": "^0.2.0",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1",
"npm-run-all": "^4.1.5",
"sass": "^1.52.3",
"shareon": "^2.0.0"
"@ledge/is-ie-11": "7.0.0",
"bulma": "0.9.4",
"elevator.js": "1.0.1",
"esbuild": "0.14.43",
"firacode": "6.2.0",
"glightbox": "3.2.0",
"htmx.org": "1.8.0",
"lite-youtube-embed": "0.2.0",
"lodash.debounce": "4.0.8",
"lodash.throttle": "4.1.1",
"npm-run-all": "4.1.5",
"sass": "1.52.3",
"shareon": "2.0.0"
}
}