Skip to content

Commit

Permalink
✅ Actualizar Yarn y dependencias
Browse files Browse the repository at this point in the history
  • Loading branch information
1cgonza committed Aug 26, 2024
1 parent b051859 commit f84ee1e
Show file tree
Hide file tree
Showing 10 changed files with 5,546 additions and 4,087 deletions.
10 changes: 10 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
root = true

[*]
end_of_line = lf
insert_final_newline = true

[*.{js,json,yml}]
charset = utf-8
indent_style = space
indent_size = 2
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/.yarn/** linguist-vendored
/.yarn/releases/* binary
/.yarn/plugins/**/* binary
/.pnp.* binary linguist-generated
2 changes: 1 addition & 1 deletion .github/workflows/estilo-codigo.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Estilo Código
name: 🐾 Estilo Código

on:
push:
Expand Down
11 changes: 10 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,13 @@ dist
.DS_Store
publico
aplicaciones/procesador/fuente/datos/*
!aplicaciones/procesador/fuente/datos/README.md
!aplicaciones/procesador/fuente/datos/README.md

# Ver documentación de Yarn moderno (> v2): https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored
.yarn/*
!.yarn/cache
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
20 changes: 10 additions & 10 deletions aplicaciones/procesador/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@
},
"devDependencies": {
"@types/cli-color": "^2.0.6",
"@types/cli-progress": "^3.11.5",
"@types/geojson": "^7946.0.13",
"@types/node": "^20.10.3",
"nodemon": "^3.0.2",
"rimraf": "^5.0.5",
"ts-node": "^10.9.1",
"@types/cli-progress": "^3.11.6",
"@types/geojson": "^7946.0.14",
"@types/node": "^22.5.0",
"nodemon": "^3.1.4",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.3.2"
"typescript": "^5.5.4"
},
"dependencies": {
"cli-color": "^2.0.3",
"cli-color": "^2.0.4",
"cli-progress": "^3.12.0",
"node-emoji": "^2.1.0",
"xlstream": "^2.5.3",
"node-emoji": "^2.1.3",
"xlstream": "^2.5.5",
"xlsx": "^0.18.5"
},
"nodemonConfig": {
Expand Down
8 changes: 4 additions & 4 deletions aplicaciones/www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
},
"dependencies": {
"@enflujo/alquimia": "^2.0.0",
"astro": "^3.6.4",
"fuzzysort": "^2.0.4",
"nanostores": "^0.9.5"
"astro": "^4.14.5",
"fuzzysort": "^3.0.2",
"nanostores": "^0.11.2"
},
"devDependencies": {
"sass": "^1.69.5",
"sass": "^1.77.8",
"schema-dts": "^1.1.2"
}
}
1 change: 1 addition & 0 deletions aplicaciones/www/src/env.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/// <reference path="../.astro/types.d.ts" />
/// <reference types="astro/client" />
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "imagina-ninezya",
"private": true,
"packageManager": "yarn@4.4.1",
"workspaces": [
"aplicaciones/*"
],
Expand All @@ -16,6 +17,6 @@
"armar:dev": "yarn workspace www armar:dev"
},
"devDependencies": {
"prettier": "^3.1.0"
"prettier": "^3.3.3"
}
}
Loading

0 comments on commit f84ee1e

Please sign in to comment.