upcoming.js 1.0.0 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "upcoming.js",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "main": "index.js",
5
5
  "type": "module",
6
6
  "exports": {
@@ -30,13 +30,13 @@
30
30
  "author": "Amir.Mahdi Sultani",
31
31
  "license": "MIT",
32
32
  "description": "a plugin package for react vite for adding the file and folder based routing feature based according to nextjs",
33
+ "dependencies": {
34
+ "react-router": "^7.13.1",
35
+ "chalk": "^5.6.2"
36
+ },
33
37
  "peerDependencies": {
34
38
  "react": ">=18",
35
39
  "react-dom": ">=18",
36
- "react-router": "^7.13.1",
37
40
  "vite": ">=4"
38
- },
39
- "dependencies": {
40
- "chalk": "^5.6.2"
41
41
  }
42
42
  }