Skip to content

Commit

Permalink
chore(deps): updates
Browse files Browse the repository at this point in the history
  • Loading branch information
morlay committed Jan 11, 2024
1 parent 03c222b commit 1d40e7c
Show file tree
Hide file tree
Showing 9 changed files with 39 additions and 33 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@ dist/
.next/
.turbo/
.swc/
.idea/
vendor/
node_modules/

.DS_Store
22 changes: 1 addition & 21 deletions biome.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,4 @@
{
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
"vcs": {
"clientKind": "git",
"enabled": true,
"useIgnoreFile": true
},
"files": {
"ignore": ["*.d.ts", "*.js", "*.mjs"]
},
"linter": {
"enabled": true,
"rules": {
"recommended": true,
"suspicious": {
"noExplicitAny": "off"
},
"complexity": {
"useLiteralKeys": "off",
"noBannedTypes": "off"
}
}
}
"extends": ["./node_modules/@innoai-tech/devconfig/biome.json"]
}
Binary file modified bun.lockb
Binary file not shown.
23 changes: 23 additions & 0 deletions nodedevpkg/devconfig/biome.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"vcs": {
"clientKind": "git",
"enabled": true,
"useIgnoreFile": true
},
"files": {
"ignore": ["*.d.ts", "*.js", "*.mjs"]
},
"linter": {
"enabled": true,
"rules": {
"recommended": true,
"suspicious": {
"noExplicitAny": "off"
},
"complexity": {
"useLiteralKeys": "off",
"noBannedTypes": "off"
}
}
}
}
2 changes: 1 addition & 1 deletion nodedevpkg/devconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@innoai-tech/devconfig",
"version": "0.4.0",
"version": "0.5.0",
"files": [
"*.json"
],
Expand Down
4 changes: 2 additions & 2 deletions nodedevpkg/monobundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"@rollup/plugin-node-resolve": "^15.2.3",
"browserslist": "^4.22.2",
"chalk": "^5.3.0",
"esbuild": "^0.19.9",
"esbuild": "^0.19.11",
"globby": "^14.0.0",
"js-yaml": "^4.1.0",
"minimatch": "^9.0.3",
"rollup": "^4.8.0",
"rollup": "^4.9.4",
"rollup-plugin-dts": "^6.1.0",
"yargs": "^17.7.2"
},
Expand Down
2 changes: 1 addition & 1 deletion nodedevpkg/purebundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@innoai-tech/purebundle",
"version": "0.2.12",
"dependencies": {
"@swc/core": "1.3.100"
"@swc/core": "1.3.102"
},
"exports": {
".": {
Expand Down
2 changes: 1 addition & 1 deletion nodepkg/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@innoai-tech/lodash": "workspace:^",
"esbuild": "^0.19.9"
"esbuild": "^0.19.11"
},
"peerDependencies": {
"vite": "^4.2.1"
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"devDependencies": {
"@innoai-tech/devconfig": "workspace:*",
"@innoai-tech/monobundle": "workspace:*",
"@biomejs/biome": "^1.4.1",
"bun-types": "^1.0.17",
"core-js": "^3.34.0",
"esbuild": "^0.19.9",
"jsdom": "^23.0.1",
"@biomejs/biome": "^1.5.1",
"bun-types": "^1.0.22",
"core-js": "^3.35.0",
"esbuild": "^0.19.11",
"jsdom": "^23.2.0",
"rxjs": "^7.8.1",
"turbo": "^1.11.2",
"turbo": "^1.11.3",
"typescript": "^5.3.3",
"vite": "^5.0.8"
"vite": "^5.0.11"
}
}

0 comments on commit 1d40e7c

Please sign in to comment.