1
0
mirror of synced 2025-12-19 09:57:57 -05:00

Change all dependency versions to be pinned (#500)

(meta)
This commit is contained in:
Brandon Bayer
2020-05-12 22:11:27 +07:00
committed by GitHub
parent d51b92bbec
commit 96b12eabe3
10 changed files with 616 additions and 568 deletions

2
.npmrc
View File

@@ -1 +1 @@
save-exact=false
save-exact=true

View File

@@ -21,7 +21,7 @@
},
"devDependencies": {
"@types/react": "16.9.34",
"cypress": "^4.4.1",
"cypress": "4.4.1",
"eslint-plugin-cypress": "2.10.3",
"start-server-and-test": "1.11.0"
}

View File

@@ -12,7 +12,6 @@
]
},
"engines": {
"yarn": "^1.19.1",
"node": ">= 10.13.0"
},
"scripts": {
@@ -34,71 +33,71 @@
"danger:push-all": "git push --no-verify && git push --no-verify --tags"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.5.0",
"@testing-library/react": "^10.0.3",
"@types/cross-spawn": "^6.0.1",
"@types/debug": "^4.1.5",
"@types/diff": "^4.0.2",
"@types/flush-write-stream": "^1.0.0",
"@types/from2": "^2.3.0",
"@types/fs-extra": "^8.1.0",
"@types/fs-readdir-recursive": "^1.0.0",
"@types/gulp-if": "^0.0.33",
"@types/jest": "^25.1.3",
"@types/lodash": "^4.14.150",
"@types/mem-fs": "^1.1.2",
"@types/mem-fs-editor": "^5.1.1",
"@types/merge-stream": "^1.1.2",
"@types/mock-fs": "^4.10.0",
"@types/node": "^13.13.2",
"@types/node-fetch": "^2.5.7",
"@types/parallel-transform": "^1.1.0",
"@types/path-is-absolute": "^1.0.0",
"@types/prettier": "^2.0.0",
"@types/pump": "^1.1.0",
"@types/pumpify": "^1.4.1",
"@types/react": "^16.9.34",
"@types/readable-stream": "^2.3.5",
"@types/test-listen": "^1.1.0",
"@types/through2": "^2.0.34",
"@types/vinyl": "^2.0.4",
"@types/vinyl-fs": "^2.4.11",
"@wessberg/cjs-to-esm-transformer": "^0.0.19",
"@wessberg/rollup-plugin-ts": "^1.2.24",
"cpy-cli": "^3.1.0",
"cross-env": "^7.0.0",
"debug": "^4.1.1",
"directory-tree": "^2.2.4",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-unicorn": "^19.0.1",
"husky": "^4.2.3",
"isomorphic-unfetch": "^3.0.0",
"@testing-library/jest-dom": "5.5.0",
"@testing-library/react": "10.0.3",
"@types/cross-spawn": "6.0.1",
"@types/debug": "4.1.5",
"@types/diff": "4.0.2",
"@types/flush-write-stream": "1.0.0",
"@types/from2": "2.3.0",
"@types/fs-extra": "8.1.0",
"@types/fs-readdir-recursive": "1.0.0",
"@types/gulp-if": "0.0.33",
"@types/jest": "25.1.3",
"@types/lodash": "4.14.150",
"@types/mem-fs": "1.1.2",
"@types/mem-fs-editor": "5.1.1",
"@types/merge-stream": "1.1.2",
"@types/mock-fs": "4.10.0",
"@types/node": "13.13.2",
"@types/node-fetch": "2.5.7",
"@types/parallel-transform": "1.1.0",
"@types/path-is-absolute": "1.0.0",
"@types/prettier": "2.0.0",
"@types/pump": "1.1.0",
"@types/pumpify": "1.4.1",
"@types/react": "16.9.34",
"@types/readable-stream": "2.3.5",
"@types/test-listen": "1.1.0",
"@types/through2": "2.0.34",
"@types/vinyl": "2.0.4",
"@types/vinyl-fs": "2.4.11",
"@wessberg/cjs-to-esm-transformer": "0.0.19",
"@wessberg/rollup-plugin-ts": "1.2.24",
"cpy-cli": "3.1.0",
"cross-env": "7.0.0",
"debug": "4.1.1",
"directory-tree": "2.2.4",
"eslint-plugin-prettier": "3.1.3",
"eslint-plugin-unicorn": "19.0.1",
"husky": "4.2.5",
"isomorphic-unfetch": "3.0.0",
"jest": "24.9.0",
"lerna": "^3.20.2",
"lint-staged": "^10.0.8",
"mock-fs": "^4.12.0",
"lerna": "3.20.2",
"lint-staged": "10.0.8",
"mock-fs": "4.12.0",
"next": "9.3.7-canary.10",
"npm-run-all": "^4.1.5",
"patch-package": "^6.2.2",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.0.4",
"pretty-quick": "^2.0.1",
"prompt": "^1.0.0",
"release": "^6.1.0",
"rimraf": "^3.0.2",
"rollup": "^2.7.2",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-polyfills": "^0.2.1",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-peer-deps-external": "^2.2.2",
"semver": "^7.3.2",
"test-listen": "^1.1.0",
"npm-run-all": "4.1.5",
"patch-package": "6.2.2",
"postinstall-postinstall": "2.1.0",
"prettier": "2.0.4",
"pretty-quick": "2.0.1",
"prompt": "1.0.0",
"release": "6.1.0",
"rimraf": "3.0.2",
"rollup": "2.7.2",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-json": "4.0.0",
"rollup-plugin-node-polyfills": "0.2.1",
"rollup-plugin-node-resolve": "5.2.0",
"rollup-plugin-peer-deps-external": "2.2.2",
"semver": "7.3.2",
"test-listen": "1.1.0",
"ts-jest": "24.3.0",
"tsdx": "^0.13.1",
"tslib": "^1.11.1",
"typescript": "^3.8.3",
"wait-on": "^4.0.2"
"tsdx": "0.13.1",
"tslib": "1.11.1",
"typescript": "3.8.3",
"wait-on": "4.0.2"
},
"husky": {
"hooks": {

View File

@@ -44,17 +44,17 @@
"@blitzjs/core": "0.9.1",
"@blitzjs/generator": "0.9.1",
"@blitzjs/server": "0.9.1",
"os-name": "^3.1.0",
"pkg-dir": "^4.2.0",
"resolve-from": "^5.0.0",
"resolve-global": "^1.0.0"
"os-name": "3.1.0",
"pkg-dir": "4.2.0",
"resolve-from": "5.0.0",
"resolve-global": "1.0.0"
},
"devDependencies": {
"@types/jest": "^25.1.3",
"@types/node": "^13.13.2",
"cross-env": "^7.0.0",
"husky": "^4.2.3",
"lint-staged": "^10.0.8",
"@types/jest": "25.1.3",
"@types/node": "13.13.2",
"cross-env": "7.0.0",
"husky": "4.2.3",
"lint-staged": "10.0.8",
"ts-jest": "24.3.0"
},
"keywords": [

View File

@@ -27,39 +27,39 @@
"/lib"
],
"dependencies": {
"@oclif/command": "^1.5.20",
"@oclif/config": "^1.15.1",
"@oclif/plugin-help": "^2.2.3",
"@oclif/plugin-not-found": "^1.2.3",
"camelcase": "^6.0.0",
"chalk": "^4.0.0",
"chokidar": "^3.3.1",
"cross-spawn": "^7.0.2",
"dotenv": "^8.2.0",
"enquirer": "^2.3.4",
"globby": "^11.0.0",
"got": "^11.1.3",
"has-yarn": "^2.1.0",
"hasbin": "^1.2.3",
"minimist": "^1.2.5",
"pkg-dir": "^4.2.0",
"pluralize": "^8.0.0",
"rimraf": "^3.0.2",
"tar": "^6.0.2",
"ts-node": "^8.9.0",
"@oclif/command": "1.5.20",
"@oclif/config": "1.15.1",
"@oclif/plugin-help": "2.2.3",
"@oclif/plugin-not-found": "1.2.3",
"camelcase": "6.0.0",
"chalk": "4.0.0",
"chokidar": "3.3.1",
"cross-spawn": "7.0.2",
"dotenv": "8.2.0",
"enquirer": "2.3.4",
"globby": "11.0.0",
"got": "11.1.3",
"has-yarn": "2.1.0",
"hasbin": "1.2.3",
"minimist": "1.2.5",
"pkg-dir": "4.2.0",
"pluralize": "8.0.0",
"rimraf": "3.0.2",
"tar": "6.0.2",
"ts-node": "8.9.0",
"tsconfig-paths": "3.9.0"
},
"devDependencies": {
"@blitzjs/generator": "0.9.1",
"@blitzjs/installer": "0.9.1",
"@blitzjs/server": "0.9.1",
"@oclif/dev-cli": "^1.22.2",
"@oclif/test": "^1.2.5",
"@oclif/dev-cli": "1.22.2",
"@oclif/test": "1.2.5",
"@prisma/cli": "2.0.0-beta.3",
"@rollup/pluginutils": "^3.0.8",
"@types/pluralize": "^0.0.29",
"@types/rimraf": "^3.0.0",
"@types/tar": "^4.0.3",
"@rollup/pluginutils": "3.0.8",
"@types/pluralize": "0.0.29",
"@types/rimraf": "3.0.0",
"@types/tar": "4.0.3",
"nock": "13.0.0-beta.3"
},
"oclif": {

View File

@@ -44,13 +44,13 @@
"url": "https://github.com/blitz-js/blitz"
},
"dependencies": {
"@types/serialize-error": "^4.0.1",
"pretty-ms": "^6.0.1",
"@types/serialize-error": "4.0.1",
"pretty-ms": "6.0.1",
"react-query": "1.3.3",
"serialize-error": "^6.0.0"
"serialize-error": "6.0.0"
},
"devDependencies": {
"@rollup/pluginutils": "^3.0.8"
"@rollup/pluginutils": "3.0.8"
},
"gitHead": "2461caa685c949d130272db8ed9ca4dd3cbe40a8"
}

