diff --git a/package-lock.json b/package-lock.json index a44749c..0a84a43 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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": { diff --git a/package.json b/package.json index c2215f7..2cd4a1f 100644 --- a/package.json +++ b/package.json @@ -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" } }