gl-w-international-frontend 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gl-w-international-frontend",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Common code for using among web front-end development such as ES6+ and TypeScript",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -39,7 +39,7 @@
39
39
  "@typescript-eslint/eslint-plugin-tslint": "^4.26.1",
40
40
  "@typescript-eslint/parser": "^4.26.1",
41
41
  "eslint": "^7.28.0",
42
- "shx": "^0.3.3",
42
+ "shx": "^0.3.4",
43
43
  "tslint": "^6.1.3",
44
44
  "typescript": "^4.3.5"
45
45
  }