Bump integration tools to 1.3.3

This commit is contained in:
Angelos Chalaris
2020-03-10 10:34:04 +02:00
parent f6182e9d3b
commit 6ed586d690
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -5,9 +5,9 @@
"requires": true,
"dependencies": {
"@30-seconds/integration-tools": {
"version": "1.3.2",
"resolved": "https://registry.npmjs.org/@30-seconds/integration-tools/-/integration-tools-1.3.2.tgz",
"integrity": "sha512-EmqyRc1L/o+UGpC2eJ7jrfVcHEvIVLwbCHEyFfzqxdlbvY/snIXzUFp93U610COVlZygSIe+pKf06PAYO8ugHw==",
"version": "1.3.3",
"resolved": "https://registry.npmjs.org/@30-seconds/integration-tools/-/integration-tools-1.3.3.tgz",
"integrity": "sha512-Nro6i3n6ybMLQQBLz+0osFJ2GB1GoM1SFCzUUsBKQZMAVqKJvJb/ViBIE82VeDaxNtknBnWV6uk1MWCW6cpLVw==",
"dev": true,
"requires": {
"@babel/core": "^7.7.4",

View File

@ -29,7 +29,7 @@
"homepage": "https://30secondsofcode.org/",
"dependencies": {},
"devDependencies": {
"@30-seconds/integration-tools": "^1.3.2",
"@30-seconds/integration-tools": "^1.3.3",
"@babel/core": "^7.5.4",
"@babel/plugin-proposal-class-properties": "^7.5.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",