Skip to content

Commit

Permalink
Merge branch 'main' into feature/arc-33-selective-identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
grixu committed Dec 4, 2023
2 parents e3dfcfe + 2e832a2 commit 7290e4b
Show file tree
Hide file tree
Showing 4 changed files with 937 additions and 283 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"vitepress": "1.0.0-rc.31"
},
"devDependencies": {
"eslint": "8.54.0"
"eslint": "8.55.0"
},
"scripts": {
"dev": "vitepress dev",
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,29 +24,29 @@
"prettier": "@archisquad/prettier-config",
"devDependencies": {
"@archisquad/prettier-config": "1.0.1",
"@changesets/cli": "2.26.2",
"@changesets/cli": "2.27.1",
"@commitlint/cli": "18.4.3",
"@faker-js/faker": "8.3.1",
"@microsoft/eslint-formatter-sarif": "3.0.0",
"@paralleldrive/cuid2": "2.2.2",
"@total-typescript/ts-reset": "0.5.1",
"@vitest/coverage-istanbul": "1.0.0-beta.5",
"@vitest/coverage-istanbul": "1.0.0",
"commitlint-config-gitmoji": "2.3.1",
"eslint": "8.54.0",
"eslint-config-archisquad": "1.1.0",
"eslint": "8.55.0",
"eslint-config-archisquad": "1.2.0",
"gitmoji-cli": "9.0.0",
"husky": "8.0.3",
"jsdom": "23.0.1",
"lint-staged": "15.1.0",
"lint-staged": "15.2.0",
"prettier": "3.1.0",
"turbo": "1.10.16",
"type-fest": "4.8.2",
"type-fest": "4.8.3",
"typescript": "5.3.2",
"unbuild": "2.0.0",
"vite-tsconfig-paths": "^4.2.1",
"vite-tsconfig-paths": "4.2.1",
"vitepress": "1.0.0-rc.31",
"vitest": "1.0.0-beta.5",
"vitest": "1.0.0",
"zod": "3.22.4",
"valibot": "0.20.1"
"valibot": "0.22.0"
}
}
12 changes: 6 additions & 6 deletions packages/repository/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,19 +53,19 @@
"@faker-js/faker": "8.3.1",
"@microsoft/eslint-formatter-sarif": "3.0.0",
"@total-typescript/ts-reset": "0.5.1",
"@vitest/coverage-istanbul": "1.0.0-beta.5",
"eslint": "8.54.0",
"@vitest/coverage-istanbul": "1.0.0",
"eslint": "8.55.0",
"eslint-config-archisquad": "1.1.0",
"jsdom": "23.0.1",
"lint-staged": "15.1.0",
"lint-staged": "15.2.0",
"prettier": "3.1.0",
"type-fest": "4.8.2",
"type-fest": "4.8.3",
"typescript": "5.3.2",
"unbuild": "2.0.0",
"vite-tsconfig-paths": "^4.2.1",
"vitest": "1.0.0-beta.5",
"vitest": "1.0.0",
"zod": "3.22.4",
"valibot": "0.20.1"
"valibot": "0.22.0"
},
"dependencies": {
"@paralleldrive/cuid2": "2.2.2"
Expand Down
Loading

0 comments on commit 7290e4b

Please sign in to comment.