onecraft_technology_radar
Advanced tools
Comparing version 4.3.7 to 4.5.0
# Changelog | ||
## Version v4.5.0 (2024-09-06) | ||
### Features | ||
- tags to lowercase (02f16dfe) | ||
## Version v4.4.0 (2024-08-02) | ||
@@ -4,0 +10,0 @@ |
100
package.json
{ | ||
"name": "onecraft_technology_radar", | ||
"version": "4.3.7", | ||
"bin": { | ||
"techradar": "./bin/techradar.js" | ||
}, | ||
"scripts": { | ||
"dev": "next dev", | ||
"build:icons": "npx @svgr/cli --typescript --no-dimensions --no-prettier --out-dir src/components/Icons -- src/icons", | ||
"build:data": "tsx scripts/buildData.ts", | ||
"build:markdown": "tsx scripts/buildMarkdown.ts", | ||
"build": "next build", | ||
"start": "next start", | ||
"lint": "next lint", | ||
"fix": "prettier . --write", | ||
"prepare": "husky", | ||
"postinstall": "npm run build:icons" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^19.2.1", | ||
"@commitlint/config-conventional": "^19.1.0", | ||
"@radix-ui/react-dialog": "^1.0.5", | ||
"@trivago/prettier-plugin-sort-imports": "^4.3.0", | ||
"@types/node": "^20", | ||
"@types/react": "^18", | ||
"@types/react-dom": "^18", | ||
"clsx": "^2.1.0", | ||
"eslint": "^8.57.0", | ||
"eslint-config-next": "14.1.4", | ||
"fuse.js": "^7.0.0", | ||
"gray-matter": "^4.0.3", | ||
"highlight.js": "^11.9.0", | ||
"husky": "^9.0.11", | ||
"lint-staged": "^15.2.2", | ||
"marked": "^12.0.1", | ||
"marked-highlight": "^2.1.1", | ||
"next": "14.1.4", | ||
"postcss-nested": "^6.0.1", | ||
"postcss-preset-env": "^9.5.2", | ||
"prettier": "^3.2.5", | ||
"react": "^18", | ||
"react-dom": "^18", | ||
"tsx": "^4.7.1", | ||
"typescript": "^5" | ||
}, | ||
"lint-staged": { | ||
"**/*": "prettier --write --ignore-unknown" | ||
}, | ||
"dependencies": { | ||
"csv-parser": "^3.0.0" | ||
} | ||
"name": "onecraft_technology_radar", | ||
"version": "4.5.0", | ||
"bin": { | ||
"techradar": "./bin/techradar.js" | ||
}, | ||
"scripts": { | ||
"dev": "next dev", | ||
"build:icons": "npx @svgr/cli --typescript --no-dimensions --no-prettier --out-dir src/components/Icons -- src/icons", | ||
"build:data": "tsx scripts/buildData.ts", | ||
"build:markdown": "tsx scripts/buildMarkdown.ts", | ||
"build": "next build", | ||
"start": "next start", | ||
"lint": "next lint", | ||
"fix": "prettier . --write", | ||
"prepare": "husky", | ||
"postinstall": "npm run build:icons" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^19.2.1", | ||
"@commitlint/config-conventional": "^19.1.0", | ||
"@radix-ui/react-dialog": "^1.0.5", | ||
"@trivago/prettier-plugin-sort-imports": "^4.3.0", | ||
"@types/node": "^20", | ||
"@types/react": "^18", | ||
"@types/react-dom": "^18", | ||
"clsx": "^2.1.0", | ||
"eslint": "^8.57.0", | ||
"eslint-config-next": "14.1.4", | ||
"fuse.js": "^7.0.0", | ||
"gray-matter": "^4.0.3", | ||
"highlight.js": "^11.9.0", | ||
"husky": "^9.0.11", | ||
"lint-staged": "^15.2.2", | ||
"marked": "^12.0.1", | ||
"marked-highlight": "^2.1.1", | ||
"next": "14.1.4", | ||
"postcss-nested": "^6.0.1", | ||
"postcss-preset-env": "^9.5.2", | ||
"prettier": "^3.2.5", | ||
"react": "^18", | ||
"react-dom": "^18", | ||
"tsx": "^4.7.1", | ||
"typescript": "^5" | ||
}, | ||
"lint-staged": { | ||
"**/*": "prettier --write --ignore-unknown" | ||
}, | ||
"dependencies": { | ||
"csv-parser": "^3.0.0" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
570077