summaryrefslogtreecommitdiff
path: root/themes/CodeIT/package.json
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2021-08-29 11:48:16 +0200
committerChristoph Cullmann <cullmann@kde.org>2021-08-29 11:48:16 +0200
commit0321812a29e6ec32663556fa7abe2bf2880e5762 (patch)
treeabe0294bd63c046d2b5a164d987d67a64db2c2f6 /themes/CodeIT/package.json
parentf2375511935010a1aeee5683c30b3efb928bef2e (diff)
update to https://github.com/sunt-programator/CodeIT/releases/tag/v0.2.0
Diffstat (limited to 'themes/CodeIT/package.json')
-rw-r--r--themes/CodeIT/package.json38
1 files changed, 17 insertions, 21 deletions
diff --git a/themes/CodeIT/package.json b/themes/CodeIT/package.json
index 516fb14..a9cc9bf 100644
--- a/themes/CodeIT/package.json
+++ b/themes/CodeIT/package.json
@@ -1,40 +1,39 @@
{
"name": "codeit-src",
"description": "CodeIT theme source file",
- "version": "0.1.0",
+ "version": "0.2.0",
"homepage": "https://codeit.suntprogramator.dev/",
"author": "Victor Pogor",
"license": "MIT",
"private": true,
"devDependencies": {
- "@babel/cli": "^7.12.16",
- "@babel/core": "^7.12.16",
- "@babel/preset-env": "^7.12.16",
- "@commitlint/cli": "^11.0.0",
- "@commitlint/config-conventional": "^11.0.0",
+ "@babel/cli": "^7.14.8",
+ "@babel/core": "^7.14.8",
+ "@babel/preset-env": "^7.14.8",
+ "@commitlint/cli": "^13.1.0",
+ "@commitlint/config-conventional": "^13.1.0",
"all-contributors-cli": "^6.20.0",
"babel-preset-minify": "^0.5.1",
"babelify": "^10.0.0",
"browserify": "^17.0.0",
- "commitizen": "^4.2.3",
- "core-js": "^3.8.3",
+ "commitizen": "^4.2.4",
+ "core-js": "^3.16.1",
"cz-conventional-changelog": "^3.3.0",
- "eslint": "^7.20.0",
- "eslint-config-prettier": "^7.2.0",
- "husky": "^5.0.9",
- "lint-staged": "^10.5.4",
+ "eslint": "^7.32.0",
+ "eslint-config-prettier": "^8.3.0",
+ "husky": "^7.0.1",
+ "lint-staged": "^11.1.2",
"markdownlint": "^0.23.1",
"minimist": "^1.2.5",
- "prettier": "2.2.1",
+ "prettier": "^2.3.2",
"segmentit": "^2.0.3",
- "standard-version": "^9.1.0",
- "stylelint": "^13.10.0",
+ "standard-version": "^9.3.1",
+ "stylelint": "^13.13.1",
"stylelint-config-prettier": "^8.0.2",
- "stylelint-config-standard": "^20.0.0",
- "stylelint-scss": "^3.19.0"
+ "stylelint-config-standard": "^22.0.0",
+ "stylelint-scss": "^3.20.1"
},
"scripts": {
- "preinstall": "npx npm-force-resolutions",
"babel": "npx babel src/js --out-file assets/js/theme.min.js --source-maps",
"build": "npm run babel && hugo -v --source=exampleSite --themesDir ../.. --gc",
"build-lunr-segmentit": "browserify src/lib/lunr.segmentit.js -o assets/lib/lunr/lunr.segmentit.js -t babelify --presets @babel/preset-env --presets minify",
@@ -48,9 +47,6 @@
"release:patch": "standard-version -s --release-as patch",
"release:major": "standard-version -s --release-as major"
},
- "resolutions": {
- "minimist": "^1.2.5"
- },
"repository": {
"type": "git",
"url": "git+https://github.com/sunt-programator/CodeIT.git"