View File

@@ -40,19 +40,19 @@
"url": "git+https://github.com/blitz-js/blitz.git"
},
"dependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-transform-typescript": "^7.9.4",
"chalk": "^4.0.0",
"cross-spawn": "^7.0.2",
"diff": "^4.0.2",
"enquirer": "^2.3.5",
"fs-extra": "^9.0.0",
"fs-readdir-recursive": "^1.1.0",
"mem-fs": "^1.1.3",
"mem-fs-editor": "^6.0.0",
"node-fetch": "^2.6.0",
"username": "^5.1.0",
"vinyl": "^2.2.0"
"@babel/core": "7.9.0",
"@babel/plugin-transform-typescript": "7.9.4",
"chalk": "4.0.0",
"cross-spawn": "7.0.2",
"diff": "4.0.2",
"enquirer": "2.3.5",
"fs-extra": "9.0.0",
"fs-readdir-recursive": "1.1.0",
"mem-fs": "1.1.3",
"mem-fs-editor": "6.0.0",
"node-fetch": "2.6.0",
"username": "5.1.0",
"vinyl": "2.2.0"
},
"devDependencies": {
"@blitzjs/server": "0.9.1"

View File

@@ -37,20 +37,20 @@
"url": "git+https://github.com/blitz-js/blitz.git"
},
"dependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-transform-typescript": "^7.9.4",
"@babel/core": "7.9.0",
"@babel/plugin-transform-typescript": "7.9.4",
"@blitzjs/generator": "0.9.1",
"@blitzjs/server": "0.9.1",
"ast-types": "^0.13.3",
"cross-spawn": "^7.0.2",
"diff": "^4.0.2",
"enquirer": "^2.3.5",
"fs-extra": "^9.0.0",
"ast-types": "0.13.3",
"cross-spawn": "7.0.2",
"diff": "4.0.2",
"enquirer": "2.3.5",
"fs-extra": "9.0.0",
"globby": "11.0.0",
"recast": "^0.19.1",
"ts-node": "^8.9.1"
"recast": "0.19.1",
"ts-node": "8.9.1"
},
"devDependencies": {
"@types/node": "^13.13.4"
"@types/node": "13.13.4"
}
}

