mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Skelets dependencies updates
This commit is contained in:
@@ -9,11 +9,11 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@apollo/client": "^3.1.5",
|
||||
"@babel/runtime": "^7.11.2",
|
||||
"@babel/runtime": "^7.13.17",
|
||||
"apollo-boost": "^0.4.9",
|
||||
"apollo-server-express": "^2.17.0",
|
||||
"graphql": "^15.3.0",
|
||||
"meteor-node-stubs": "^1.0.1",
|
||||
"meteor-node-stubs": "^1.0.3",
|
||||
"react": "^16.13.1",
|
||||
"react-dom": "^16.13.1"
|
||||
},
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"start": "meteor run"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.11.2",
|
||||
"meteor-node-stubs": "^1.0.1"
|
||||
"@babel/runtime": "^7.13.17",
|
||||
"meteor-node-stubs": "^1.0.3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,9 +8,9 @@
|
||||
"visualize": "meteor --production --extra-packages bundle-visualizer"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.11.2",
|
||||
"jquery": "^3.5.1",
|
||||
"meteor-node-stubs": "^1.0.1"
|
||||
"@babel/runtime": "^7.13.17",
|
||||
"jquery": "^3.6.0",
|
||||
"meteor-node-stubs": "^1.0.3"
|
||||
},
|
||||
"meteor": {
|
||||
"mainModule": {
|
||||
|
||||
@@ -6,9 +6,9 @@
|
||||
"test": "meteor test --once --driver-package meteortesting:mocha"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.11.2",
|
||||
"jquery": "^3.5.1",
|
||||
"meteor-node-stubs": "^1.0.1"
|
||||
"@babel/runtime": "^7.13.17",
|
||||
"jquery": "^3.6.0",
|
||||
"meteor-node-stubs": "^1.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"chai": "^4.2.0"
|
||||
|
||||
@@ -8,8 +8,8 @@
|
||||
"visualize": "meteor --production --extra-packages bundle-visualizer"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.11.2",
|
||||
"meteor-node-stubs": "^1.0.1"
|
||||
"@babel/runtime": "^7.13.17",
|
||||
"meteor-node-stubs": "^1.0.3"
|
||||
},
|
||||
"meteor": {
|
||||
"mainModule": {
|
||||
|
||||
@@ -8,10 +8,10 @@
|
||||
"visualize": "meteor --production --extra-packages bundle-visualizer"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.11.2",
|
||||
"meteor-node-stubs": "^1.0.1",
|
||||
"react": "^16.13.1",
|
||||
"react-dom": "^16.13.1"
|
||||
"@babel/runtime": "^7.13.17",
|
||||
"meteor-node-stubs": "^1.0.3",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2"
|
||||
},
|
||||
"meteor": {
|
||||
"mainModule": {
|
||||
|
||||
@@ -8,17 +8,17 @@
|
||||
"visualize": "meteor --production --extra-packages bundle-visualizer"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.11.2",
|
||||
"meteor-node-stubs": "^1.0.1",
|
||||
"react": "^16.13.1",
|
||||
"react-dom": "^16.13.1"
|
||||
"@babel/runtime": "^7.13.17",
|
||||
"meteor-node-stubs": "^1.0.3",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/meteor": "^1.4.49",
|
||||
"@types/mocha": "^8.0.3",
|
||||
"@types/react": "^16.9.49",
|
||||
"@types/react-dom": "^16.9.8",
|
||||
"typescript": "^4.2.2"
|
||||
"@types/react": "^17.0.3",
|
||||
"@types/react-dom": "^17.0.3",
|
||||
"typescript": "^4.2.4"
|
||||
},
|
||||
"meteor": {
|
||||
"mainModule": {
|
||||
|
||||
@@ -8,8 +8,8 @@
|
||||
"visualize": "meteor --production --extra-packages bundle-visualizer"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.11.2",
|
||||
"meteor-node-stubs": "^1.0.1",
|
||||
"@babel/runtime": "^7.13.17",
|
||||
"meteor-node-stubs": "^1.0.3",
|
||||
"vue": "^2.6.12",
|
||||
"vue-meteor-tracker": "^2.0.0-beta.5"
|
||||
},
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
"start": "meteor run"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.5.0",
|
||||
"meteor-node-stubs": "^1.0.1",
|
||||
"@babel/runtime": "^7.13.17",
|
||||
"meteor-node-stubs": "^1.0.3",
|
||||
"puppeteer": "^2.1.1"
|
||||
},
|
||||
"meteor": {
|
||||
|
||||
@@ -8,8 +8,8 @@
|
||||
"visualize": "meteor --production --extra-packages bundle-visualizer"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.5.5",
|
||||
"meteor-node-stubs": "^1.0.1"
|
||||
"@babel/runtime": "^7.13.17",
|
||||
"meteor-node-stubs": "^1.0.3"
|
||||
},
|
||||
"meteor": {
|
||||
"mainModule": {
|
||||
|
||||
@@ -8,9 +8,9 @@
|
||||
"visualize": "meteor --production --extra-packages bundle-visualizer"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.7.4",
|
||||
"jquery": "^3.5.1",
|
||||
"meteor-node-stubs": "^1.0.1"
|
||||
"@babel/runtime": "^7.13.17",
|
||||
"jquery": "^3.6.0",
|
||||
"meteor-node-stubs": "^1.0.3"
|
||||
},
|
||||
"meteor": {
|
||||
"mainModule": "code.js"
|
||||
|
||||
@@ -6,16 +6,16 @@
|
||||
"test": "TEST_BROWSER_DRIVER=puppeteer meteor test --full-app --driver-package meteortesting:mocha"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.9.2",
|
||||
"acorn": "^7.1.1",
|
||||
"@babel/runtime": "^7.13.17",
|
||||
"acorn": "^7.4.1",
|
||||
"arson": "^0.2.6",
|
||||
"jquery": "^3.5.1",
|
||||
"meteor-node-stubs": "^1.0.1",
|
||||
"moment": "^2.24.0",
|
||||
"jquery": "^3.6.0",
|
||||
"meteor-node-stubs": "^1.0.3",
|
||||
"moment": "^2.29.1",
|
||||
"optimism": "^0.11.5",
|
||||
"private": "^0.1.8",
|
||||
"puppeteer": "^2.1.1",
|
||||
"react": "^16.13.1",
|
||||
"react": "^17.0.2",
|
||||
"regenerator-runtime": "^0.13.5",
|
||||
"uuid": "^7.0.2"
|
||||
}
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
"test": "TEST_BROWSER_DRIVER=puppeteer meteor test --once --full-app --driver-package meteortesting:mocha"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.5.0",
|
||||
"meteor-node-stubs": "^1.0.1",
|
||||
"@babel/runtime": "^7.13.17",
|
||||
"meteor-node-stubs": "^1.0.3",
|
||||
"puppeteer": "^2.1.1"
|
||||
},
|
||||
"meteor": {
|
||||
|
||||
@@ -8,9 +8,9 @@
|
||||
"visualize": "meteor --production --extra-packages bundle-visualizer"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.5.0",
|
||||
"@babel/runtime": "^7.13.17",
|
||||
"config": "file:../config-package",
|
||||
"meteor-node-stubs": "^1.0.1"
|
||||
"meteor-node-stubs": "^1.0.3"
|
||||
},
|
||||
"meteor": {
|
||||
"mainModule": {
|
||||
|
||||
@@ -8,9 +8,9 @@
|
||||
"visualize": "meteor --production --extra-packages bundle-visualizer"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.5.0",
|
||||
"@babel/runtime": "^7.13.17",
|
||||
"external-package": "file:../external-package",
|
||||
"meteor-node-stubs": "^1.0.1"
|
||||
"meteor-node-stubs": "^1.0.3"
|
||||
},
|
||||
"meteor": {
|
||||
"mainModule": {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"start": "meteor run"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.5.0",
|
||||
"meteor-node-stubs": "^1.0.1"
|
||||
"@babel/runtime": "^7.13.17",
|
||||
"meteor-node-stubs": "^1.0.3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,6 +5,6 @@
|
||||
"start": "meteor run"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.5.0"
|
||||
"@babel/runtime": "^7.13.17"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"start": "meteor run"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.5.0",
|
||||
"meteor-node-stubs": "^1.0.1"
|
||||
"@babel/runtime": "^7.13.17",
|
||||
"meteor-node-stubs": "^1.0.3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,8 +8,8 @@
|
||||
"visualize": "meteor --production --extra-packages bundle-visualizer"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.5.0",
|
||||
"meteor-node-stubs": "^1.0.1"
|
||||
"@babel/runtime": "^7.13.17",
|
||||
"meteor-node-stubs": "^1.0.3"
|
||||
},
|
||||
"meteor": {
|
||||
"mainModule": false,
|
||||
|
||||
Reference in New Issue
Block a user