Skip to content

Commit 8994da6

Browse files
committed
lock literaljs versions
1 parent 67fbc09 commit 8994da6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

frameworks/non-keyed/literaljs/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
"author": "Michael Farrell",
2121
"license": "MIT",
2222
"dependencies": {
23-
"@babel/runtime": "^7.4.3",
24-
"literaljs": "^5.2.0"
23+
"@babel/runtime": "7.4.3",
24+
"literaljs": "5.2.0"
2525
},
2626
"devDependencies": {
27-
"@babel/core": "^7.4.3",
28-
"@babel/plugin-transform-react-jsx": "^7.3.0",
29-
"@babel/plugin-transform-runtime": "^7.4.3",
30-
"cross-env": "^5.2.0",
31-
"node-sass": "^4.11.0",
32-
"parcel-bundler": "^1.12.3"
27+
"@babel/core": "7.4.3",
28+
"@babel/plugin-transform-react-jsx": "7.3.0",
29+
"@babel/plugin-transform-runtime": "7.4.3",
30+
"cross-env": "5.2.0",
31+
"node-sass": "4.11.0",
32+
"parcel-bundler": "1.12.3"
3333
}
3434
}

0 commit comments

Comments
 (0)