Skip to content

Commit af6e949

Browse files
committed
v2.1.15
1 parent d27c15f commit af6e949

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "2.1.14",
6+
"version": "2.1.15",
77
"npmClient": "yarn",
88
"useWorkspaces": true
99
}

packages/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codesandbox",
3-
"version": "2.1.14",
3+
"version": "2.1.15",
44
"description": "The CLI used for communicating with CodeSandbox",
55
"main": "lib/index.js",
66
"bin": {
@@ -27,8 +27,8 @@
2727
"dependencies": {
2828
"axios": "^0.18.1",
2929
"chalk": "^2.4.1",
30-
"codesandbox-import-util-types": "^2.1.9",
31-
"codesandbox-import-utils": "^2.1.14",
30+
"codesandbox-import-util-types": "^2.1.15",
31+
"codesandbox-import-utils": "^2.1.15",
3232
"commander": "^2.9.0",
3333
"datauri": "^1.1.0",
3434
"filesize": "^3.6.1",

packages/git-extractor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "git-converter",
3-
"version": "2.1.13",
3+
"version": "2.1.15",
44
"description": "",
55
"main": "index.js",
66
"private": true,

packages/import-utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codesandbox-import-utils",
3-
"version": "2.1.14",
3+
"version": "2.1.15",
44
"main": "lib/index.js",
55
"files": [
66
"lib/**"
@@ -15,7 +15,7 @@
1515
"rimraf": "^2.6.2"
1616
},
1717
"dependencies": {
18-
"codesandbox-import-util-types": "^2.1.9",
18+
"codesandbox-import-util-types": "^2.1.15",
1919
"istextorbinary": "^2.2.1",
2020
"lz-string": "^1.4.4"
2121
},

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "codesandbox-import-util-types",
3-
"version": "2.1.9",
3+
"version": "2.1.15",
44
"gitHead": "3cdcdea389d39f2a92be73dcb73496f68c8ada41"
55
}

0 commit comments

Comments
 (0)