Browse Source

build packages updated

Ievgen Naida 2 years ago
parent
commit
77ee87d622
5 changed files with 98 additions and 6171 deletions
  1. 36 280
      lib/animation-timeline.js
  2. 0 0
      lib/animation-timeline.js.map
  3. 0 0
      lib/animation-timeline.min.js
  4. 40 5869
      package-lock.json
  5. 22 22
      package.json

File diff suppressed because it is too large
+ 36 - 280
lib/animation-timeline.js


File diff suppressed because it is too large
+ 0 - 0
lib/animation-timeline.js.map


File diff suppressed because it is too large
+ 0 - 0
lib/animation-timeline.min.js


File diff suppressed because it is too large
+ 40 - 5869
package-lock.json


+ 22 - 22
package.json

@@ -1,30 +1,30 @@
 {
 {
   "name": "animation-timeline-js",
   "name": "animation-timeline-js",
-  "version": "2.2.0",
+  "version": "2.2.1",
   "description": "animation timeline control based on the canvas.",
   "description": "animation timeline control based on the canvas.",
   "main": "lib/animation-timeline.min.js",
   "main": "lib/animation-timeline.min.js",
   "types": "lib/animation-timeline.d.ts",
   "types": "lib/animation-timeline.d.ts",
   "devDependencies": {
   "devDependencies": {
-    "@babel/cli": "7.16.7",
-    "@babel/core": "7.16.7",
-    "@babel/plugin-proposal-class-properties": "7.16.7",
-    "@babel/preset-env": "7.16.7",
-    "@babel/preset-typescript": "7.16.7",
-    "@types/chai": "4.3.0",
-    "@types/mocha": "9.0.0",
-    "@typescript-eslint/eslint-plugin": "5.8.1",
-    "@typescript-eslint/parser": "5.8.1",
-    "babel-loader": "8.2.3",
-    "chai": "4.3.4",
-    "eslint": "8.6.0",
-    "eslint-config-prettier": "8.3.0",
-    "eslint-plugin-prettier": "4.0.0",
-    "mocha": "9.1.3",
-    "prettier": "2.5.1",
-    "ts-loader": "9.2.6",
-    "typescript": "4.5.4",
-    "webpack": "5.65.0",
-    "webpack-cli": "4.9.1"
+    "@babel/cli": "7.19.3",
+    "@babel/core": "7.19.3",
+    "@babel/plugin-proposal-class-properties": "7.18.6",
+    "@babel/preset-env": "7.19.4",
+    "@babel/preset-typescript": "7.18.6",
+    "@types/chai": "4.3.3",
+    "@types/mocha": "10.0.0",
+    "@typescript-eslint/eslint-plugin": "5.40.0",
+    "@typescript-eslint/parser": "5.40.0",
+    "babel-loader": "8.2.5",
+    "chai": "4.3.6",
+    "eslint": "8.25.0",
+    "eslint-config-prettier": "8.5.0",
+    "eslint-plugin-prettier": "4.2.1",
+    "mocha": "10.0.0",
+    "prettier": "2.7.1",
+    "ts-loader": "9.4.1",
+    "typescript": "4.8.4",
+    "webpack": "5.74.0",
+    "webpack-cli": "4.10.0"
   },
   },
   "scripts": {
   "scripts": {
     "test": "echo \"Run tests/unittest.html explicitly to execute tests\" && exit 1",
     "test": "echo \"Run tests/unittest.html explicitly to execute tests\" && exit 1",
@@ -33,7 +33,7 @@
     "lint": "eslint --ext .ts,.html src --ignore-path .gitignore && prettier \"src/*.ts\" --check --ignore-path .gitignore",
     "lint": "eslint --ext .ts,.html src --ignore-path .gitignore && prettier \"src/*.ts\" --check --ignore-path .gitignore",
     "webpack": "npm run build",
     "webpack": "npm run build",
     "build-tests": "tsc -p tsconfig.tests.json",
     "build-tests": "tsc -p tsconfig.tests.json",
-    "prettier-fix": "prettier --write src/**/*.{ts,js,css,scss,html}",
+    "format": "prettier --write src/**/*.{ts,js,css,scss,html}",
     "prettier": "prettier --check src/**/*.{ts,js,css,scss,html}"
     "prettier": "prettier --check src/**/*.{ts,js,css,scss,html}"
   },
   },
   "repository": {
   "repository": {

Some files were not shown because too many files changed in this diff