Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
- markivancho
- mcansh
- mfijas
- MichaelDeBoey
- minami-minami
- morleytatro
- noisypigeon
Expand Down
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,34 @@
{
"private": true,
"workspaces": {
"packages": [
"packages/react-router",
"packages/react-router-dom",
"packages/react-router-native",
"packages/router"
],
"nohoist": [
"**/react-native",
"**/react-native/**"
]
},
"scripts": {
"build": "rollup -c && tsc -b",
"clean": "git clean -fdX .",
"lint": "eslint --cache .",
"format": "prettier --ignore-path .eslintignore --write .",
"format:check": "prettier --ignore-path .eslintignore --check .",
"lint": "eslint --cache .",
"publish": "node ./scripts/publish.js",
"size": "filesize",
"test": "jest",
"version": "node ./scripts/version.js",
"watch": "rollup -c -w"
},
"jest": {
"projects": [
"<rootDir>/packages/*"
]
},
"dependencies": {
"@ampproject/filesize": "^4.3.0",
"@ampproject/rollup-plugin-closure-compiler": "^0.26.0",
Expand Down Expand Up @@ -64,23 +81,6 @@
"ts-jest": "^26.5.6",
"typescript": "^4.3.5"
},
"workspaces": {
"packages": [
"packages/react-router",
"packages/react-router-dom",
"packages/react-router-native",
"packages/router"
],
"nohoist": [
"**/react-native",
"**/react-native/**"
]
},
"jest": {
"projects": [
"<rootDir>/packages/*"
]
},
"filesize": {
"build/node_modules/@remix-run/router/router.production.min.js": {
"none": "21 kB"
Expand Down
26 changes: 13 additions & 13 deletions packages/react-router-dom-v5-compat/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,27 @@
{
"name": "react-router-dom-v5-compat",
"version": "6.4.0-pre.2",
"author": "Remix Software <hello@remix.run>",
"description": "Migration path to React Router v6 from v4/5",
"keywords": [
"react",
"router",
"route",
"routing",
"history",
"link"
],
"repository": {
"type": "git",
"url": "https://github.com/remix-run/react-router.git",
"url": "https://github.com/remix-run/react-router",
"directory": "packages/react-router-dom-v5-compat"
},
"license": "MIT",
"author": "Remix Software <hello@remix.run>",
"sideEffects": false,
"main": "./main.js",
"unpkg": "./umd/react-router.production.min.js",
"module": "./index.js",
"types": "./index.d.ts",
"unpkg": "./umd/react-router.production.min.js",
"dependencies": {
"history": "^5.3.0",
"react-router": "6.4.0-pre.2"
Expand All @@ -21,14 +30,5 @@
"react": ">=16.8",
"react-dom": ">=16.8",
"react-router-dom": "4 || 5"
},
"sideEffects": false,
"keywords": [
"react",
"router",
"route",
"routing",
"history",
"link"
]
}
}
26 changes: 13 additions & 13 deletions packages/react-router-dom/package.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
{
"name": "react-router-dom",
"version": "6.4.0-pre.2",
"author": "Remix Software <hello@remix.run>",
"description": "Declarative routing for React web applications",
"keywords": [
"react",
"router",
"route",
"routing",
"history",
"link"
],
"repository": {
"type": "git",
"url": "https://github.com/remix-run/react-router.git",
"url": "https://github.com/remix-run/react-router",
"directory": "packages/react-router-dom"
},
"license": "MIT",
"author": "Remix Software <hello@remix.run>",
"sideEffects": false,
"main": "./main.js",
"unpkg": "./umd/react-router-dom.production.min.js",
"module": "./index.js",
"types": "./index.d.ts",
"unpkg": "./umd/react-router-dom.production.min.js",
"dependencies": {
"react-router": "6.4.0-pre.2"
},
"peerDependencies": {
"react": ">=16.8",
"react-dom": ">=16.8"
},
"sideEffects": false,
"keywords": [
"react",
"router",
"route",
"routing",
"history",
"link"
]
}
}
30 changes: 15 additions & 15 deletions packages/react-router-native/package.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
{
"name": "react-router-native",
"version": "6.4.0-pre.2",
"author": "Remix Software <hello@remix.run>",
"description": "Declarative routing for React Native applications",
"keywords": [
"react",
"router",
"route",
"routing",
"history",
"link"
],
"repository": {
"type": "git",
"url": "https://github.com/remix-run/react-router.git",
"url": "https://github.com/remix-run/react-router",
"directory": "packages/react-router-native"
},
"license": "MIT",
"author": "Remix Software <hello@remix.run>",
"sideEffects": false,
"main": "./index.js",
"types": "./index.d.ts",
"dependencies": {
"@ungap/url-search-params": "^0.1.4",
"react-router": "6.4.0-pre.2"
},
"peerDependencies": {
"react": ">=16.8",
"react-native": ">=0.44"
},
"devDependencies": {
"react-native": "^0.61.4"
},
"sideEffects": false,
"keywords": [
"react",
"router",
"route",
"routing",
"history",
"link"
]
"peerDependencies": {
"react": ">=16.8",
"react-native": ">=0.44"
}
}
30 changes: 15 additions & 15 deletions packages/react-router/package.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
{
"name": "react-router",
"version": "6.4.0-pre.2",
"author": "Remix Software <hello@remix.run>",
"description": "Declarative routing for React",
"keywords": [
"react",
"router",
"route",
"routing",
"history",
"link"
],
"repository": {
"type": "git",
"url": "https://github.com/remix-run/react-router.git",
"url": "https://github.com/remix-run/react-router",
"directory": "packages/react-router"
},
"license": "MIT",
"author": "Remix Software <hello@remix.run>",
"sideEffects": false,
"main": "./main.js",
"unpkg": "./umd/react-router.production.min.js",
"module": "./index.js",
"types": "./index.d.ts",
"unpkg": "./umd/react-router.production.min.js",
"peerDependencies": {
"react": ">=16.8"
},
"dependencies": {
"@remix-run/router": "0.1.0"
},
"sideEffects": false,
"keywords": [
"react",
"router",
"route",
"routing",
"history",
"link"
]
"peerDependencies": {
"react": ">=16.8"
}
}
20 changes: 10 additions & 10 deletions packages/router/package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"name": "@remix-run/router",
"version": "0.1.0",
"author": "Remix Software <hello@remix.run>",
"description": "Nested/Data-driven/Framework-agnostic Routing",
"keywords": [
"remix",
"router",
"location"
],
"repository": {
"type": "git",
"url": "https://github.com/remix-run/react-router.git",
"url": "https://github.com/remix-run/react-router",
"directory": "packages/router"
},
"license": "MIT",
"author": "Remix Software <hello@remix.run>",
"sideEffects": false,
"main": "./main.js",
"module": "./index.js",
"types": "./index.d.ts",
"unpkg": "./umd/router.production.min.js",
"sideEffects": false,
"keywords": [
"remix",
"router",
"location"
]
"module": "./index.js",
"types": "./index.d.ts"
}