Skip to content

Commit

Permalink
Update dependency firebase to v10 (#79)
Browse files Browse the repository at this point in the history
* Update dependency firebase to v10

* Ajustar ordem de build e gitignore

* Corrigir ignore do ESLint

* Corrigir ignorePatterns do ESLint

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Douglas Gadêlha <[email protected]>
  • Loading branch information
renovate[bot] and dgadelha authored Sep 23, 2023
1 parent 808a90d commit a3bf9c1
Show file tree
Hide file tree
Showing 6 changed files with 301 additions and 6 deletions.
4 changes: 3 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@
"node_modules/",
".angular/",
"packages/**/lib/",
"packages/**/dist/",
"packages/**/node_modules/",
// Arquivos gerados:
"packages/antlr/src/Portugol*.ts",
"packages/resources/assets/"
"packages/resources/assets/",
"packages/resources/recursos.temp/"
],
"overrides": [
{
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
run: |
npm ci --include=dev
- name: Lint 🚨
run: npm run eslint:check

- name: Build code 🚚
run: |
npm run build
npm run release
- name: Lint 🚨
run: npm run eslint:check
292 changes: 291 additions & 1 deletion package-lock.json

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

1 change: 1 addition & 0 deletions packages/ide/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dist/
2 changes: 1 addition & 1 deletion packages/ide/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"antlr4ts": "^0.5.0-alpha.4",
"assert": "^2.0.0",
"file-saver": "^2.0.5",
"firebase": "^9.23.0",
"firebase": "^10.0.0",
"monaco-editor": "^0.43.0",
"ng-keyboard-shortcuts": "^13.0.8",
"ngx-build-plus": "^16.0.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/resources/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
assets/
Portugol-Studio.zip
recursos.temp/

0 comments on commit a3bf9c1

Please sign in to comment.