@modern-js/upgrade 2.15.0 → 2.17.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +11 -7
package/package.json CHANGED
@@ -3,7 +3,11 @@
3
3
  "description": "A Progressive React Framework for modern web development.",
4
4
  "homepage": "https://modernjs.dev",
5
5
  "bugs": "https://github.com/web-infra-dev/modern.js/issues",
6
- "repository": "web-infra-dev/modern.js",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/web-infra-dev/modern.js",
9
+ "directory": "packages/toolkit/upgrade"
10
+ },
7
11
  "license": "MIT",
8
12
  "keywords": [
9
13
  "react",
@@ -11,7 +15,7 @@
11
15
  "modern",
12
16
  "modern.js"
13
17
  ],
14
- "version": "2.15.0",
18
+ "version": "2.17.0",
15
19
  "jsnext:source": "./src/index.ts",
16
20
  "types": "./dist/index.d.ts",
17
21
  "main": "./dist/index.js",
@@ -34,8 +38,8 @@
34
38
  },
35
39
  "dependencies": {
36
40
  "@modern-js/codesmith": "2.1.0",
37
- "@modern-js/plugin-i18n": "2.15.0",
38
- "@modern-js/utils": "2.15.0"
41
+ "@modern-js/plugin-i18n": "2.17.0",
42
+ "@modern-js/utils": "2.17.0"
39
43
  },
40
44
  "devDependencies": {
41
45
  "@babel/runtime": "^7.18.0",
@@ -44,9 +48,9 @@
44
48
  "jest": "^29",
45
49
  "ts-node": "^10.1.0",
46
50
  "typescript": "^4",
47
- "@modern-js/upgrade-generator": "3.1.9",
48
- "@scripts/build": "2.15.0",
49
- "@scripts/jest-config": "2.15.0"
51
+ "@modern-js/upgrade-generator": "3.1.11",
52
+ "@scripts/build": "2.17.0",
53
+ "@scripts/jest-config": "2.17.0"
50
54
  },
51
55
  "sideEffects": false,
52
56
  "publishConfig": {