Skip to content

Commit

Permalink
build: updated deps and fixed tests commands
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobruni committed May 12, 2024
1 parent 069f7d2 commit 3bb2008
Show file tree
Hide file tree
Showing 3 changed files with 597 additions and 560 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,30 +25,30 @@
},
"prettier": "@tsparticles/prettier-config",
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/core": "^7.24.5",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@nx/workspace": "^19.0.0",
"@nx/workspace": "^19.0.2",
"@tsparticles/cli": "^2.3.3",
"@tsparticles/eslint-config": "^2.3.0",
"@tsparticles/prettier-config": "^2.1.6",
"@tsparticles/tsconfig": "^2.3.0",
"@tsparticles/webpack-plugin": "^2.3.0",
"@types/jsdom": "^21.1.6",
"@types/node": "^20.12.7",
"@types/webpack-env": "^1.18.4",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@vitest/ui": "^1.5.2",
"@vitest/coverage-v8": "^1.5.2",
"@types/node": "^20.12.11",
"@types/webpack-env": "^1.18.5",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@vitest/ui": "^1.6.0",
"@vitest/coverage-v8": "^1.6.0",
"babel-loader": "^9.1.3",
"browserslist": "^4.23.0",
"canvas": "^2.11.2",
"copyfiles": "^2.4.1",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsdoc": "^48.2.3",
"eslint-plugin-jsdoc": "^48.2.4",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-tsdoc": "^0.2.17",
"gh-pages": "^6.1.1",
Expand All @@ -57,11 +57,11 @@
"jsdom-global": "^3.0.2",
"lerna": "^8.1.2",
"madge": "^7.0.0",
"nx": "^19.0.0",
"nx": "^19.0.2",
"nx-cloud": "^18.0.1",
"prettier": "^3.2.5",
"prettier-plugin-multiline-arrays": "^3.0.4",
"rimraf": "^5.0.5",
"rimraf": "^5.0.7",
"source-map-support": "^0.5.21",
"terser-webpack-plugin": "^5.3.10",
"ts-json-schema-generator": "^2.1.1",
Expand All @@ -71,11 +71,11 @@
"typedoc-plugin-carbon-ads": "^1.6.0",
"typedoc-plugin-coverage": "^3.1.1",
"typedoc-plugin-keywords": "^1.6.0",
"typedoc-plugin-mdn-links": "^3.1.23",
"typedoc-plugin-mdn-links": "^3.1.25",
"typedoc-plugin-missing-exports": "^2.2.0",
"typescript": "^5.4.5",
"typescript-json-schema": "^0.63.0",
"vitest": "^1.5.2",
"vitest": "^1.6.0",
"webpack": "^5.91.0",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^5.1.4",
Expand Down

0 comments on commit 3bb2008

Please sign in to comment.