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 Jun 25, 2024
1 parent e11b671 commit 47f23cb
Show file tree
Hide file tree
Showing 4 changed files with 759 additions and 683 deletions.
40 changes: 20 additions & 20 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.4.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",
"@rushstack/eslint-patch": "^1.10.3",
"@types/node": "20.14.9",
"autoprefixer": "10.4.19",
"cssnano": "^7.0.0",
"eslint": "9.2.0",
"eslint-config-next": "14.2.3",
"eslint-config-prettier": "^9.0.0",
"cssnano": "^7.0.3",
"eslint": "9.5.0",
"eslint-config-next": "14.2.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-security": "^3.0.0",
"eslint-plugin-security": "^3.0.1",
"eslint-plugin-sonarjs": "^1.0.3",
"globals": "^15.0.0",
"globals": "^15.6.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"
"postcss-nesting": "^12.1.5",
"postcss-pxtorem": "^6.1.0",
"prettier": "^3.3.2",
"semantic-release": "^23.1.1",
"tailwindcss": "3.4.4",
"typescript": "5.5.2",
"typescript-eslint": "^7.14.1"
},
"optionalDependencies": {
"@commitlint/cli": "^19.0.0",
"@commitlint/config-conventional": "^19.0.0",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"husky": "^9.0.0",
"lint-staged": "^15.0.0"
"husky": "^9.0.11",
"lint-staged": "^15.2.7"
}
}
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.3",
"eventemitter3": "^5.0.1",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/uuid": "^9.0.8",
"deepmerge": "^4.3.1",
"vite": "^5.1.3"
"vite": "^5.3.1"
}
}
Loading

0 comments on commit 47f23cb

Please sign in to comment.