We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67fbc09 commit 8994da6Copy full SHA for 8994da6
frameworks/non-keyed/literaljs/package.json
@@ -20,15 +20,15 @@
20
"author": "Michael Farrell",
21
"license": "MIT",
22
"dependencies": {
23
- "@babel/runtime": "^7.4.3",
24
- "literaljs": "^5.2.0"
+ "@babel/runtime": "7.4.3",
+ "literaljs": "5.2.0"
25
},
26
"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"
+ "@babel/core": "7.4.3",
+ "@babel/plugin-transform-react-jsx": "7.3.0",
+ "@babel/plugin-transform-runtime": "7.4.3",
+ "cross-env": "5.2.0",
+ "node-sass": "4.11.0",
+ "parcel-bundler": "1.12.3"
33
}
34
0 commit comments