Skip to content

Commit

Permalink
build: update package file versions to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Action committed Sep 26, 2023
1 parent 50b849a commit 0895640
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 74 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
},
"autoload": {
"psr-4": {
"EventManagerIntegration\\": "source/php/"
"EventManagerIntegration\\": "source/php/"
}
}
}
},
"version": "1.0.0"
}
2 changes: 1 addition & 1 deletion event-manager-integration.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin Name: Event Manager Integration
* Plugin URI: https://github.com/helsingborg-stad/api-event-manager-integration
* Description: Integrate and display events from Event Manager API.
* Version: 2.0.0-dev
* Version: 1.0.0
* Author: Jonatan Hanson, Sebastian Thulin
* Author URI: http://www.helsingborg.se
* License: MIT
Expand Down
140 changes: 70 additions & 70 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,72 +1,72 @@
{
"name": "api-event-manager-integration",
"version": "1.0.0",
"description": "Import and display events from Event Manager API.",
"main": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "cross-env NODE_ENV=production webpack",
"watch": "cross-env NODE_ENV=development webpack --watch"
},
"author": "Jonatan Hanson, Sebastian Thulin",
"license": "MIT",
"browserslist": [
"> 1%",
"not dead"
],
"peerDependencies": {
"react": "^16.5.2",
"react-dom": "^16.5.2"
},
"devDependencies": {
"@babel/core": "^7.17.2",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-export-default-from": "^7.16.7",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@helsingborg-stad/hbg-react": "^1.0.18",
"babel-loader": "^8.2.3",
"browser-sync": "^2.27.7",
"browser-sync-webpack-plugin": "^2.3.0",
"clean-webpack-plugin": "^4.0.0",
"cross-env": "^7.0.3",
"css-loader": "^6.6.0",
"css-minimizer-webpack-plugin": "^3.4.1",
"dotenv": "^16.0.0",
"es6-promise": "^4.2.8",
"file-loader": "^6.2.0",
"hbg-react": "^0.11.10",
"immutability-helper": "^3.1.1",
"import-glob-loader": "^1.1.0",
"isomorphic-fetch": "^3.0.0",
"mini-css-extract-plugin": "^2.5.3",
"prop-types": "^15.8.1",
"react": "^16.14.0",
"react-day-picker": "^7.4.8",
"react-dom": "^16.14.0",
"react-onclickoutside": "^6.9.1",
"sass": "^1.49.7",
"sass-loader": "^12.4.0",
"scroll-into-view-if-needed": "^2.2.29",
"set-query-string": "^2.2.0",
"uuid": "^8.3.2",
"webpack": "^5.68.0",
"webpack-cli": "^4.9.2",
"webpack-config-utils": "^2.3.1",
"webpack-manifest-plugin": "^4.1.1",
"webpack-notifier": "^1.15.0",
"webpack-remove-empty-scripts": "^0.7.3"
},
"babel": {
"presets": [
"@babel/preset-env",
"@babel/preset-react"
"name": "api-event-manager-integration",
"version": "1.0.0",
"description": "Import and display events from Event Manager API.",
"main": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "cross-env NODE_ENV=production webpack",
"watch": "cross-env NODE_ENV=development webpack --watch"
},
"author": "Jonatan Hanson, Sebastian Thulin",
"license": "MIT",
"browserslist": [
"> 1%",
"not dead"
],
"plugins": [
"@babel/plugin-syntax-dynamic-import",
"@babel/plugin-proposal-export-default-from",
"@babel/plugin-proposal-class-properties"
]
}
}
"peerDependencies": {
"react": "^16.5.2",
"react-dom": "^16.5.2"
},
"devDependencies": {
"@babel/core": "^7.17.2",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-export-default-from": "^7.16.7",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@helsingborg-stad/hbg-react": "^1.0.18",
"babel-loader": "^8.2.3",
"browser-sync": "^2.27.7",
"browser-sync-webpack-plugin": "^2.3.0",
"clean-webpack-plugin": "^4.0.0",
"cross-env": "^7.0.3",
"css-loader": "^6.6.0",
"css-minimizer-webpack-plugin": "^3.4.1",
"dotenv": "^16.0.0",
"es6-promise": "^4.2.8",
"file-loader": "^6.2.0",
"hbg-react": "^0.11.10",
"immutability-helper": "^3.1.1",
"import-glob-loader": "^1.1.0",
"isomorphic-fetch": "^3.0.0",
"mini-css-extract-plugin": "^2.5.3",
"prop-types": "^15.8.1",
"react": "^16.14.0",
"react-day-picker": "^7.4.8",
"react-dom": "^16.14.0",
"react-onclickoutside": "^6.9.1",
"sass": "^1.49.7",
"sass-loader": "^12.4.0",
"scroll-into-view-if-needed": "^2.2.29",
"set-query-string": "^2.2.0",
"uuid": "^8.3.2",
"webpack": "^5.68.0",
"webpack-cli": "^4.9.2",
"webpack-config-utils": "^2.3.1",
"webpack-manifest-plugin": "^4.1.1",
"webpack-notifier": "^1.15.0",
"webpack-remove-empty-scripts": "^0.7.3"
},
"babel": {
"presets": [
"@babel/preset-env",
"@babel/preset-react"
],
"plugins": [
"@babel/plugin-syntax-dynamic-import",
"@babel/plugin-proposal-export-default-from",
"@babel/plugin-proposal-class-properties"
]
}
}

0 comments on commit 0895640

Please sign in to comment.