parse-dashboard 6.2.1-alpha.1 → 7.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.
package/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
  [![Build Status](https://github.com/parse-community/parse-dashboard/workflows/ci/badge.svg?branch=release)](https://github.com/parse-community/parse-dashboard/actions?query=workflow%3Aci+branch%3Arelease)
7
7
  [![Snyk Badge](https://snyk.io/test/github/parse-community/parse-dashboard/badge.svg)](https://snyk.io/test/github/parse-community/parse-dashboard)
8
8
 
9
- [![Node Version](https://img.shields.io/badge/nodejs-18,_20-green.svg?logo=node.js&style=flat)](https://nodejs.org/)
9
+ [![Node Version](https://img.shields.io/badge/nodejs-18,_20,_22-green.svg?logo=node.js&style=flat)](https://nodejs.org/)
10
10
  [![auto-release](https://img.shields.io/badge/%F0%9F%9A%80-auto--release-9e34eb.svg)](https://github.com/parse-community/parse-dashboard/releases)
11
11
 
12
12
  [![npm latest version](https://img.shields.io/npm/v/parse-dashboard/latest.svg)](https://www.npmjs.com/package/parse-dashboard)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "parse-dashboard",
3
- "version": "6.2.1-alpha.1",
3
+ "version": "7.0.0-alpha.2",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/ParsePlatform/parse-dashboard"
@@ -48,7 +48,7 @@
48
48
  "express": "4.21.2",
49
49
  "graphiql": "2.0.8",
50
50
  "graphql": "16.8.1",
51
- "immutable": "4.1.0",
51
+ "immutable": "5.1.1",
52
52
  "immutable-devtools": "0.1.5",
53
53
  "inquirer": "8.2.4",
54
54
  "js-beautify": "1.14.10",
@@ -76,11 +76,12 @@
76
76
  "devDependencies": {
77
77
  "@actions/core": "1.9.1",
78
78
  "@babel/core": "7.20.12",
79
- "@babel/eslint-parser": "7.19.1",
79
+ "@babel/eslint-parser": "7.26.10",
80
80
  "@babel/plugin-proposal-decorators": "7.20.13",
81
81
  "@babel/plugin-transform-runtime": "7.19.6",
82
- "@babel/preset-env": "7.20.2",
82
+ "@babel/preset-env": "7.26.9",
83
83
  "@babel/preset-react": "7.18.6",
84
+ "@eslint/compat": "1.2.7",
84
85
  "@saithodev/semantic-release-backmerge": "2.1.2",
85
86
  "@semantic-release/changelog": "5.0.1",
86
87
  "@semantic-release/commit-analyzer": "8.0.1",
@@ -92,9 +93,10 @@
92
93
  "all-node-versions": "11.0.1",
93
94
  "babel-loader": "9.1.2",
94
95
  "css-loader": "6.7.3",
95
- "eslint": "8.24.0",
96
- "eslint-plugin-jest": "27.0.4",
97
- "eslint-plugin-react": "7.31.8",
96
+ "eslint": "9.22.0",
97
+ "eslint-plugin-jest": "28.11.0",
98
+ "eslint-plugin-react": "7.37.4",
99
+ "globals": "16.0.0",
98
100
  "http-server": "14.0.0",
99
101
  "husky": "8.0.3",
100
102
  "jest": "29.1.2",
@@ -126,8 +128,8 @@
126
128
  "pig": "http-server ./PIG -p 4041 -s & webpack --config webpack/PIG.config.js --progress --watch",
127
129
  "build": "webpack --node-env=production --config webpack/production.config.js && webpack --config webpack/PIG.config.js",
128
130
  "test": "jest",
129
- "lint": "eslint --ignore-path .gitignore --cache ./",
130
- "lint:fix": "DEBUG=eslint:cli-engine eslint --ignore-path .gitignore --fix --cache ./",
131
+ "lint": "eslint --cache ./",
132
+ "lint:fix": "DEBUG=eslint:cli-engine eslint --fix --cache ./",
131
133
  "prettier": "prettier --write '{src,webpack}/**/*.js'",
132
134
  "generate": "node scripts/generate.js",
133
135
  "prepare": "webpack --config webpack/publish.config.js --progress",
@@ -139,7 +141,7 @@
139
141
  "parse-dashboard": "./bin/parse-dashboard"
140
142
  },
141
143
  "engines": {
142
- "node": ">=18.0.0 <21 || >=22.9.0 <23"
144
+ "node": ">=18.20.4 <19.0.0 || >=20.18.0 <21.0.0 || >=22.12.0 <23.0.0"
143
145
  },
144
146
  "main": "Parse-Dashboard/app.js",
145
147
  "jest": {