@modern-js/upgrade 2.7.0 → 2.8.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -19,8 +19,8 @@ Please follow [Quick Start](https://modernjs.dev/en/guides/get-started/quick-sta
19
19
 
20
20
  ## Contributing
21
21
 
22
- Please read the [Contributing Guide](https://github.com/modern-js-dev/modern.js/blob/main/CONTRIBUTING.md).
22
+ Please read the [Contributing Guide](https://github.com/web-infra-dev/modern.js/blob/main/CONTRIBUTING.md).
23
23
 
24
24
  ## License
25
25
 
26
- Modern.js is [MIT licensed](https://github.com/modern-js-dev/modern.js/blob/main/LICENSE).
26
+ Modern.js is [MIT licensed](https://github.com/web-infra-dev/modern.js/blob/main/LICENSE).
package/package.json CHANGED
@@ -2,8 +2,8 @@
2
2
  "name": "@modern-js/upgrade",
3
3
  "description": "A Progressive React Framework for modern web development.",
4
4
  "homepage": "https://modernjs.dev",
5
- "bugs": "https://github.com/modern-js-dev/modern.js/issues",
6
- "repository": "modern-js-dev/modern.js",
5
+ "bugs": "https://github.com/web-infra-dev/modern.js/issues",
6
+ "repository": "web-infra-dev/modern.js",
7
7
  "license": "MIT",
8
8
  "keywords": [
9
9
  "react",
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "2.7.0",
14
+ "version": "2.8.0",
15
15
  "jsnext:source": "./src/index.ts",
16
16
  "types": "./dist/index.d.ts",
17
17
  "main": "./dist/index.js",
@@ -33,9 +33,9 @@
33
33
  }
34
34
  },
35
35
  "dependencies": {
36
- "@modern-js/codesmith": "2.0.4",
37
- "@modern-js/plugin-i18n": "2.7.0",
38
- "@modern-js/utils": "2.7.0"
36
+ "@modern-js/codesmith": "2.0.5",
37
+ "@modern-js/plugin-i18n": "2.8.0",
38
+ "@modern-js/utils": "2.8.0"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@babel/runtime": "^7.18.0",
@@ -44,9 +44,9 @@
44
44
  "jest": "^27",
45
45
  "ts-node": "^10.1.0",
46
46
  "typescript": "^4",
47
- "@modern-js/upgrade-generator": "3.0.9",
48
- "@scripts/jest-config": "2.7.0",
49
- "@scripts/build": "2.7.0"
47
+ "@modern-js/upgrade-generator": "3.0.10",
48
+ "@scripts/jest-config": "2.8.0",
49
+ "@scripts/build": "2.8.0"
50
50
  },
51
51
  "sideEffects": false,
52
52
  "publishConfig": {