Skip to content

Commit

Permalink
fix(rc): updated @visulima/fs dep
Browse files Browse the repository at this point in the history
  • Loading branch information
prisis committed Jun 11, 2024
1 parent 2a9d35e commit 781140b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions packages/rc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,43 +72,43 @@
"test:watch": "vitest"
},
"dependencies": {
"@visulima/fs": "^2.1.1",
"@visulima/fs": "^2.1.4",
"ini": "^4.1.3",
"ts-deepmerge": "^7.0.0"
},
"devDependencies": {
"@anolilab/eslint-config": "^15.0.3",
"@anolilab/prettier-config": "^5.0.14",
"@babel/core": "^7.24.5",
"@babel/core": "^7.24.7",
"@rushstack/eslint-plugin-security": "^0.8.1",
"@secretlint/secretlint-rule-preset-recommend": "^8.2.4",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "11.1.0",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^10.0.5",
"@semantic-release/github": "^10.0.6",
"@semantic-release/release-notes-generator": "12.1.0",
"@types/ini": "^4.1.0",
"@types/ini": "^4.1.1",
"@types/node": "18.18.14",
"@visulima/path": "^1.0.0",
"@visulima/path": "^1.0.2",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"conventional-changelog-conventionalcommits": "7.0.2",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-deprecation": "^3.0.0",
"eslint-plugin-etc": "^2.0.3",
"eslint-plugin-import": "npm:eslint-plugin-i@^2.29.1",
"eslint-plugin-mdx": "^3.1.5",
"eslint-plugin-vitest": "^0.4.1",
"eslint-plugin-vitest-globals": "^1.5.0",
"prettier": "^3.2.5",
"prettier": "^3.3.2",
"rimraf": "^5.0.7",
"secretlint": "8.1.2",
"semantic-release": "^23.0.5",
"sort-package-json": "^2.10.0",
"tempy": "^3.1.0",
"tsup": "^8.0.2",
"tsup": "^8.1.0",
"typescript": "^5.4.5",
"vitest": "^1.6.0"
},
Expand Down

0 comments on commit 781140b

Please sign in to comment.