Skip to content

Commit

Permalink
bump new version
Browse files Browse the repository at this point in the history
  • Loading branch information
mkslanc committed May 16, 2024
1 parent 9fe8115 commit ba5203a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ace-linters-root",
"version": "1.2.0",
"version": "1.2.1",
"scripts": {
"build:ace-linters": "cd packages/ace-linters && npm run build",
"build:ace-sql-linter": "cd packages/ace-sql-linter && npm run build",
Expand All @@ -10,7 +10,7 @@
"start-dev": "webpack-dev-server"
},
"dependencies": {
"ace-code": "^1.32.1",
"ace-code": "^1.33.2",
"jsonc-parser": "latest",
"typescript": "^5.3.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ace-linters/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ace-linters",
"author": "Azat Alimov <mkslanc@gmail.com>",
"version": "1.2.0",
"version": "1.2.1",
"scripts": {
"clean": "rimraf build",
"prebuild": "node prebuild.js",
Expand Down

0 comments on commit ba5203a

Please sign in to comment.