1
0
mirror of synced 2025-12-19 18:11:23 -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": { "devDependencies": {
"@types/react": "16.9.34", "@types/react": "16.9.34",
"cypress": "^4.4.1", "cypress": "4.4.1",
"eslint-plugin-cypress": "2.10.3", "eslint-plugin-cypress": "2.10.3",
"start-server-and-test": "1.11.0" "start-server-and-test": "1.11.0"
} }

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

875
yarn.lock

File diff suppressed because it is too large Load Diff