Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 26, 2024
1 parent e11b671 commit 132e4ea
Show file tree
Hide file tree
Showing 4 changed files with 1,163 additions and 970 deletions.
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
{
"version": "0.1.0",
"private": true,
"packageManager": "pnpm@9.1.4",
"packageManager": "pnpm@9.11.0",
"scripts": {
"dev:website": "pnpm -C website dev",
"lint:packages": "eslint packages/**/*.ts --fix",
"lint:website": "eslint website/**/*.{ts,tsx} --fix",
"prepare": "husky install"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.7.2",
"@types/node": "20.12.12",
"autoprefixer": "10.4.19",
"cssnano": "^7.0.0",
"eslint": "9.2.0",
"eslint-config-next": "14.2.3",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-security": "^3.0.0",
"eslint-plugin-sonarjs": "^1.0.3",
"globals": "^15.0.0",
"postcss": "8.4.38",
"postcss-nesting": "^12.0.1",
"postcss-pxtorem": "^6.0.0",
"prettier": "^3.0.3",
"semantic-release": "^23.0.0",
"tailwindcss": "3.4.3",
"typescript": "5.4.5",
"typescript-eslint": "^7.5.0"
"@rushstack/eslint-patch": "^1.10.4",
"@types/node": "20.16.9",
"autoprefixer": "10.4.20",
"cssnano": "^7.0.6",
"eslint": "9.11.1",
"eslint-config-next": "14.2.13",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-security": "^3.0.1",
"eslint-plugin-sonarjs": "^1.0.4",
"globals": "^15.9.0",
"postcss": "8.4.47",
"postcss-nesting": "^12.1.5",
"postcss-pxtorem": "^6.1.0",
"prettier": "^3.3.3",
"semantic-release": "^23.1.1",
"tailwindcss": "3.4.13",
"typescript": "5.6.2",
"typescript-eslint": "^7.18.0"
},
"optionalDependencies": {
"@commitlint/cli": "^19.0.0",
"@commitlint/config-conventional": "^19.0.0",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"husky": "^9.0.0",
"lint-staged": "^15.0.0"
"husky": "^9.1.6",
"lint-staged": "^15.2.10"
}
}
4 changes: 2 additions & 2 deletions packages/mind-mapping/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"main": "./dist/index.ts",
"types": "./dist/index.d.ts",
"dependencies": {
"@svgdotjs/svg.js": "^3.2.0",
"@svgdotjs/svg.js": "^3.2.4",
"eventemitter3": "^5.0.1",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/uuid": "^9.0.8",
"deepmerge": "^4.3.1",
"vite": "^5.1.3"
"vite": "^5.4.8"
}
}
Loading

0 comments on commit 132e4ea

Please sign in to comment.