Skip to content

Commit 7c97c19

Browse files
committed
Bump babel from 7.23 to 7.25
1 parent d9fb7b4 commit 7c97c19

File tree

22 files changed

+1461
-375
lines changed

22 files changed

+1461
-375
lines changed

Dnn.AdminExperience/ClientSide/AdminLogs.Web/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
"lint": "eslint --fix"
1010
},
1111
"devDependencies": {
12-
"@babel/core": "^7.22.9",
12+
"@babel/core": "^7.25.8",
1313
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
14-
"@babel/plugin-transform-object-assign": "^7.22.5",
15-
"@babel/preset-env": "^7.22.9",
16-
"@babel/preset-react": "^7.22.5",
14+
"@babel/plugin-transform-object-assign": "^7.25.7",
15+
"@babel/preset-env": "^7.25.8",
16+
"@babel/preset-react": "^7.25.7",
1717
"@dnnsoftware/dnn-react-common": "9.13.4",
1818
"array.prototype.find": "2.2.1",
1919
"array.prototype.findindex": "2.2.1",

Dnn.AdminExperience/ClientSide/Bundle.Web/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"lint": "eslint --fix"
1111
},
1212
"devDependencies": {
13-
"@babel/core": "^7.22.9",
13+
"@babel/core": "^7.25.8",
1414
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
15-
"@babel/preset-env": "^7.22.9",
16-
"@babel/preset-react": "^7.22.5",
15+
"@babel/preset-env": "^7.25.8",
16+
"@babel/preset-react": "^7.25.7",
1717
"array.prototype.find": "2.2.1",
1818
"array.prototype.findindex": "2.2.1",
1919
"babel-loader": "^8.3.0",

Dnn.AdminExperience/ClientSide/Dnn.React.Common/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@
4343
"throttle-debounce": "^5.0.0"
4444
},
4545
"devDependencies": {
46-
"@babel/core": "^7.22.9",
46+
"@babel/core": "^7.25.8",
4747
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
48-
"@babel/plugin-transform-object-assign": "^7.22.5",
49-
"@babel/preset-env": "^7.22.9",
50-
"@babel/preset-react": "^7.22.5",
48+
"@babel/plugin-transform-object-assign": "^7.25.7",
49+
"@babel/preset-env": "^7.25.8",
50+
"@babel/preset-react": "^7.25.7",
5151
"@storybook/addon-actions": "^6.5.16",
5252
"@storybook/react": "^5.3.21",
5353
"babel-eslint": "^10.1.0",

Dnn.AdminExperience/ClientSide/Extensions.Web/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"analyze": "set NODE_ENV=production&&webpack --mode production --json | webpack-bundle-size-analyzer"
1010
},
1111
"devDependencies": {
12-
"@babel/core": "^7.22.9",
13-
"@babel/preset-env": "^7.22.9",
14-
"@babel/preset-react": "^7.22.5",
12+
"@babel/core": "^7.25.8",
13+
"@babel/preset-env": "^7.25.8",
14+
"@babel/preset-react": "^7.25.7",
1515
"@dnnsoftware/dnn-react-common": "9.13.4",
1616
"babel-loader": "8.3.0",
1717
"babel-plugin-transform-object-assign": "6.22.0",

Dnn.AdminExperience/ClientSide/Licensing.Web/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"analyze": "set NODE_ENV=production&&webpack --mode production --json | webpack-bundle-size-analyzer"
1010
},
1111
"devDependencies": {
12-
"@babel/core": "^7.22.9",
13-
"@babel/preset-env": "^7.22.9",
14-
"@babel/preset-react": "^7.22.5",
12+
"@babel/core": "^7.25.8",
13+
"@babel/preset-env": "^7.25.8",
14+
"@babel/preset-react": "^7.25.7",
1515
"@dnnsoftware/dnn-react-common": "9.13.4",
1616
"array.prototype.find": "2.2.1",
1717
"array.prototype.findindex": "2.2.1",

Dnn.AdminExperience/ClientSide/Pages.Web/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
"es6-promise": "4.0.5"
2020
},
2121
"devDependencies": {
22-
"@babel/core": "^7.22.9",
22+
"@babel/core": "^7.25.8",
2323
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
24-
"@babel/preset-env": "^7.22.9",
25-
"@babel/preset-react": "^7.22.5",
24+
"@babel/preset-env": "^7.25.8",
25+
"@babel/preset-react": "^7.25.7",
2626
"@dnnsoftware/dnn-react-common": "9.13.4",
2727
"@types/knockout": "^3.4.72",
2828
"@types/redux": "3.6.31",

Dnn.AdminExperience/ClientSide/Prompt.Web/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"lint": "eslint --fix"
1313
},
1414
"devDependencies": {
15-
"@babel/core": "^7.22.9",
16-
"@babel/preset-env": "^7.22.9",
17-
"@babel/preset-react": "^7.22.5",
15+
"@babel/core": "^7.25.8",
16+
"@babel/preset-env": "^7.25.8",
17+
"@babel/preset-react": "^7.25.7",
1818
"@dnnsoftware/dnn-react-common": "9.13.4",
1919
"array.prototype.find": "2.2.1",
2020
"array.prototype.findindex": "2.2.1",

Dnn.AdminExperience/ClientSide/Roles.Web/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"lint": "eslint --fix"
1111
},
1212
"devDependencies": {
13-
"@babel/core": "^7.22.9",
14-
"@babel/preset-env": "^7.22.9",
15-
"@babel/preset-react": "^7.22.5",
13+
"@babel/core": "^7.25.8",
14+
"@babel/preset-env": "^7.25.8",
15+
"@babel/preset-react": "^7.25.7",
1616
"@dnnsoftware/dnn-react-common": "9.13.4",
1717
"array.prototype.find": "^2.2.1",
1818
"array.prototype.findindex": "^2.2.1",

Dnn.AdminExperience/ClientSide/Security.Web/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
"lint": "eslint --fix"
1111
},
1212
"devDependencies": {
13-
"@babel/core": "^7.22.9",
13+
"@babel/core": "^7.25.8",
1414
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
15-
"@babel/plugin-transform-react-jsx": "^7.22.5",
16-
"@babel/preset-env": "^7.22.9",
17-
"@babel/preset-react": "^7.22.5",
15+
"@babel/plugin-transform-react-jsx": "^7.25.7",
16+
"@babel/preset-env": "^7.25.8",
17+
"@babel/preset-react": "^7.25.7",
1818
"@dnnsoftware/dnn-react-common": "9.13.4",
1919
"babel-loader": "8.3.0",
2020
"babel-plugin-transform-react-remove-prop-types": "0.4.24",

Dnn.AdminExperience/ClientSide/Seo.Web/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"lint": "eslint --fix"
1111
},
1212
"devDependencies": {
13-
"@babel/core": "^7.22.9",
13+
"@babel/core": "^7.25.8",
1414
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
15-
"@babel/preset-env": "^7.22.9",
16-
"@babel/preset-react": "^7.22.5",
15+
"@babel/preset-env": "^7.25.8",
16+
"@babel/preset-react": "^7.25.7",
1717
"@dnnsoftware/dnn-react-common": "9.13.4",
1818
"array.prototype.find": "2.2.1",
1919
"array.prototype.findindex": "2.2.1",

Dnn.AdminExperience/ClientSide/Servers.Web/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"lint": "eslint --fix"
1111
},
1212
"devDependencies": {
13-
"@babel/core": "^7.22.9",
13+
"@babel/core": "^7.25.8",
1414
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
15-
"@babel/preset-env": "^7.22.9",
16-
"@babel/preset-react": "^7.22.5",
15+
"@babel/preset-env": "^7.25.8",
16+
"@babel/preset-react": "^7.25.7",
1717
"@dnnsoftware/dnn-react-common": "9.13.4",
1818
"@types/redux": "^3.6.31",
1919
"babel-loader": "8.3.0",

Dnn.AdminExperience/ClientSide/SiteGroups.Web/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
"lint": "eslint --fix"
1111
},
1212
"devDependencies": {
13-
"@babel/core": "7.22.9",
13+
"@babel/core": "7.25.8",
1414
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
15-
"@babel/plugin-transform-object-assign": "7.22.5",
16-
"@babel/preset-env": "7.22.9",
17-
"@babel/preset-react": "7.22.5",
15+
"@babel/plugin-transform-object-assign": "7.25.7",
16+
"@babel/preset-env": "7.25.8",
17+
"@babel/preset-react": "7.25.7",
1818
"@dnnsoftware/dnn-react-common": "9.13.4",
1919
"babel-loader": "8.3.0",
2020
"babel-plugin-transform-react-remove-prop-types": "0.4.24",

Dnn.AdminExperience/ClientSide/SiteImportExport.Web/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
"lint": "eslint --fix"
1111
},
1212
"devDependencies": {
13-
"@babel/core": "^7.22.9",
13+
"@babel/core": "^7.25.8",
1414
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
15-
"@babel/plugin-transform-react-jsx": "^7.22.5",
16-
"@babel/preset-env": "^7.22.9",
17-
"@babel/preset-react": "^7.22.5",
15+
"@babel/plugin-transform-react-jsx": "^7.25.7",
16+
"@babel/preset-env": "^7.25.8",
17+
"@babel/preset-react": "^7.25.7",
1818
"@dnnsoftware/dnn-react-common": "9.13.4",
1919
"babel-eslint": "^10.1.0",
2020
"babel-loader": "8.3.0",

Dnn.AdminExperience/ClientSide/SiteSettings.Web/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
"lint": "eslint --fix"
1313
},
1414
"devDependencies": {
15-
"@babel/core": "^7.22.9",
15+
"@babel/core": "^7.25.8",
1616
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
17-
"@babel/plugin-transform-react-jsx": "^7.22.5",
18-
"@babel/preset-env": "^7.22.9",
19-
"@babel/preset-react": "^7.22.5",
17+
"@babel/plugin-transform-react-jsx": "^7.25.7",
18+
"@babel/preset-env": "^7.25.8",
19+
"@babel/preset-react": "^7.25.7",
2020
"@dnnsoftware/dnn-react-common": "9.13.4",
2121
"array.prototype.find": "2.2.1",
2222
"array.prototype.findindex": "2.2.1",

Dnn.AdminExperience/ClientSide/Sites.Web/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
"lint": "eslint --fix"
1111
},
1212
"devDependencies": {
13-
"@babel/core": "7.22.9",
13+
"@babel/core": "7.25.8",
1414
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
15-
"@babel/plugin-transform-object-assign": "7.22.5",
16-
"@babel/preset-env": "7.22.9",
17-
"@babel/preset-react": "7.22.5",
15+
"@babel/plugin-transform-object-assign": "7.25.7",
16+
"@babel/preset-env": "7.25.8",
17+
"@babel/preset-react": "7.25.7",
1818
"@dnnsoftware/dnn-react-common": "9.13.4",
1919
"babel-loader": "8.3.0",
2020
"babel-plugin-transform-react-remove-prop-types": "0.4.24",

Dnn.AdminExperience/ClientSide/Sites.Web/src/_exportables/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
},
1010
"license": "UNLICENSED",
1111
"devDependencies": {
12-
"@babel/core": "7.22.9",
12+
"@babel/core": "7.25.8",
1313
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
14-
"@babel/plugin-transform-object-assign": "7.22.5",
15-
"@babel/preset-env": "7.22.9",
16-
"@babel/preset-react": "7.22.5",
14+
"@babel/plugin-transform-object-assign": "7.25.7",
15+
"@babel/preset-env": "7.25.8",
16+
"@babel/preset-react": "7.25.7",
1717
"@dnnsoftware/dnn-react-common": "9.13.4",
1818
"babel-loader": "8.3.0",
1919
"babel-plugin-transform-react-remove-prop-types": "0.4.24",

Dnn.AdminExperience/ClientSide/TaskScheduler.Web/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"lint": "eslint --fix"
1111
},
1212
"devDependencies": {
13-
"@babel/core": "^7.22.9",
13+
"@babel/core": "^7.25.8",
1414
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
15-
"@babel/preset-env": "^7.22.9",
16-
"@babel/preset-react": "^7.22.5",
15+
"@babel/preset-env": "^7.25.8",
16+
"@babel/preset-react": "^7.25.7",
1717
"@dnnsoftware/dnn-react-common": "9.13.4",
1818
"array.prototype.find": "2.2.1",
1919
"array.prototype.findindex": "2.2.1",

Dnn.AdminExperience/ClientSide/Themes.Web/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"lint": "eslint --fix"
1111
},
1212
"devDependencies": {
13-
"@babel/core": "^7.22.9",
13+
"@babel/core": "^7.25.8",
1414
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
15-
"@babel/preset-env": "^7.22.9",
16-
"@babel/preset-react": "^7.22.5",
15+
"@babel/preset-env": "^7.25.8",
16+
"@babel/preset-react": "^7.25.7",
1717
"@dnnsoftware/dnn-react-common": "9.13.4",
1818
"babel-loader": "8.3.0",
1919
"babel-plugin-transform-object-assign": "6.22.0",

Dnn.AdminExperience/ClientSide/Users.Web/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
"lint": "eslint --fix"
1313
},
1414
"devDependencies": {
15-
"@babel/core": "^7.22.9",
15+
"@babel/core": "^7.25.8",
1616
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
17-
"@babel/plugin-transform-react-jsx": "^7.22.5",
18-
"@babel/preset-env": "^7.22.9",
19-
"@babel/preset-react": "^7.22.5",
17+
"@babel/plugin-transform-react-jsx": "^7.25.7",
18+
"@babel/preset-env": "^7.25.8",
19+
"@babel/preset-react": "^7.25.7",
2020
"babel-loader": "^8.3.0",
2121
"create-react-class": "^15.7.0",
2222
"css-loader": "^7.1.2",

Dnn.AdminExperience/ClientSide/Users.Web/src/_exportables/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
},
1212
"license": "UNLICENSED",
1313
"devDependencies": {
14-
"@babel/core": "^7.22.9",
14+
"@babel/core": "^7.25.8",
1515
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
16-
"@babel/plugin-transform-react-jsx": "^7.22.5",
17-
"@babel/preset-env": "^7.22.9",
18-
"@babel/preset-react": "^7.22.5",
16+
"@babel/plugin-transform-react-jsx": "^7.25.7",
17+
"@babel/preset-env": "^7.25.8",
18+
"@babel/preset-react": "^7.25.7",
1919
"@dnnsoftware/dnn-react-common": "9.13.4",
2020
"babel-loader": "8.3.0",
2121
"create-react-class": "^15.7.0",

Dnn.AdminExperience/ClientSide/Vocabularies.Web/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"lint": "eslint --fix"
1111
},
1212
"devDependencies": {
13-
"@babel/core": "^7.22.9",
13+
"@babel/core": "^7.25.8",
1414
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
15-
"@babel/preset-env": "^7.22.9",
16-
"@babel/preset-react": "^7.22.5",
15+
"@babel/preset-env": "^7.25.8",
16+
"@babel/preset-react": "^7.25.7",
1717
"@dnnsoftware/dnn-react-common": "9.13.4",
1818
"array.prototype.find": "2.2.1",
1919
"array.prototype.findindex": "2.2.1",

0 commit comments

Comments
 (0)