Skip to content

Commit

Permalink
Mise à jour
Browse files Browse the repository at this point in the history
  • Loading branch information
julienmalard committed Feb 26, 2024
1 parent 86c886d commit 306ebc3
Show file tree
Hide file tree
Showing 4 changed files with 4,328 additions and 2,552 deletions.
21 changes: 2 additions & 19 deletions .aegir.js
Original file line number Diff line number Diff line change
@@ -1,20 +1,3 @@
// https://github.com/ipfs/aegir/blob/master/md/migration-to-v31.md
const esbuild = {
external: ["fs", "path", "os", "chokidar", "url", "zlib", "rimraf"],
};
import { config } from "@constl/utils-tests"

/** @type {import('aegir').PartialOptions} */
const options = {
test: {
browser: {
config: {
buildConfig: esbuild,
},
},
},
build: {
config: esbuild,
},
};

export default options;
export default config.générerConfigÆgir();
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,31 +32,31 @@
"postbuild": "./dist/**/*"
},
"devDependencies": {
"@constl/utils-tests": "^0.2.3",
"@types/crypto-js": "^4.2.1",
"@constl/utils-tests": "^1.2.3",
"@types/crypto-js": "^4.2.2",
"@types/deep-equal": "^1.0.4",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.5",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"aegir": "^42.2.2",
"core-js": "^3.35.1",
"eslint": "^8.56.0",
"@types/node": "^20.11.20",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"aegir": "^42.2.4",
"core-js": "^3.36.0",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"mocha": "^10.2.0",
"playwright": "^1.41.1",
"prettier": "^3.2.4",
"mocha": "^10.3.0",
"playwright": "^1.41.2",
"prettier": "^3.2.5",
"source-map-support": "^0.5.21",
"ts-patch": "^3.1.2",
"tsconfig-paths": "^4.2.0",
"tscpaths": "^0.0.9",
"typescript": "5.2.2",
"typescript-transform-paths": "^3.4.6"
"typescript-transform-paths": "^3.4.7"
},
"dependencies": {
"@chriscdn/promise-semaphore": "^2.0.9",
Expand Down
Loading

0 comments on commit 306ebc3

Please sign in to comment.