Skip to content

Commit

Permalink
Bump babel from 7.23 to 7.25
Browse files Browse the repository at this point in the history
  • Loading branch information
bdukes committed Oct 29, 2024
1 parent d9fb7b4 commit 7c97c19
Show file tree
Hide file tree
Showing 22 changed files with 1,461 additions and 375 deletions.
8 changes: 4 additions & 4 deletions Dnn.AdminExperience/ClientSide/AdminLogs.Web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"lint": "eslint --fix"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/core": "^7.25.8",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-transform-object-assign": "^7.22.5",
"@babel/preset-env": "^7.22.9",
"@babel/preset-react": "^7.22.5",
"@babel/plugin-transform-object-assign": "^7.25.7",
"@babel/preset-env": "^7.25.8",
"@babel/preset-react": "^7.25.7",
"@dnnsoftware/dnn-react-common": "9.13.4",
"array.prototype.find": "2.2.1",
"array.prototype.findindex": "2.2.1",
Expand Down
6 changes: 3 additions & 3 deletions Dnn.AdminExperience/ClientSide/Bundle.Web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"lint": "eslint --fix"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/core": "^7.25.8",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/preset-env": "^7.22.9",
"@babel/preset-react": "^7.22.5",
"@babel/preset-env": "^7.25.8",
"@babel/preset-react": "^7.25.7",
"array.prototype.find": "2.2.1",
"array.prototype.findindex": "2.2.1",
"babel-loader": "^8.3.0",
Expand Down
8 changes: 4 additions & 4 deletions Dnn.AdminExperience/ClientSide/Dnn.React.Common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@
"throttle-debounce": "^5.0.0"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/core": "^7.25.8",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-transform-object-assign": "^7.22.5",
"@babel/preset-env": "^7.22.9",
"@babel/preset-react": "^7.22.5",
"@babel/plugin-transform-object-assign": "^7.25.7",
"@babel/preset-env": "^7.25.8",
"@babel/preset-react": "^7.25.7",
"@storybook/addon-actions": "^6.5.16",
"@storybook/react": "^5.3.21",
"babel-eslint": "^10.1.0",
Expand Down
6 changes: 3 additions & 3 deletions Dnn.AdminExperience/ClientSide/Extensions.Web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"analyze": "set NODE_ENV=production&&webpack --mode production --json | webpack-bundle-size-analyzer"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"@babel/preset-react": "^7.22.5",
"@babel/core": "^7.25.8",
"@babel/preset-env": "^7.25.8",
"@babel/preset-react": "^7.25.7",
"@dnnsoftware/dnn-react-common": "9.13.4",
"babel-loader": "8.3.0",
"babel-plugin-transform-object-assign": "6.22.0",
Expand Down
6 changes: 3 additions & 3 deletions Dnn.AdminExperience/ClientSide/Licensing.Web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"analyze": "set NODE_ENV=production&&webpack --mode production --json | webpack-bundle-size-analyzer"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"@babel/preset-react": "^7.22.5",
"@babel/core": "^7.25.8",
"@babel/preset-env": "^7.25.8",
"@babel/preset-react": "^7.25.7",
"@dnnsoftware/dnn-react-common": "9.13.4",
"array.prototype.find": "2.2.1",
"array.prototype.findindex": "2.2.1",
Expand Down
6 changes: 3 additions & 3 deletions Dnn.AdminExperience/ClientSide/Pages.Web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"es6-promise": "4.0.5"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/core": "^7.25.8",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/preset-env": "^7.22.9",
"@babel/preset-react": "^7.22.5",
"@babel/preset-env": "^7.25.8",
"@babel/preset-react": "^7.25.7",
"@dnnsoftware/dnn-react-common": "9.13.4",
"@types/knockout": "^3.4.72",
"@types/redux": "3.6.31",
Expand Down
6 changes: 3 additions & 3 deletions Dnn.AdminExperience/ClientSide/Prompt.Web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"lint": "eslint --fix"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"@babel/preset-react": "^7.22.5",
"@babel/core": "^7.25.8",
"@babel/preset-env": "^7.25.8",
"@babel/preset-react": "^7.25.7",
"@dnnsoftware/dnn-react-common": "9.13.4",
"array.prototype.find": "2.2.1",
"array.prototype.findindex": "2.2.1",
Expand Down
6 changes: 3 additions & 3 deletions Dnn.AdminExperience/ClientSide/Roles.Web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"lint": "eslint --fix"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"@babel/preset-react": "^7.22.5",
"@babel/core": "^7.25.8",
"@babel/preset-env": "^7.25.8",
"@babel/preset-react": "^7.25.7",
"@dnnsoftware/dnn-react-common": "9.13.4",
"array.prototype.find": "^2.2.1",
"array.prototype.findindex": "^2.2.1",
Expand Down
8 changes: 4 additions & 4 deletions Dnn.AdminExperience/ClientSide/Security.Web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"lint": "eslint --fix"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/core": "^7.25.8",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-transform-react-jsx": "^7.22.5",
"@babel/preset-env": "^7.22.9",
"@babel/preset-react": "^7.22.5",
"@babel/plugin-transform-react-jsx": "^7.25.7",
"@babel/preset-env": "^7.25.8",
"@babel/preset-react": "^7.25.7",
"@dnnsoftware/dnn-react-common": "9.13.4",
"babel-loader": "8.3.0",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
Expand Down
6 changes: 3 additions & 3 deletions Dnn.AdminExperience/ClientSide/Seo.Web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"lint": "eslint --fix"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/core": "^7.25.8",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/preset-env": "^7.22.9",
"@babel/preset-react": "^7.22.5",
"@babel/preset-env": "^7.25.8",
"@babel/preset-react": "^7.25.7",
"@dnnsoftware/dnn-react-common": "9.13.4",
"array.prototype.find": "2.2.1",
"array.prototype.findindex": "2.2.1",
Expand Down
6 changes: 3 additions & 3 deletions Dnn.AdminExperience/ClientSide/Servers.Web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"lint": "eslint --fix"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/core": "^7.25.8",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/preset-env": "^7.22.9",
"@babel/preset-react": "^7.22.5",
"@babel/preset-env": "^7.25.8",
"@babel/preset-react": "^7.25.7",
"@dnnsoftware/dnn-react-common": "9.13.4",
"@types/redux": "^3.6.31",
"babel-loader": "8.3.0",
Expand Down
8 changes: 4 additions & 4 deletions Dnn.AdminExperience/ClientSide/SiteGroups.Web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"lint": "eslint --fix"
},
"devDependencies": {
"@babel/core": "7.22.9",
"@babel/core": "7.25.8",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
"@babel/plugin-transform-object-assign": "7.22.5",
"@babel/preset-env": "7.22.9",
"@babel/preset-react": "7.22.5",
"@babel/plugin-transform-object-assign": "7.25.7",
"@babel/preset-env": "7.25.8",
"@babel/preset-react": "7.25.7",
"@dnnsoftware/dnn-react-common": "9.13.4",
"babel-loader": "8.3.0",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"lint": "eslint --fix"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/core": "^7.25.8",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-transform-react-jsx": "^7.22.5",
"@babel/preset-env": "^7.22.9",
"@babel/preset-react": "^7.22.5",
"@babel/plugin-transform-react-jsx": "^7.25.7",
"@babel/preset-env": "^7.25.8",
"@babel/preset-react": "^7.25.7",
"@dnnsoftware/dnn-react-common": "9.13.4",
"babel-eslint": "^10.1.0",
"babel-loader": "8.3.0",
Expand Down
8 changes: 4 additions & 4 deletions Dnn.AdminExperience/ClientSide/SiteSettings.Web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"lint": "eslint --fix"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/core": "^7.25.8",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-transform-react-jsx": "^7.22.5",
"@babel/preset-env": "^7.22.9",
"@babel/preset-react": "^7.22.5",
"@babel/plugin-transform-react-jsx": "^7.25.7",
"@babel/preset-env": "^7.25.8",
"@babel/preset-react": "^7.25.7",
"@dnnsoftware/dnn-react-common": "9.13.4",
"array.prototype.find": "2.2.1",
"array.prototype.findindex": "2.2.1",
Expand Down
8 changes: 4 additions & 4 deletions Dnn.AdminExperience/ClientSide/Sites.Web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"lint": "eslint --fix"
},
"devDependencies": {
"@babel/core": "7.22.9",
"@babel/core": "7.25.8",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
"@babel/plugin-transform-object-assign": "7.22.5",
"@babel/preset-env": "7.22.9",
"@babel/preset-react": "7.22.5",
"@babel/plugin-transform-object-assign": "7.25.7",
"@babel/preset-env": "7.25.8",
"@babel/preset-react": "7.25.7",
"@dnnsoftware/dnn-react-common": "9.13.4",
"babel-loader": "8.3.0",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
},
"license": "UNLICENSED",
"devDependencies": {
"@babel/core": "7.22.9",
"@babel/core": "7.25.8",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
"@babel/plugin-transform-object-assign": "7.22.5",
"@babel/preset-env": "7.22.9",
"@babel/preset-react": "7.22.5",
"@babel/plugin-transform-object-assign": "7.25.7",
"@babel/preset-env": "7.25.8",
"@babel/preset-react": "7.25.7",
"@dnnsoftware/dnn-react-common": "9.13.4",
"babel-loader": "8.3.0",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
Expand Down
6 changes: 3 additions & 3 deletions Dnn.AdminExperience/ClientSide/TaskScheduler.Web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"lint": "eslint --fix"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/core": "^7.25.8",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/preset-env": "^7.22.9",
"@babel/preset-react": "^7.22.5",
"@babel/preset-env": "^7.25.8",
"@babel/preset-react": "^7.25.7",
"@dnnsoftware/dnn-react-common": "9.13.4",
"array.prototype.find": "2.2.1",
"array.prototype.findindex": "2.2.1",
Expand Down
6 changes: 3 additions & 3 deletions Dnn.AdminExperience/ClientSide/Themes.Web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"lint": "eslint --fix"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/core": "^7.25.8",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/preset-env": "^7.22.9",
"@babel/preset-react": "^7.22.5",
"@babel/preset-env": "^7.25.8",
"@babel/preset-react": "^7.25.7",
"@dnnsoftware/dnn-react-common": "9.13.4",
"babel-loader": "8.3.0",
"babel-plugin-transform-object-assign": "6.22.0",
Expand Down
8 changes: 4 additions & 4 deletions Dnn.AdminExperience/ClientSide/Users.Web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"lint": "eslint --fix"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/core": "^7.25.8",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-transform-react-jsx": "^7.22.5",
"@babel/preset-env": "^7.22.9",
"@babel/preset-react": "^7.22.5",
"@babel/plugin-transform-react-jsx": "^7.25.7",
"@babel/preset-env": "^7.25.8",
"@babel/preset-react": "^7.25.7",
"babel-loader": "^8.3.0",
"create-react-class": "^15.7.0",
"css-loader": "^7.1.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
},
"license": "UNLICENSED",
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/core": "^7.25.8",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-transform-react-jsx": "^7.22.5",
"@babel/preset-env": "^7.22.9",
"@babel/preset-react": "^7.22.5",
"@babel/plugin-transform-react-jsx": "^7.25.7",
"@babel/preset-env": "^7.25.8",
"@babel/preset-react": "^7.25.7",
"@dnnsoftware/dnn-react-common": "9.13.4",
"babel-loader": "8.3.0",
"create-react-class": "^15.7.0",
Expand Down
6 changes: 3 additions & 3 deletions Dnn.AdminExperience/ClientSide/Vocabularies.Web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"lint": "eslint --fix"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/core": "^7.25.8",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/preset-env": "^7.22.9",
"@babel/preset-react": "^7.22.5",
"@babel/preset-env": "^7.25.8",
"@babel/preset-react": "^7.25.7",
"@dnnsoftware/dnn-react-common": "9.13.4",
"array.prototype.find": "2.2.1",
"array.prototype.findindex": "2.2.1",
Expand Down
Loading

0 comments on commit 7c97c19

Please sign in to comment.