View File

@@ -32,38 +32,38 @@
"module": "dist/webpack.esm.js",
"types": "dist/packages/server/src/index.d.ts",
"dependencies": {
"cross-spawn": "^7.0.2",
"detect-port": "^1.3.0",
"fast-glob": "^3.2.2",
"flush-write-stream": "^2.0.0",
"from2": "^2.3.0",
"gulp-if": "^3.0.0",
"lodash": "^4.17.15",
"merge-stream": "^2.0.0",
"cross-spawn": "7.0.2",
"detect-port": "1.3.0",
"fast-glob": "3.2.2",
"flush-write-stream": "2.0.0",
"from2": "2.3.0",
"gulp-if": "3.0.0",
"lodash": "4.17.15",
"merge-stream": "2.0.0",
"next": "9.3.6",
"next-compose-plugins": "^2.2.0",
"next-transpile-modules": "^3.2.0",
"null-loader": "^4.0.0",
"ora": "^4.0.4",
"parallel-transform": "^1.2.0",
"parse-gitignore": "^1.0.1",
"path-is-absolute": "^2.0.0",
"pirates": "^4.0.1",
"pkg-dir": "^4.2.0",
"pumpify": "^2.0.1",
"readable-stream": "^3.6.0",
"resolve-cwd": "^3.0.0",
"serialize-error": "^6.0.0",
"slash": "^3.0.0",
"through2": "^3.0.1",
"vinyl": "^2.2.0",
"vinyl-file": "^3.0.0",
"vinyl-fs": "^3.0.3"
"next-compose-plugins": "2.2.0",
"next-transpile-modules": "3.2.0",
"null-loader": "4.0.0",
"ora": "4.0.4",
"parallel-transform": "1.2.0",
"parse-gitignore": "1.0.1",
"path-is-absolute": "2.0.0",
"pirates": "4.0.1",
"pkg-dir": "4.2.0",
"pumpify": "2.0.1",
"readable-stream": "3.6.0",
"resolve-cwd": "3.0.0",
"serialize-error": "6.0.0",
"slash": "3.0.0",
"through2": "3.0.1",
"vinyl": "2.2.0",
"vinyl-file": "3.0.0",
"vinyl-fs": "3.0.3"
},
"devDependencies": {
"@blitzjs/core": "0.9.1",
"@rollup/pluginutils": "^3.0.8",
"@types/detect-port": "^1.3.0"
"@rollup/pluginutils": "3.0.8",
"@types/detect-port": "1.3.0"
},
"gitHead": "2461caa685c949d130272db8ed9ca4dd3cbe40a8"
}

875
yarn.lock

File diff suppressed because it is too large Load Diff