Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Nov 27, 2023
1 parent 32a87a2 commit c4be116
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 23 deletions.
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,40 +41,40 @@
"quick:test": "node --enable-source-maps --loader=ts-node/esm bin/test.ts"
},
"devDependencies": {
"@adonisjs/assembler": "^6.1.3-25",
"@adonisjs/core": "^6.1.5-29",
"@adonisjs/eslint-config": "^1.1.8",
"@adonisjs/prettier-config": "^1.1.8",
"@adonisjs/tsconfig": "^1.1.8",
"@commitlint/cli": "^17.8.0",
"@commitlint/config-conventional": "^17.8.0",
"@japa/assert": "^2.0.0",
"@japa/file-system": "^2.0.0",
"@japa/runner": "^3.0.4",
"@swc/core": "1.3.82",
"@types/luxon": "^3.3.3",
"@types/negotiator": "^0.6.2",
"@types/node": "^20.8.7",
"@vinejs/vine": "^1.6.0",
"@adonisjs/assembler": "^6.1.3-28",
"@adonisjs/core": "^6.1.5-32",
"@adonisjs/eslint-config": "^1.1.9",
"@adonisjs/prettier-config": "^1.1.9",
"@adonisjs/tsconfig": "^1.1.9",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@japa/assert": "^2.0.1",
"@japa/file-system": "^2.0.1",
"@japa/runner": "^3.1.0",
"@swc/core": "^1.3.99",
"@types/luxon": "^3.3.5",
"@types/negotiator": "^0.6.3",
"@types/node": "^20.10.0",
"@vinejs/vine": "^1.7.0",
"c8": "^8.0.1",
"copyfiles": "^2.4.1",
"del-cli": "^5.1.0",
"edge.js": "^6.0.0-10",
"eslint": "^8.51.0",
"edge.js": "^6.0.0",
"eslint": "^8.54.0",
"github-label-sync": "^2.3.1",
"husky": "^8.0.3",
"np": "^8.0.4",
"prettier": "^3.0.3",
"prettier": "^3.1.0",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
"typescript": "5.2.2"
},
"dependencies": {
"@poppinss/intl-formatter": "^3.0.0",
"@poppinss/utils": "^6.5.0",
"intl-messageformat": "^10.5.4",
"luxon": "^3.4.3",
"@poppinss/utils": "^6.5.1",
"intl-messageformat": "^10.5.8",
"luxon": "^3.4.4",
"negotiator": "^0.6.3",
"yaml": "^2.3.3"
"yaml": "^2.3.4"
},
"author": "virk,adonisjs",
"license": "MIT",
Expand Down
1 change: 1 addition & 0 deletions tests/fs_loader.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ test.group('Fs loader | JSON', () => {
])
assert.oneOf(error.message, [
'Expected double-quoted property name in JSON at position 10',
'Expected double-quoted property name in JSON at position 10 (line 1 column 11)',
'Unexpected token } in JSON at position 10',
])
}
Expand Down

0 comments on commit c4be116

Please sign in to comment.