Skip to content

Commit

Permalink
Atualizar dependências
Browse files Browse the repository at this point in the history
  • Loading branch information
dgadelha committed Sep 22, 2024
1 parent 37f2792 commit 38f4c2f
Show file tree
Hide file tree
Showing 8 changed files with 518 additions and 490 deletions.
962 changes: 495 additions & 467 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,16 @@
"release": "lerna run release"
},
"devDependencies": {
"@eslint/js": "^9.10.0",
"@eslint/js": "^9.11.0",
"angular-eslint": "^18.3.1",
"eslint": "^9.10.0",
"eslint": "^9.11.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-unicorn": "^55.0.0",
"lerna": "^8.1.8",
"sherif": "^1.0.0",
"typescript": "~5.5.4",
"typescript-eslint": "^8.5.0"
"typescript-eslint": "^8.6.0"
},
"workspaces": [
"packages/*"
Expand Down
2 changes: 1 addition & 1 deletion packages/antlr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"build:w": "tsc -w"
},
"dependencies": {
"antlr4ng": "^3.0.4"
"antlr4ng": "^3.0.5"
},
"devDependencies": {
"antlr4ng-cli": "^2.0.0",
Expand Down
30 changes: 15 additions & 15 deletions packages/ide/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@
"lint": "ng lint"
},
"dependencies": {
"@angular/animations": "^18.2.4",
"@angular/common": "^18.2.4",
"@angular/compiler": "^18.2.4",
"@angular/core": "^18.2.4",
"@angular/animations": "^18.2.5",
"@angular/common": "^18.2.5",
"@angular/compiler": "^18.2.5",
"@angular/core": "^18.2.5",
"@angular/fire": "^18.0.1",
"@angular/forms": "^18.2.4",
"@angular/material": "^18.2.4",
"@angular/platform-browser": "^18.2.4",
"@angular/platform-browser-dynamic": "^18.2.4",
"@angular/service-worker": "^18.2.4",
"@angular/forms": "^18.2.5",
"@angular/material": "^18.2.5",
"@angular/platform-browser": "^18.2.5",
"@angular/platform-browser-dynamic": "^18.2.5",
"@angular/service-worker": "^18.2.5",
"@fontsource/lato": "^5.1.0",
"@materia-ui/ngx-monaco-editor": "^6.0.0",
"@mdi/svg": "^7.4.47",
Expand All @@ -51,13 +51,13 @@
"@sentry/angular": "^8.30.0",
"angular-split": "^17.2.0",
"angular-svg-icon": "^18.0.2",
"antlr4ng": "^3.0.4",
"antlr4ng": "^3.0.5",
"assert": "^2.1.0",
"file-saver": "^2.0.5",
"firebase": "^10.13.1",
"firebase": "^10.13.2",
"iconv-lite": "^0.6.3",
"jschardet": "^3.1.3",
"monaco-editor": "^0.51.0",
"monaco-editor": "^0.52.0",
"ng-keyboard-shortcuts": "^13.0.8",
"ngx-google-analytics": "^14.0.1",
"rxfire": "^6.0.5",
Expand All @@ -67,9 +67,9 @@
"zone.js": "~0.14.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.4",
"@angular/cli": "^18.2.4",
"@angular/compiler-cli": "^18.2.4",
"@angular-devkit/build-angular": "^18.2.5",
"@angular/cli": "^18.2.5",
"@angular/compiler-cli": "^18.2.5",
"@types/file-saver": "^2.0.7",
"ts-node": "^10.9.2",
"typescript": "~5.5.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"dependencies": {
"@portugol-webstudio/antlr": "*",
"antlr4ng": "^3.0.4"
"antlr4ng": "^3.0.5"
},
"devDependencies": {
"typescript": "~5.5.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@portugol-webstudio/antlr": "*",
"@portugol-webstudio/parser": "*",
"@portugol-webstudio/runtime": "*",
"antlr4ng": "^3.0.4",
"antlr4ng": "^3.0.5",
"rxjs": "~7.8.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"@portugol-webstudio/antlr": "*",
"@sentry/core": "^8.30.0",
"antlr4ng": "^3.0.4"
"antlr4ng": "^3.0.5"
},
"devDependencies": {
"typescript": "~5.5.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@portugol-webstudio/antlr": "*",
"@portugol-webstudio/parser": "*",
"@portugol-webstudio/runtime": "*",
"antlr4ng": "^3.0.4"
"antlr4ng": "^3.0.5"
},
"devDependencies": {
"antlr4ng-cli": "^2.0.0",
Expand Down

0 comments on commit 38f4c2f

Please sign in to comment.