Skip to content

Commit

Permalink
feat: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
horiuchi committed Aug 25, 2023
1 parent 021e28f commit 61d6ff2
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 150 deletions.
175 changes: 30 additions & 145 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,16 @@
"typescript": "^5.1.6"
},
"devDependencies": {
"@dtsgenerator/do-nothing": "^2.5.4",
"@dtsgenerator/do-nothing": "^2.6.0",
"@dtsgenerator/eslint-config": "^0.6.5",
"@dtsgenerator/replace-namespace": "^1.5.5",
"@dtsgenerator/single-quote": "^1.6.5",
"@dtsgenerator/replace-namespace": "^1.6.0",
"@dtsgenerator/single-quote": "^1.7.0",
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@types/debug": "^4.1.8",
"@types/glob": "^8.1.0",
"@types/js-yaml": "^4.0.5",
"@types/mocha": "^10.0.1",
"@types/node": "^16.18.41",
"@types/node": "^16.18.46",
"cross-env": "^7.0.3",
"eslint": "^8.47.0",
"husky": "^8.0.3",
Expand Down
2 changes: 1 addition & 1 deletion test/core/config_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ describe('config test', () => {
assert.strictEqual(result, expected, result);
});

it.skip('apply replace-namespace plugin test', async () => {
it('apply replace-namespace plugin test', async () => {
const schema: JsonSchemaDraft04.Schema = {
id: '/test/replace-namespace',
type: 'object',
Expand Down
Empty file.
Empty file.

0 comments on commit 61d6ff2

Please sign in to comment.