parse-dashboard 3.3.0-beta.1 → 4.0.0-alpha.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.
|
@@ -4,6 +4,14 @@ object-assign
|
|
|
4
4
|
@license MIT
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
+
/*!
|
|
8
|
+
* escape-html
|
|
9
|
+
* Copyright(c) 2012-2013 TJ Holowaychuk
|
|
10
|
+
* Copyright(c) 2015 Andreas Lubbe
|
|
11
|
+
* Copyright(c) 2015 Tiancheng "Timothy" Gu
|
|
12
|
+
* MIT Licensed
|
|
13
|
+
*/
|
|
14
|
+
|
|
7
15
|
/**
|
|
8
16
|
* Prism: Lightweight, robust, elegant syntax highlighting
|
|
9
17
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "parse-dashboard",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.0.0-alpha.2",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/ParsePlatform/parse-dashboard"
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"LICENSE"
|
|
36
36
|
],
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@babel/runtime": "7.
|
|
38
|
+
"@babel/runtime": "7.16.3",
|
|
39
39
|
"bcryptjs": "2.3.0",
|
|
40
40
|
"body-parser": "1.19.0",
|
|
41
41
|
"commander": "6.2.1",
|
|
@@ -44,23 +44,23 @@
|
|
|
44
44
|
"copy-to-clipboard": "3.3.1",
|
|
45
45
|
"csurf": "1.11.0",
|
|
46
46
|
"express": "4.17.1",
|
|
47
|
-
"graphiql": "1.
|
|
48
|
-
"graphql": "15.
|
|
47
|
+
"graphiql": "1.5.1",
|
|
48
|
+
"graphql": "15.7.0",
|
|
49
49
|
"history": "4.10.1",
|
|
50
50
|
"immutable": "4.0.0",
|
|
51
51
|
"immutable-devtools": "0.1.5",
|
|
52
52
|
"inquirer": "8.2.0",
|
|
53
53
|
"js-beautify": "1.14.0",
|
|
54
|
-
"otpauth": "7.0.
|
|
54
|
+
"otpauth": "7.0.7",
|
|
55
55
|
"package-json": "7.0.0",
|
|
56
56
|
"parse": "3.3.1",
|
|
57
57
|
"passport": "0.5.0",
|
|
58
58
|
"passport-local": "1.0.0",
|
|
59
59
|
"prismjs": "1.25.0",
|
|
60
60
|
"prop-types": "15.7.2",
|
|
61
|
-
"qrcode": "1.
|
|
61
|
+
"qrcode": "1.5.0",
|
|
62
62
|
"react": "16.14.0",
|
|
63
|
-
"react-ace": "9.
|
|
63
|
+
"react-ace": "9.5.0",
|
|
64
64
|
"react-dnd": "10.0.2",
|
|
65
65
|
"react-dnd-html5-backend": "10.0.2",
|
|
66
66
|
"react-dom": "16.14.0",
|
|
@@ -72,16 +72,16 @@
|
|
|
72
72
|
"react-router-dom": "5.3.0",
|
|
73
73
|
"regenerator-runtime": "0.13.8",
|
|
74
74
|
"semver": "7.3.4",
|
|
75
|
-
"typescript": "4.4.
|
|
75
|
+
"typescript": "4.4.4"
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
78
78
|
"@actions/core": "1.2.6",
|
|
79
|
-
"@babel/core": "7.
|
|
80
|
-
"@babel/plugin-proposal-decorators": "7.
|
|
81
|
-
"@babel/plugin-transform-regenerator": "7.
|
|
82
|
-
"@babel/plugin-transform-runtime": "7.
|
|
83
|
-
"@babel/preset-env": "7.
|
|
84
|
-
"@babel/preset-react": "7.
|
|
79
|
+
"@babel/core": "7.16.0",
|
|
80
|
+
"@babel/plugin-proposal-decorators": "7.16.4",
|
|
81
|
+
"@babel/plugin-transform-regenerator": "7.16.0",
|
|
82
|
+
"@babel/plugin-transform-runtime": "7.16.4",
|
|
83
|
+
"@babel/preset-env": "7.16.4",
|
|
84
|
+
"@babel/preset-react": "7.16.0",
|
|
85
85
|
"@semantic-release/changelog": "5.0.1",
|
|
86
86
|
"@semantic-release/commit-analyzer": "8.0.1",
|
|
87
87
|
"@semantic-release/git": "9.0.0",
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"@semantic-release/release-notes-generator": "9.0.3",
|
|
91
91
|
"all-node-versions": "8.0.0",
|
|
92
92
|
"babel-eslint": "10.1.0",
|
|
93
|
-
"babel-loader": "8.
|
|
93
|
+
"babel-loader": "8.2.3",
|
|
94
94
|
"babel-plugin-transform-object-rest-spread": "6.26.0",
|
|
95
95
|
"core-js": "3.6.5",
|
|
96
96
|
"cross-env": "7.0.2",
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
"style-loader": "1.1.2",
|
|
115
115
|
"svg-prep": "1.0.4",
|
|
116
116
|
"webpack": "5.61.0",
|
|
117
|
-
"webpack-cli": "4.
|
|
117
|
+
"webpack-cli": "4.9.1",
|
|
118
118
|
"yaml": "1.10.0"
|
|
119
119
|
},
|
|
120
120
|
"scripts": {
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
"dev": "node ./Parse-Dashboard/index.js & webpack --config webpack/build.config.js --devtool eval-source-map --progress --watch",
|
|
124
124
|
"dashboard": "node ./Parse-Dashboard/index.js & webpack --config webpack/build.config.js --progress --watch",
|
|
125
125
|
"pig": "http-server ./PIG -p 4041 -s & webpack --config webpack/PIG.config.js --progress --watch",
|
|
126
|
-
"build": "
|
|
126
|
+
"build": "webpack --node-env=production --config webpack/production.config.js && webpack --config webpack/PIG.config.js",
|
|
127
127
|
"test": "jest",
|
|
128
128
|
"lint": "eslint . --ignore-path .gitignore --cache",
|
|
129
129
|
"pretest": "npm run lint",
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
"parse-dashboard": "./bin/parse-dashboard"
|
|
138
138
|
},
|
|
139
139
|
"engines": {
|
|
140
|
-
"node": ">=12.
|
|
140
|
+
"node": ">=12.20.0"
|
|
141
141
|
},
|
|
142
142
|
"main": "Parse-Dashboard/app.js",
|
|
143
143
|
"jest": {
|