Skip to content

Commit

Permalink
Merge pull request #707 from json-schema-tools/fix/bump-depssss
Browse files Browse the repository at this point in the history
fix: update node and bump meta-schema
  • Loading branch information
BelfordZ authored May 7, 2024
2 parents fc2380b + a9480cd commit 7553221
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ aliases:
defaults: &defaults
working_directory: ~/project
docker:
- image: cimg/node:20.11.1
- image: cimg/node:20.12.1

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.11.1
20.12.1
14 changes: 7 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"!build/**/*.test.*"
],
"devDependencies": {
"@json-schema-tools/meta-schema": "^1.7.0",
"@json-schema-tools/meta-schema": "^1.7.5",
"@types/jest": "^29.1.1",
"@types/node": "^20.12.6",
"@typescript-eslint/eslint-plugin": "^5.39.0",
Expand Down

0 comments on commit 7553221

Please sign in to comment.