Skip to content

Commit

Permalink
Merge pull request #414 from ghiscoding/feat/packages-update-20210715
Browse files Browse the repository at this point in the history
chore: update few npm packages
  • Loading branch information
AnnetteZhang authored Jul 15, 2021
2 parents f34a84f + 703e98e commit 7edc3bf
Show file tree
Hide file tree
Showing 7 changed files with 373 additions and 158 deletions.
18 changes: 9 additions & 9 deletions examples/webpack-demo-vanilla-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"whatwg-fetch": "^3.6.2"
},
"devDependencies": {
"@types/jquery": "^3.5.5",
"@types/jquery": "^3.5.6",
"@types/moment": "^2.13.0",
"@types/node": "^15.12.5",
"@types/node": "^16.3.2",
"@types/webpack": "^5.28.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^9.0.1",
Expand All @@ -44,16 +44,16 @@
"fork-ts-checker-webpack-plugin": "^6.2.12",
"html-loader": "^2.1.2",
"html-webpack-plugin": "5.3.2",
"mini-css-extract-plugin": "^2.0.0",
"rxjs": "^7.1.0",
"sass": "^1.35.1",
"mini-css-extract-plugin": "^2.1.0",
"rxjs": "^7.2.0",
"sass": "^1.35.2",
"sass-loader": "^12.1.0",
"style-loader": "^3.0.0",
"style-loader": "^3.1.0",
"ts-loader": "^9.2.3",
"ts-node": "^10.0.0",
"ts-node": "^10.1.0",
"url-loader": "^4.1.1",
"webpack": "^5.41.1",
"webpack": "^5.44.0",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2"
}
}
}
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@
]
},
"devDependencies": {
"@types/jest": "^26.0.23",
"@types/node": "^15.12.5",
"@typescript-eslint/eslint-plugin": "^4.28.1",
"@typescript-eslint/parser": "^4.28.1",
"cypress": "^7.6.0",
"eslint": "^7.29.0",
"@types/jest": "^26.0.24",
"@types/node": "^16.3.2",
"@typescript-eslint/eslint-plugin": "^4.28.3",
"@typescript-eslint/parser": "^4.28.3",
"cypress": "^7.7.0",
"eslint": "^7.30.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-prefer-arrow": "^1.2.3",
"jest": "^27.0.6",
Expand All @@ -65,10 +65,10 @@
"jsdom": "^16.6.0",
"jsdom-global": "^3.0.2",
"lerna": "^3.22.1",
"mocha": "^9.0.1",
"mocha": "^9.0.2",
"mochawesome": "^6.2.2",
"npm-run-all": "^4.1.5",
"rxjs": "^7.1.0",
"rxjs": "^7.2.0",
"serve": "^12.0.0",
"ts-jest": "^27.0.3",
"typescript": "^4.3.5"
Expand Down
16 changes: 8 additions & 8 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"dependencies": {
"assign-deep": "^1.0.1",
"dequal": "^2.0.2",
"dompurify": "^2.2.9",
"dompurify": "^2.3.0",
"flatpickr": "^4.6.9",
"jquery": "~3.5.1",
"jquery-ui-dist": "^1.12.1",
Expand All @@ -74,22 +74,22 @@
"un-flatten-tree": "^2.0.12"
},
"devDependencies": {
"@types/dompurify": "^2.2.2",
"@types/jquery": "^3.5.5",
"@types/dompurify": "^2.2.3",
"@types/jquery": "^3.5.6",
"@types/moment": "^2.13.0",
"autoprefixer": "^10.2.6",
"autoprefixer": "^10.3.1",
"copyfiles": "^2.4.1",
"cross-env": "^7.0.3",
"mini-css-extract-plugin": "^2.0.0",
"nodemon": "^2.0.9",
"mini-css-extract-plugin": "^2.1.0",
"nodemon": "^2.0.12",
"npm-run-all": "^4.1.5",
"postcss": "^8.3.5",
"postcss-cli": "^8.3.1",
"rimraf": "^3.0.2",
"sass": "^1.35.1"
"sass": "^1.35.2"
},
"engines": {
"node": ">=14.15.0",
"npm": ">=6.14.8"
}
}
}
4 changes: 2 additions & 2 deletions packages/rxjs-observable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
],
"dependencies": {
"@slickgrid-universal/common": "^0.15.0",
"rxjs": "^7.1.0"
"rxjs": "^7.2.0"
},
"devDependencies": {
"cross-env": "^7.0.3",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2"
}
}
}
4 changes: 2 additions & 2 deletions packages/text-export/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
"text-encoding-utf-8": "^1.0.2"
},
"devDependencies": {
"@types/text-encoding-utf-8": "^1.0.1",
"@types/text-encoding-utf-8": "^1.0.2",
"cross-env": "^7.0.3",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2"
}
}
}
2 changes: 1 addition & 1 deletion packages/vanilla-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2",
"ts-loader": "^9.2.3",
"webpack": "^5.41.1"
"webpack": "^5.44.0"
}
}
Loading

0 comments on commit 7edc3bf

Please sign in to comment.