Skip to content

Commit

Permalink
Merge pull request #31 from tsparticles/dev
Browse files Browse the repository at this point in the history
Dynamic Imports
  • Loading branch information
matteobruni authored Jan 29, 2024
2 parents 0aa42b4 + bcc6701 commit f759905
Show file tree
Hide file tree
Showing 11 changed files with 635 additions and 521 deletions.
20 changes: 10 additions & 10 deletions files/empty-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,25 +82,25 @@
"types": "dist/types/index.d.ts",
"prettier": "@tsparticles/prettier-config",
"devDependencies": {
"@babel/core": "^7.23.7",
"@tsparticles/cli": "^2.0.4",
"@tsparticles/eslint-config": "^2.0.4",
"@tsparticles/prettier-config": "^2.0.1",
"@babel/core": "^7.23.9",
"@tsparticles/cli": "^2.0.5",
"@tsparticles/eslint-config": "^2.1.0",
"@tsparticles/prettier-config": "^2.1.0",
"@tsparticles/tsconfig": "^2.0.1",
"@tsparticles/webpack-plugin": "^2.0.4",
"@tsparticles/webpack-plugin": "^2.1.0",
"@types/webpack-env": "^1.18.4",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"babel-loader": "^9.1.3",
"browserslist": "^4.22.2",
"browserslist": "^4.22.3",
"copyfiles": "^2.4.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"prettier": "^3.1.1",
"prettier": "^3.2.4",
"rimraf": "^5.0.5",
"terser-webpack-plugin": "^5.3.10",
"typescript": "^5.3.3",
"webpack": "^5.89.0",
"webpack": "^5.90.0",
"webpack-bundle-analyzer": "^4.10.1",
"webpack-cli": "^5.1.4"
},
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/cli",
"version": "2.0.4",
"version": "2.0.5",
"license": "MIT",
"bin": {
"tsparticles-cli": "dist/cli.js"
Expand Down Expand Up @@ -28,34 +28,34 @@
"version": "node scripts/postversion.js && git add files/empty-project/package.json"
},
"dependencies": {
"@tsparticles/eslint-config": "^2.0.4",
"@tsparticles/prettier-config": "^2.0.1",
"@tsparticles/eslint-config": "^2.1.0",
"@tsparticles/prettier-config": "^2.1.0",
"@tsparticles/tsconfig": "^2.0.1",
"@tsparticles/webpack-plugin": "^2.0.4",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"@tsparticles/webpack-plugin": "^2.1.0",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"commander": "^11.1.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsdoc": "^48.0.2",
"eslint-plugin-jsdoc": "^48.0.4",
"eslint-plugin-tsdoc": "^0.2.17",
"fs-extra": "^11.2.0",
"klaw": "^4.1.0",
"lookpath": "^1.2.2",
"path-scurry": "^1.10.1",
"prettier": "^3.1.1",
"prettier": "^3.2.4",
"prettier-plugin-multiline-arrays": "^3.0.1",
"prompts": "^2.4.2",
"rimraf": "^5.0.5",
"typescript": "^5.3.3",
"webpack": "^5.89.0"
"webpack": "^5.90.0"
},
"devDependencies": {
"@types/chai": "^4.3.11",
"@types/fs-extra": "^11.0.4",
"@types/klaw": "^3.0.6",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.0",
"@types/node": "^20.11.9",
"@types/prompts": "^2.4.9",
"chai": "^4.4.0",
"cross-env": "^7.0.3",
Expand Down
Loading

0 comments on commit f759905

Please sign in to comment.